.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
float: left;
height: 280px;
width: 500px;
border: 1px solid #c9c9c9;
padding: 3px;
margin: 3px;
background-color: #FFFFFF;
display:inline;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 500px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 280px;
}

.pagination{
	position: relative; /*leave as is*/
	float: left;
	width:495px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height: 26px;
	padding-top:5px;
	text-align: left;
	padding: 0px 5px;
	border: 1px solid #c9c9c9;
}

.pagination a{
     font-family: tahoma;
    font-size:11px;
   	padding: 0 5px;
	text-decoration: none;
	color: #000000;


}

.pagination a:hover, .pagination a.selected{
	color: #000000;

}
