.graphic, #header h1, #prevBtn, #nextBtn{
margin:0;
padding:0;
display:block;
overflow:hidden;
text-indent:-8000px;
}


#easyslidercontainer {	
float:left;
margin:30px auto;
position:relative;
text-align:left;
width:680px;
height: 250px;
margin-bottom:2em;
background-color: #dcf2ef;		
border:1px solid #dce8e7;
}	

.easysliderheading {
height: 25px;
font-size: 14px;
padding: 8px 0 0 5px;
}

/* slider */

#easyslider ul, #easyslider li { 
margin:0;
padding:0;
list-style:none;
}

#easyslider, #easyslider li {
height:240px;
width:618px;  /* 10px less than the container for #easyslider margin */
overflow:hidden;
}

#easyslider{ 
margin: 0 5px 0 30px;
}	

#prevBtn, #nextBtn{ 
display:block;
width:22px;
height: 63px; /* 77px; */
position:absolute;
right:100px; /* 45px; */
top:106px;
}	

#nextBtn{ 
right:5px;
}

#prevBtn {
left:5px;
}														

#prevBtn a, #nextBtn a{  
display:block;
width:73px;
height:77px;
background:url(/images/layout/easyslider1.5/btn_prev.gif) no-repeat 0 0;	
}	

#nextBtn a{ 
background:url(/images/layout/easyslider1.5/btn_next.gif) no-repeat 0 0;	
}								
	
/* // slider */		

.item { 
float:left;
width: 200px;
height: 200px;
text-align:left;   
display: inline;
padding: 0;        
margin: 2px;
background: #fff;
border:1px solid #dce8e7;
}

.item img { width:200px; height: 75px; border-bottom: 1px solid #dce8e7; }

.item .content { 
padding: 5px; 
font-size: 11px; 
height: 85px; 
}

.item .content p { margin-top: 3px;  }

.item .authimg {
bottom: 2px;       
margin-left: 61px;
position: absolute;
z-index: 1;    
}

.item p.all {
height: 13px;
margin:0;
padding: 0 5px;
font-size: 11px;
}

.item h3 {
line-height: 85%;
margin-top: 4px;    
}    

