/* 
	fullscreen video gallery
*/
body.fs #fs-video {
	position: absolute;
	top: 20%;
	width: 720px;
	text-align: center;
	z-index: 1;
	background-color: #fafafa;
}
body.fs #fs-video iframe {
}
body.fs #fs-video { display:none; }
/* 
	fullscreen images
*/

body.fs img.preview {
	position: absolute;
	left: 0px;
	top: 44px;
	width: 100%;
	}
	
#imageWrapper {
	position:fixed;
	bottom: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	}
	
#image_scroller {
	background-image: url(../img/trans_bg.png); 
	background-repeat: repeat;
	padding: 20px 0 25px 0;
	position: relative;
	overflow: hidden;
}

#image_scroller .container {
	height: 125px;
	position: relative;
	overflow: hidden;
	left: 0;
	}
			
#image_scroller .image {
	float: left;
	}

#image_scroller img, img.clone {
	width: 180px;
	height: 120px;
	border: 1px solid #000000;
	border-right: none;
	}
	
#overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: transparent url(../img/icons/overlay.png) repeat bottom left;
	}
	
#loading {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -25px 0px 0px -25px;
	background: #000000 url(../img/icons/loader.gif) no-repeat center center;
	width: 50px;
	height: 50px;
	z-index: 999;
	opacity: 0.7;
	}
	
#next, #prev {
	width: 28px;
	height: 90px;
	padding: 6px;
	position: fixed;
	top: 45%;
	cursor: pointer;
	opacity: 0.5;
	}
	
#next:hover, #prev:hover {
	opacity: 0.8;
	}
	
#next {
	background: #000000 url(../img/icons/next.png) no-repeat center center;
	right:-40px;
	}
	
#prev {
	background: #000000 url(../img/icons/prev.png) no-repeat center center;
	left: -40px;
	}
	
#toggle {
	width: 50px;
	height: 50px;
	background: #000000 url(../img/toggle.png) no-repeat center center;
	text-align: center;
	letter-spacing: 1px;
	position: fixed;
	left: 49%;
	bottom: 55px;
	line-height: 50px;
	cursor: pointer;
	opacity: 0.7;
	text-indent: -9999px;
}
	
#toggle:hover{
	opacity: 1.0;
	}
