#cont {
	width: 591px;
}
.sample {
	margin: 20px 0 30px 10px;
}
.sample8 .mask1 {
	position:relative;
	width:540px;
	height:280px;
	overflow:hidden;
	left: 20px;
	top: 15px;
}
#box8 {
	position: relative;
}
#box8 div {
	width:540px;
	float:left;
}
#box8 li {
	margin-left:16px;
	list-style-type: square;
	padding: 0 0 4px;
}
h2 {
	color:#999;
	font-size:1.6em;
	font-weight:normal;
}
.buttons {
	background-color: #787878;
	text-align: center;
	padding: 10px;
}
.buttons span, .buttons span:visited {
	color: #96ce3b;
	font: 1em;
	cursor:pointer;
	padding: 0 8px;
}
.buttons span.active, .buttons span:hover {
	color: #fff;
}
#pn {
	background-color: #787878;
	height: 20px;
	padding: 0;
}
#prev, #next {
	padding: 0;
}
#prev, #prev:visited{
	cursor:pointer;
	float: left;
	background: url(../images/jad_prev.png) no-repeat;
	width: 80px;
	height: 20px;
}
#prev:active, #prev:hover{
	cursor:pointer;
	float: left;
	background: url(../images/jad_prev_hover.png) no-repeat;
	width: 80px;
	height: 20px;
}
#next, #next:visited{
	cursor:pointer;
	float: right;
	background: url(../images/jad_next.png) no-repeat;
	width: 80px;
	height: 20px;
}
#next:active, #next:hover{
	cursor:pointer;
	float: right;
	background: url(../images/jad_next_hover.png) no-repeat;
	width: 80px;
	height: 20px;
}