body{
margin:0;
padding:0;
font-family:"Trebuchet MS",Helvetica,sans-serif;
}

#left
{width:604px; height:520px;}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: visible; /*leave as is*/
background:url(images/bg.png) no-repeat;
width: 604px; /*width of featured content slider*/
height: 500px;
}

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

#paginate-slider4{
width:604px;
position:relative;
top: -100px;
}

#paginate-slider4 img{
border:2px solid #000;

}

#paginate-slider4 a:hover img{
border:2px solid #e51937;
}

.photo-meta-data{ 
position:relative;
top: 305px;
background: url(images/transpBlack.png); 
padding: 12px; 
color: white; font-size:13px;
}

.photo-meta-data a{text-decoration:none; color:#e51937;} 
.photo-meta-data a:hover{text-decoration:underline; color:#e51937;} 

.photo-meta-data span{font-size: 16px; }
