

/* Sample 8*/
#box8{
	position:absolute; 
	width:1011px;
}
#box8 div{
	width:1011px;
	float:left;
}
 .buttons{
	/*text-align:left;*/
	cursor:pointer;
}

.sample8 .buttons{
	/*text-align:center;
	clear:both;*/
}
.sample8 .mask1{
	/*border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;*/
}

#handles8Cont { position:absolute; left:0px; top:-21px; width:1011px; text-align:center; display:none; }
#handles8 {   }

/* ********************************** */

#handles8 span{  color:#ffffff; padding:4px; cursor:pointer; font-size:10px;  }
#handles8 span.active, #handles8 span:hover{   background-color:#202426;color:#fff; font-size:10px;   }

.mask1{
	position:relative;
	width:1011px;
	height:80px;
	overflow:hidden;
	padding:0px; 
	margin:0px;

}

#next8{
	position:absolute; right:0px; top:0px; border:0px solid #ffffff;  z-index:100; 
}
#prev8 { position:absolute; left:-5px; top:0px; border:0px solid #ffffff; 
}
