@charset "utf-8";
/* CSS Document */
/* FILMSTRIP  */

.filmstrip {
	margin-top:10px; 
	margin-bottom:10px;
}

.image-viewer {
	height: 130px; 
	padding: 10px 0 10px 3px; 
	background-color:#efefef;
}

.filmstip-contols {
	float:left; 
	width:17px; 
	height:30px; 
	margin-top:50px; 
	margin-left:0px; 
	background-image: url(../images/clubs/flimstrip_contorls.gif); 
	background-repeat:no-repeat; 
}

.filmstip-contols.previousSet {
	background-position: 0px 0px;
}

.previousSet a {
	float:left; 
	width:17px; 
	height:30px; 
	background-image: url(../images/clubs/flimstrip_contorls.gif); 
	background-position: 0 -50px; 
	background-repeat:no-repeat;
}

.previousSet a:hover {
	background-position: 0 -100px; 
}

.filmstip-contols.nextSet {
	background-position: -26px -50px;
}

.nextSet a {
	float:left; 
	width:17px; 
	height:30px; 
	background-image: url(../images/clubs/flimstrip_contorls.gif); 
	background-position: -26px 0px; 
	background-repeat:no-repeat;
}
.nextSet a:hover {
	background-position: -26px -100px; 
}

.filmstrip-images {
	float:left;
}

.filmstrip-images img.thumb {
	height:120px; 
	width:120px; 
	float:left;
	margin:5px;
	cursor:pointer;
}

.filmstrip div.full{
	display:none;
	position:relative;
	cursor:pointer;
	margin-top:10px;
}
.close{
	position:absolute;
	top:10px;
	right:10px;
}
