.sliderwrapper{
	position: relative; /* Do not change this value */
	width: 395px;
	height: 263px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
}


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/

left: 0;  /*leave as is*/
top: 0;  /*leave as is*/

text-align: center;
padding: 0px;
//*background: #FFFFFF; */
width: 395px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
	width: 945; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
/*	background-color: #FFF333; */
	padding: 0px;
	margin: 0px;
}

.pagination a{
	vertical-align:top;
/*	background: #FFFFFF; */
	height:108px;
	padding: 3px;
	width : 304px;
	display :  inline-block;
	text-decoration:none;
}

.pagination a:hover{
	background: #CCCCCC;
	text-decoration:none;	
}

.pagination a.selected{
	background: #e8d7be;
	text-decoration:none;	
}
