#preload{
        visibility:hidden;
}
#imageflow{
	position:relative;
        width:940px; 
	height:427px;
	top:0px;
        margin:0px auto;
	z-index:50;
        text-align:left;
	border:1px solid black;
	background-color:black;
	overflow:hidden;
}
#imageflow #images {
	position:absolute;
	top:-35px;
	left:-25px;
	width:inherit;
	height:inherit;
	background-color:black;
}
#imageflow #images img{
	position:absolute;
        border:5px solid #d0d0d0;
	visibility:visible;
	display:block;
	filter: alpha(opacity=100);
	opacity: 1;
}

.galleryTitlePosition {
	margin-top:15px;margin-left:21px;
}
#galleryNav1 {
	position:absolute;
	top:0;
	left:0;
	z-index:10006;
	width:250px;
        height:inherit;
	background-image:url(/images/galleryNavBKG.png);
	filter: alpha(opacity=65);
        opacity: 0.65;
}
#galleryNav2 {
        position:absolute;
        top:0; 
        left:0;
        z-index:10005;
        width:250px;   
        height:inherit;
        background-image:url(/images/galleryNavBKG2.png);
        filter: alpha(opacity=65);
        opacity: 0.65;
}
#galleryNav1:hover,#galleryNav2:hover {
        cursor:arrow;
}

#galleryNav1tab {
        position:absolute;
        top:24;
        left:232;
        width:15px;
        height:63px;
        z-index:10007;
        cursor:pointer;
}
#galleryNav2tab {
	position:absolute;
	top:92;
	left:232;
	width:15px;
	height:75px;
	z-index:10008;
	cursor:pointer;
}
#galleryNav2content {
	display:none;
}




#captions {
	position:relative;
	bottom:0px;
	margin:380px auto 0px auto;
	color:#fff;
	line-height:18px;
}
#timeline {
	position:absolute;
	bottom:0px;
	width:inherit;
	height:35px;
}
#scrollbar{
	position:relative;
	margin:13px auto 0px auto;
	width:642px;
	height:12px;
        z-index:10001;
	background-image:url(/images/scrollbar.png);
}
#slider{
	position:absolute;
	margin-top:-5px;
	margin-left:-8px;
	z-index:10002;
	background-image:url(/images/slider.png);
	background-repeat:no-repeat;
	width:48px;
	height:20px;	
}
#videoContainer {
	margin:80px 254px;
	width:480px;
	height:320px;
	border:1px solid white;
}