/* ----- 594 x 360 ----- */

.sliderwrapper {
	/* position: relative; */
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	border: 5px solid #aaaaaa;
	width: 584px;
	height: 328px;
	}

.sliderwrapper .contentdiv {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px;
	/* background: white; */
	width: 584px; 
	height: 328px;
	/* filter:progid:DXImageTransform.Microsoft.alpha(opacity=100); */
	/* -moz-opacity: 1; */
	/* opacity: 1; */
	}

.pagination {
	position: absolute;
	left: 0px;
	top: 338px;
	width: 574px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background-color: #aaaaaa;
	padding: 3px 10px 7px 10px;
	}

.pagination a {
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	border: 1px solid #dddddd;
	color: #000000;
	background: white;
	}

.pagination a:hover, .pagination a.selected {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background-color: #D25A0B;
	}