.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 245px; /*width of featured content slider*/
height: 163px;
float:left;
margin-left:10px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
background:url(images/loginbg.jpg) no-repeat;
padding:0px 5px 5px 5px;
float:right;
line-height:20px;
color:#FFFFFF;
font-size:12px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}


.pagination{
width: 240px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding:0px 0px 0px 5px;
float:left;
margin-left:10px;
}

.pagination a{ background:url(../images/parentbut.jpg) no-repeat; width:120px; height:24px; padding-top:6px; font-size:13px; color:#5d4416; text-decoration:none; font-weight:bold; float:left; text-align:center; }
.pagination a:hover { background:url(../images/empactive.jpg) no-repeat; width:120px; height:24px; font-size:13px; color:#ffffff; text-decoration:none; font-weight:bold; float:left;}

#pagination_active{
color: #ffffff;
background-color: #82cfd9;
font-weight:bold;
}


.pagination a.selected{
color:#FFFFFF;
	background:url(../images/empactive.jpg) no-repeat top;
}