/* Sample 6*/
#box6 {
	position:absolute;
	width:240px;
	height: 600px;
}
#box6 span {
	display:block;
}
#handles6_1 {
	float:left;
}
.mask6 {
	position:absolute;
	left:0;
	margin-left:74px;
	width:240px;
	height:392px;
	overflow:hidden;
}
.sample6 .buttons {
	clear: both;
	padding: 90px 0 0 73px;
	margin: 0;
}
.buttons {
	padding:5px;
}
.buttons span {
	color:#0080FF;
	padding:0 5px;
	cursor:pointer;
	font:10px Verdana
}
.buttons span.active, .buttons span:hover {
	background:#0080FF;
	color:#fff
}
/* ********************************** */

.thumbs {
	width:54px;
}
.thumbs div {
	display:block;
	width:54px;
	height:54px;
	margin:0 0 8px 0;
	cursor:pointer;
}
.thumbs div img {
	display:block;
	width:100%;
	height:100%;
	border:none
}
.info {
	width:240px;
	height:50px;
	background:#004E93;
	position:absolute;
}
.info p, .info h4 {
	color:#fff;
	padding:3px 0 0 8px;
	margin: 0;
	font-family:Arial;
	background-color: transparent;
}
.info h4 {
	font-size:14px;
	font-weight: normal;
}
.info p a {
	background:#fff;
	color:#000;
	font-size:12px;
	padding:0 3px;
	text-decoration:none
}
.info p a:hover {
	background: #F30;
	color:#FFF;
}
span img {
	display:block;
	border:none;
}
p {
	font-size:12px
}
.sample {
	padding:10px;
	margin:0;
	border:1px solid #ccc;
	width:304px;
	position:relative;
	background-color: #F2F3F7;
}
h4.gallerytitle {
	display: block;
	width:304px;
	color: #333;
	margin:0;
	padding: 3px 10px;
	background-color: #E6E7EB;
	text-align:center;
	border:1px solid #ccc;
	border-bottom: none;
	font-size: 1.4em;
}

