
#box2{
	position:absolute;
}
#box2 span{
	display:block;
	float:left;
}

/* ********************************** */

.mask1{
	position:relative;
	width:480px;
	height:180px;
	overflow:hidden;
}
.mask2{
	position:relative;
	width:960px;
	height:263px;
	overflow:hidden;
}
.mask3{
	position:relative;
	width:480px;
	height:240px;
	overflow:hidden;
}

span img{
	display:block;
	border:none;
}

#cont{width:550px;margin:0 auto;background:#fff;text-align:left;padding:20px}

#prev {
	display:block;
	position:absolute;
	top:30px;
	left:0px;
	width:66px;
	height:189px;
	color:#0080FF;
	padding:0 5px;
	cursor:pointer;
	background:url(../images/arrow_03.png) top left no-repeat;
}

#prev:hover {
	background:url(../images/arrow_03_hvr.png) top left no-repeat;
}

#next {
	display:block;
	position:absolute;
	top:30px;
	right:0px;
	width:66px;
	height:189px;
	color:#0080FF;
	padding:0 5px;
	cursor:pointer;
	background:url(../images/arrow_05.png) top right no-repeat;
}

#next:hover {
	background:url(../images/arrow_05_hvr.png) top right no-repeat;
}

.handles{
	position:absolute;
	bottom:0px;
	left:0px;
	height:33px;
	width:772px;
	/*background:url(../images/paintswash_03.png) top left no-repeat;*/
	padding:16px 0 0 37px;
}

.handles span{
	float:left;
	display:block;
	width:30px;
	height:20px;
	background:url(../images/thumbs_05.png) top left no-repeat;
	cursor:pointer;
	margin-right:10px;
}
.handles span.active, .handles span:hover{
	background:url(../images/thumbs_03.png) top left no-repeat;
}