/*---------------------------- CSS NoobSlide - Sample 4 ---------------------------*/
.sample{
	display:inline;
	float:left;
	width:650px;
	margin:5px 0px 0px 25px;
	padding:10px;
	border:1px solid #fff;
	background:#454545;
}
.sample h4{
	display:none;
	float:left;
	width:650px;
	margin:10px 0px 0px 0px;
	font-size:12px;
	font-weight:400;
	color:#313132;
}
.mask3{
	position:relative;
	width:650px;
	height:268px;
	overflow:hidden;
}
#box4, #box5, #box6{
	position:absolute;
}
#box4 div, #box5 div, #box6 div{
	float:left;
	width:650px;
	height:268px;
	background:#eee;
}
#box4 div h3, #box5 div h3, #box6 div h3{
	float:left;
	width:630px;
	margin:5px 0px 5px 10px;
	font-size:12px;
	color:#f98b46;
}
#box4 div h6, #box5 div h6, #box6 div h6{
	float:left;
	width:290px;
	font-size:11px;
	font-weight:400;
	margin:10px 0px 0px 10px;
	color:#313132;
}
#box4 div div, #box5 div div, #box6 div div{
	display:inline;
	float:left;
	width:330px;
	height:248px;
	margin:10px 0px 0px 10px;
}
#box4 div div img, #box5 div div img, #box6 div div img{
	float:left;
	margin:0px 0px 0px 0px;
}
#info4, #info5, #info6{
	font-weight:700;
}
#handles4, #handles5, #handles6{
	float:left;
	width:480px;
	margin:10px 0px 0px 0px;
}
#handles4 span, #handles5 span, #handles6 span{
	float:left;
	width:25px;
	margin:0px 5px 0px 0px;
	padding:3px 0px;
	font-family:Verdana;
	font-size:11px;
	text-align:center;
	color:#ff722b;
	background:#d7d7d7;
	border:1px solid #fff;
	cursor:pointer;
}
#handles4 span.active, #handles4  span:hover, #handles5 span.active, #handles5  span:hover, #handles6 span.active, #handles6  span:hover{
	color:#fff;
	background:#ff722b;
}