 /* image replacement */
.graphic, #prevBtn, #nextBtn{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
	
}
/* // image replacement */
img{
	border:none;
}
#slider {
	height:108px;
	float:left ;
 	padding:0px 0px 0px 0px;
	text-align:left;
	 
 }
#prevBtn {
	width:36px;
	height:108px;
	float:left;
	position:absolute;	
	left:685px;
	display:none;
	background-color:#ffffff;
 	
}
#prevBtn a{
	width:36px;
	height:108px;
	display:none;
	background-image:url(../image/left.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
#nextBtn {
	width:32px;
	height:108px;
	float:left; 
	position:absolute;	
	left:962px;
	display:none;
	background-color:#ffffff; 
}
#nextBtn a{ 
	display:none;
	width:32px;
	height:108px;	
	background-image:url(../image/right.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
#slider ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px ;
	list-style:none;
	float:left;
	
 
	
 }
#slider li{
	width:310px;
	height:108px;
	float:left;
	overflow:hidden;
	padding:0px 0px 0px 0px ;
	margin:0px;
	 
}
#nameId{
	padding:15px 10px 10px 10px; 
	height:100px; 
	float:left;
	 width:140px; 
	 font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
	 font-size:20px;
	 font-weight:normal;
	 color:#666666;

}
#nameId a{
	color:#666666;
	text-decoration:none;
}
#nameId a:hover{
	color:#666666;
	text-decoration:none;
}
#nameId #readMore{
    color:#555555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}

#nameId #readMore a{
    color:#BB0B0E;
	text-decoration:none;
	
}

#nameId #readMore a:hover{
    color:#991723;
	text-decoration:none;
	
}