.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 324px; /*width of featured content slider (width of horizontal photo in gallery)*/
height: 532px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0px;  /*leave as is*/
top: 0px;  /*leave as is*/
background: white;
width: 325px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 532px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
/*z-index:10;*/
}

#content_center .pagination{
width: 61px; /*Width of small image in gallery menu*/
}

.pagination{
width: 318px; /* width of button imgs *2, margin*2, width of txt_box (52+10+246=308)*/
height:31px;
position:absolute;
top:415px;
left:0px;
z-index:1000;
background-image:url(../../images/gallery_nav_trans_bg.gif);
background-position:left top;
background-repeat:no-repeat;
/*text-align: right;*/
}

#prev {
	float:left;
}
#next {
	float:right;
}

.pagination a{
text-decoration: none; 
}

/*.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}*/