/* Sample 6*/
#box6 {
	position: absolute;
	width: 240px;
}

#box6 img {
	width: 240px;
	height: 180px;
}

#box6 span {
	display: block;
	clear: both;
}

#handles6_1 { /* float:left */
	
}

#handles6_2 { /* float:right */
	
}

.mask6 {
	position: absolute;
	left: 50%;
	margin-left: -120px;
	width: 240px;
	height: 180px;
	overflow: hidden;
}

.sample6 .buttons {
	clear: both;
	text-align: center;
}

.thumbs {
	display: block;
	width: 240px;
	height: 46px;
}

#thumbs_container {
	position: relative;
	top: 187px;
	left: 6px;
}

.thumbs div {
	display: block;
	width: 54px;
	height: 41px;
	float: left;
	margin: 3px 6px 0 0;
	cursor: pointer;
}

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

/*foto*/
#samplefoto {
	padding: 6px 6px 6px 0px;;
	margin: 0;
	border: 1px solid #e1e1e1;
	position: relative;
	width: 246px;
	height: 278px;
}

.info {
	width: 240px;
	height: 50px;
	background: #000;
	position: absolute;
}

.info p,.info h4 {
	color: #fff;
	padding: 3px 8px;
	font-family: Arial;
}

.info h4 {
	font-size: 14px;
}

.info h4 a {
	float: right;
	background: #fff;
	color: #000;
	font-size: 10px;
	padding: 0 3px;
	text-decoration: none
}

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