#slider1,.contentdiv 
{
width: 640px;
height: 290px;
}

.sliderwrapper{
position: relative; 		/*leave as is*/
overflow: hidden; 		/*leave as is*/
border-bottom-width: 6px;
width: 640px; /*width of featured content slider*/
height: 290px;
}

.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:650px; 		/*Content DIVs width. Total = inner width (640+5+5=650) */
height:100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
position:relative;
float:left;		/*outside div*/
right:55px;		/*move pagination numbers left/right*/
padding-right:35px;	
top:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
width:670px; 		/*Width of pagination DIV. (640+10+10=660)*/
text-align:right; 	/*location of buttons */
padding:10px; 		/*text spacing */

height:70px;
}

.pagination a{
padding:6px;		/*space around pagination numbers*/
text-decoration: none; 
color: #000;
border:1px solid #5a5616;
background:url(../images/btn_xparent.png) repeat-y top; 
height:15px;
width:20px;
}

.pagination a:hover, .pagination a.selected{
color: #43440a;
border:1px solid #5a5616;
background:#FFC;
background-repeat:repeat-x;
padding:8px;
}