.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/


width: 750px; /*width of featured content slider*/
height: 250px;
left:220px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/

background: white;
width: 750px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 250px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.pagination{
width: 220px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
position:absolute;
top:280px;
left:500px;
z-index:5;

}

.pagination a{
padding: 3px;
text-decoration: none;
font-family: Verdana, Arial, sans-serif;
font-size: 10px; 
color: #333333;
background: white;
border: 1px solid #cccccc;


}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #99CCFF;
text-decoration:none;
}
#readmore{
width:252px;
height:35px;
background: black;
position: absolute;
top:155px;
margin:20px;
z-index:4;

  _left:10px;
 
  }
  #readmore p{ text-align:right; margin-right:10px; _margin-top:5px; }
   #readmore a{ color:#99CC99; font-weight:bold;text-decoration: none;}
    #readmore a:hover{ color:#99CC99;text-decoration:none; border-bottom: thin dotted #99CC99;}

  
  #box{
width:252px;
height:155px;
background: white;
position: absolute;
top:5px;
margin:20px;
z-index:2;

  opacity:0.7;

 
  _left:10px;
  _top:10px;
  }
  
  #inbox{
width:252px;
height:155px;

position: absolute;
top:3px;
margin:20px;
z-index:3;
 _left:10px;
color:#000000;
  }  
  
  #inbox #syn{margin:20px; color:#000000; font-size:16px; font-weight:100; }  
  #inbox #cust {margin:20px;  font-size:12px; }  
  #inbox #cust a:link { color:#000000; text-decoration: none; } 
    #inbox a:visited { color:#000000;text-decoration: none; } 
  #inbox a:hover{ color:#000000; text-decoration:none; border-bottom: thin dotted #000000;}  
  