ul.gallery_thumbs {
	width: 292px;
	list-style-type: none;
	clear: both;
	display: inline;
	float: left;
}

ul.gallery_thumbs li {
	margin-right: 5px;
	margin-bottom: 5px;
	height: 60px;
	width: 60px;
	list-style-type: none;
	float: left;
	display: inline;
	overflow: hidden;
}

ul.gallery_thumbs li a {
	display: inline;
	float: left;
	height: 60px;
	width: 60px;
}

.gallery_loading{
	margin-top: 100px;
	margin-left: 277px;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	height: 50px;
	width: 50px;
	background-image: url(../images/gallery_loader.gif);
	background-color: #666666;
	overflow: hidden;
	text-indent: -9999px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul.gallery_thumbs li a img{
	height: 60px;
	width: 60px;
}

#imageHolder{
	display: inline;
	float: left;
	height: 700px;
}

.videoHolder{
	position: relative;
	width: 500px;
}

#imageHolder img{
}

.flash-replaced{
	position: relative;
	display: block;
	clear: none;
	width: 500px;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
}

ul.video_thumbs{
	display: inline;
	clear: both;
	float: left;
	height: 400px;
	width: 270px;
	overflow-x: hidden;
	overflow-y: scroll;
}

ul.video_thumbs li{
	display: inline;
	clear: both;
	float: left;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 5px;
	padding: 0px;
	width: 270px;
	height: 45px;
}

#content ul.video_thumbs li a{
	text-decoration: none;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 5px;
	padding: 0px;
	width: 270px;
	height: 45px;
}

ul.video_thumbs li img{
	display: inline;
	float: left;
	width: 60px;
	height: 45px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	margin-right: 10px;
}

.gallery_images{
	float: left;
	display: inline;
	width: 600px;
}

.gallery_thumbnails{
	width: 245px;
}