/*gallery*/
#box_slide{
	position:absolute;
	width:500px;
	height:500px;
}
#box_slide span{
	display:block;
}

#box_slide a{
	cursor:pointer;
}

#handles6_1{
	float:left;
}
#handles6_2{
	float:right;
}

.mask_gallery{
	position:relative;
	width:500px;
	height:500px;
	overflow:hidden;
	border: 1px solid #333;
	text-align: left;
	margin:10px;
}
.sample6 .buttons{
	clear:both;
	text-align:center;
	color:white;
}

.sample6 .buttons img{
	cursor:pointer;
}

.thumbs_box {
	/*height: 350px;*/
}
.thumbs_box div{
	display: block;
	width: 70px;
	height: 70px;
	cursor: pointer;
	margin: 10px 0px 10px 10px;
	overflow:hidden;
}

.thumbs_box div img{
	display: block;
	border: none
}

.info{
}


#box_slide span img{
	display:block;
	border:none;
}

.slide_title {
	position:absolute;
	width:500px;
	height:50px;
	background: url(../../images/shad_bg_black.png) repeat transparent;
	/*color: #2a72a7;*/
	color: #fff;
	/*opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;*/
}
.slide_title h3 {
	padding: 0;
	font-size: 13px;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.slide_title p {
	font-weight:bold;
	padding: 0;
	font-size: 11px;
	margin: 2px 5px;
	color: #fff;
}
