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

/**************************************************
 * ITEMS
 *************************************************/
#imageviewer #items {
	position:			relative;
	width:				320px;
	height:				240px;
}

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

#imageviewer #items ul li {
	display:			inline;
	float:				left;
	width:				320px;
	height:				240px;
	text-align:			center;
}

#imageviewer #items ul li img {
	float:				none;
}

/**************************************************
 * CONTROLS
 *************************************************/
#imageviewer .pagination {
	postition:			relative;
	width:				320px;
}

