#titlefaqroll {
	width:320px;
	height: 29px;
	background-image: url(../images/layout/backgroundtitle.png);
	background-repeat: repeat-x;
	padding-top: 20px;
	clear: both;	
}
#blocfaq {
	width:320px;
	height: 154px;
	background-color: #f7f5f2;
	clear: both;
	margin-bottom: 15px;
	padding-top: 5px;
}
#blocfaqleft {
	width:23px;
	background-color: #f7f5f2;
	display: block;
	float: left;	
	margin-top:43px;
	margin-right:5px;	
}
#blocfaqright {
	display: block;
	float: left;
	margin-left:5px;	
	margin-top:43px;
	background-color: #f7f5f2;		
}

#faq_roll {   
	display: block;
	float: left;
    position: relative; /* important */   
    overflow: hidden; /* important */   
    width: 265px; /* important */   
    height:150px; /* important */   
	background-color: #f7f5f2;    
}   

#faq_roll ul li {   
    display: block;   
    float: left;   
    margin: 0px;   
    padding: 0px;   
}   
  
#faq_roll ul li img {   
    display: block;   
}
  
#faq_roll_content {   
    position: absolute;   
    top: 0;   
    margin-left: -35px;   
    width: 5418px;     
}   

#faq_roll_content li {   
    list-style: none;   
    margin: 0;   
    padding: 0;   
}   

   