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

.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
border-bottom-width: 6px;
width: 500px; /*width of featured content slider*/
height:307px;
float:right;
}

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

}
.contentdivsmall{

width: 500px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */


}
.another_content_div{
height:375px;
overflow: hidden;
}
.web_content_div{
width:900px;
height:383px;
overflow: hidden;
background:#3d3d3d url(images/web-back.png) right ; 
padding:0px;
margin:0px;
}
.foto_content_div{
width:900px;
height:383px;
overflow: hidden;
background:#3d3d3d url(images/foto-back.png) right ; 
padding:0px;
margin:0px;
}
.web_content_div img, .foto_content_div img{
width:427px;
height:296px;
margin-top:41px;
margin-right:48px;
float:right;
border:1px solid #cecece;
}
#homepagecontent{
width:400px;
height:383px;
overflow: hidden;
background:#3d3d3d url(images/web-back.png) right ; 
padding:0px;
margin:0px;
float:right;
text-align:left;
}
.pagination{
width: 410px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 0px;
float:right;
top:555px;
left:650px;
position:absolute;
z-index:100;
}


.pagination a{
padding: 3px; 
text-decoration: none; 
color: #00007D;
border:1px solid #efefef;
background: white;

}

.pagination a:hover, .pagination a.selected{
color: #000;
border:1px solid #ED1D8F;
}
.toc a{
border:1px solid #efefef;
}
.toc a:hover{
border:1px solid #ED1D8F;

}