

.pictureframe{
    width: 680px;
    margin: 0;
    padding: 0;
}

.mask{
	position:relative;
	margin-left:0;
	width:680px;
	height:380px;
	overflow:hidden;
	border: 3px solid white;
	background: white;
}


/* Sample 7*/
#box{
	position:relative;
}
#box span{
	display:block;
	float:left;
	margin: -70px 0 0 0;
}

#thumbs7{
	position:relative;
	width:100%;
	clear:both;
	height:41px;
	overflow:hidden;

}

#thumbs7 p{
    margin:0;
    padding: 0;

}

#thumbs7 .thumbs, #thumbs_handles7, #thumbs_mask7{
	position:absolute;
	top:0;
	width:100%;
	height:41px;
}
#thumbs7 .thumbs div, #thumbs_handles7 span{
	display:block;
	width:54px;
	height:41px;
	margin:0 0 0 6px;
	float:left;
	cursor:pointer;
}
#thumbs7 .thumbs div img{
	width:54px;
	float:right;
}
#thumbs_handles7 span{
	background:url(thumb_invisible.gif) no-repeat;
}
#thumbs_mask7{
	width:1200px;
	background:url(thumbs_mask.gif) no-repeat center top;
}


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

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

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

.info{
    margin: 0 .5em;
	width:98%;
	height:50px;
	background:#000;
	opacity: 0.5;
	position:absolute;
	top: 310px;
	text-align: right;
}
.info p, .info h4{
	color:#fff;
	padding:20px 8px;
	font-family: Arial, sans-serif;
}
.info h4{
	font-size:14px;
}
.info h4 a{
	float:right;
	background:#fff;
	color:#000;
	font-size:10px;
	padding:0 3px;
	text-decoration:none
}

.mask1{
	position:relative;
	width:480px;
	height:180px;
	overflow:hidden;
}
.mask2{
	position:relative;
	width:240px;
	height:180px;
	overflow:hidden;
}
.mask3{
	position:relative;
	width:480px;
	height:240px;
	overflow:hidden;
}

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

.active{
    border: 1px solid #fff;
}