/**************************************************
 * GENERAL
 *************************************************/
#imageviewer {
	position:			relative;
	float:				right;
	width:				260px;
	height:				220px;
	overflow:			hidden;
	padding:			0;
	margin:				0px 0px 0px 15px;
}

/**************************************************
 * ITEMS
 *************************************************/
#imageviewer #items {
	position:			absolute;
	width:				250px;
	height:				200px;
}

#imageviewer #items ul {
	position:			absolute;
	width:				50000px;
	height:				200px;
	list-style:			none;
	left:				0;
}

#imageviewer #items ul li {
	display:			inline;
	float:				left;
	width:				250px;
	height:				200px;
}

/**************************************************
 * CONTROLS
 *************************************************/
#imageviewer #controls {
	postition:			absolute;
	left: 				20px;
	width:				250px;
	height:				200px;
}

#imageviewer #controls a {
	position:			absolute;
	display:			block;
	width:				20px;
	height:				21px;
	top:				84px;
	left: 				20px;
	cursor:				pointer;
	background-position: 0px 0px;
}

#imageviewer #controls a:hover {
	background-position: 0px -21px;
}

#imageviewer #controls a.iv_next {
	left: 				240px;
	opacity: 1;
}

#imageviewer #controls .iv_previous {
	background:			transparent url('../img/btn_img_prev.png') no-repeat;
}

#imageviewer #controls .iv_next {
	background:			transparent url('../img/btn_img_next.png') no-repeat;
}

/**************************************************
 * ITEMSINFO
 *************************************************/
#imageviewer #itemsinfo {
	position:			absolute;
	width:				260px;
	height:				20px;
	left: 				10px;
	clear:				left;
	text-align:			center;
}
