#imageflow {
	text-align:left;
	width: 920px;
}

#imageflow.content-box {
	float: left;
	position: relative;
	width: 920px;
	height: 400px;
	top: 40px;
	left: -60px;
	clear: both;
	margin-bottom: 30px;
}

#images {
	visibility: hidden;
}

#images img { 
	position: absolute; 
	top:0px;
	border:none;
}

#loading {
	margin-top:50px;
	text-align:center;
	width:100%;
}

#loading img {
	margin-top:10px;
}

#captions {
	font-weight: bold;
	position: relative; 
	text-align: center;
	z-index:100;
}

#scrollbar {
	visibility:hidden;
	position:relative; 
	border-bottom:1px solid #b3b3b3;
	z-index:10001;
}

#slider {
	position:absolute;
	margin-top:-7px;
	margin-left:-7px;
	z-index:10002;
	background-image:url(/resources/images/gallery-slider-trans.png);
	background-repeat:no-repeat;
	width:14px;
	height:14px;	
}

.clear{
	clear:both;
}

.unselectable {
/* Gecko-based, Mozilla */
-moz-user-select:none;
/* Safari */
-khtml-user-select: none;
}