/***********************************************/
/* Content Header tag styles                             */
/***********************************************/
#content_header_photos {
	width: 600px;
	height: 500px;
	background-color:#FFFFFF;
	padding:0px;
}
.mask7{
	position:absolute;
	left:48%;
	margin-left:-120px;
	width:600px;
	height:450px;
	overflow:hidden;
}

/* Sample 7*/
#box7{
	position:absolute;
}
#box7 span{
	display:block;
	float:left;
}

#thumbs7{
	position:relative;
	width:590px;
	clear:both;
	overflow:hidden;
	margin:10px 0px 10px 4px;
	border:1px solid #990033;
}
#thumbs7 .thumbs, #thumbs_handles7, #thumbs_mask7{
	position:absolute;
	top:0;
	width:600px;
}
#thumbs7 .thumbs div, #thumbs_handles7 span{
	display:block;
	width:39px;/* This is the width of a pic plus the gap */
	margin:0;
	float:left;
	cursor:pointer;
}
#thumbs7 .thumbs div img{
	float:right;
}
#thumbs_handles7 span{
	background:url(images/thumb_invisible.gif) no-repeat;
}
/* Long semi-opaque strip with transparent square in centre, moved along to mask/unmask thumbnails. Is 41px high, may need to be enlarged */
#thumbs_mask7{
	width:1200px;
	background:url(images/thumbs_mask.gif) no-repeat center top;
}

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

.thumbs{
}
.thumbs div{
	display:block;
	margin:3px 0;
	cursor:pointer;
}

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

.info{
	width:240px;
	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
}

.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;
}
/* 1. Change these to change the size of your thumbnails
   2. Also the #thumbs7 one above which includes the gap - but the thumbs_mask.gif is 41px high with a 60px wide unmasking gap.   3. You may also need to change the code in the html's  javascript  (the 2 bits that looks like 60-1598)*/
#thumbs7, #thumbs7 .thumbs div, #thumbs_handles7 span, #thumbs_mask7, .info{
	height:35px;
}
#thumbs7 .thumbs div img{
	width:35px;
}
