/* Sample 2*/
#box2{
	position:absolute;
	width:843px;
	height:219px;
	

}
#box2 span{
	display:block;
	float:left;
	width:843px;
	height:219px;
}

#buttons_slider{
position:absolute;
z-index:5000px;
top:370px;
left:425px;
width:200px;
height:40px;

}

#prev1,#play1,#stop1,#next1{float:left; margin:5px;}

#prev1 a{background:url(../img/slider/bt_prec.png) no-repeat;
width:30px;
height:37px;
display:block;
cursor:pointer;
color:transparent;
text-indent:-2000px;}

#prev1 /*a:hover*/{background:url(../img/slider/bt_prec2.png) no-repeat;
width:30px;
height:37px;
display:block;
cursor:pointer;
color:transparent;
text-indent:-2000px;}


#play1 /*a:hover*/{background:url(../img/slider/bt_play2.png) no-repeat;
width:30px;
height:37px;
display:block;
cursor:pointer;
color:transparent;
text-indent:-2000px;}


#stop1 /*a:hover*/{background:url(../img/slider/bt_stop2.png) no-repeat;
width:31px;
height:37px;
display:block;
cursor:pointer;
color:transparent;
text-indent:-2000px;}


#next1 /*a:hover*/{background:url(../img/slider/bt_suiv2.png) no-repeat;
width:30px;
height:37px;
display:block;
cursor:pointer;
color:transparent;
text-indent:-2000px;}

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

.thumbs{
	width:843px;
}
.thumbs div{
	display:block;
	width:843px;
	height:219px;
	margin:3px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}

.info{
	width:843px;
	height:219px;
	background:#000;
	position:absolute;
}
.info p, .info h4{
	color:#fff;
	padding:3px 8px;
	font-family:Arial;
}


.mask2{
	position:absolute;
	width:843px;
	height:219px;
	overflow:hidden;
	left:70px;
	top:132px;
	
}


span img{
	display:block;
	border:none;
	width:843px;
	height:219px;
}