#slider {
	background-image: url('../images/bg_quote.jpg');
	height: 120px;
	margin: 0 0 10px 0;
}

.buttons {
	width:300px;
	height: 5px;
}

.buttons span{
	cursor:pointer;
	font-size: 12px;
	font-weight: bold;
	width: 5px;
	height: 5px;
	margin: 0 5px;
	display:block; 
	float:left;
	background: none;
	border: 1px solid #fff;
}
.buttons span.active, .buttons span:hover{background:#fff;color:#fff}

/* Sample 8*/
#box8{
	position:absolute;
}
#box8 div{
	width:240px;
	padding: 10px 30px;
	float:left;
	height:90px;
	overflow-y:auto;
	overflow-x:hidden;
}

#box8 div div {
	overflow: hidden;
	height: auto;
	width: 300px;
}

#box8 div img {
	margin: 10px 20px 0 10px;
}

#box8 .buttons{
	text-align:left
}
#box8 h3 {
	display:none;
}
.sample8 .buttons{
	clear:both;
}
.sample8 .mask1{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

/* ********************************** */

.mask1{
	position:relative;
	width:300px;
	height:110px;
	overflow:hidden;
	clear:both;
	margin: 0;
}
