.mask1{
	position:relative;
	width:350px;
	height:150px;
	overflow:hidden;
}
.sample8 .mask1{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
}
#box8{
	position:absolute;
}
#box8 div.evidprd {
	width:350px;
	height:150px;
	float:left;
}

#box8 .next{
	float:right
}

.buttons{padding:5px;}

#box8 .buttons{
	text-align:left
}
.sample8 .buttons{
	text-align:center;
	clear:both;
}
.buttons span{
	color:#5CBA30;
	padding:0 5px;
	cursor:pointer;
	font:10px Verdana
}
.buttons span.active, .buttons span:hover{
	background-color:#009900;
	color:#FFFFFF
}
.evidprd .imgprd {
	float: left;
	margin-top: auto;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: auto;
}