/* CrossFire™ index.html */

@import url("main.css");

.thumb {
	margin-left: 4px;
	margin-right: 4px;
}

.center {
	display: block;
	text-align: center;
	margin: 0 0 20px;
}

ul {
	margin-top: 0;
}


/* @group Gallery Genreal */

#load {
	display: inline-block;
	color: white;
	margin-top: 10px;
	margin-left: 20px;
}

#gallerywrapper {
	background: #323232 url(../img/indexgallery/splash_bg.gif) no-repeat;
	margin: 0 0 15px;
	padding: 0;
	width: 772px;
	height: 550px;
	position: relative;
	top: 0;
	left: 0;
}

#gallery {
	width: 772px;
	height: 475px;
	display: inline-block;
	padding: 0;
	margin: 0px;
	position: absolute;
	top: 0;
	left: 0;
}

/* @end */

/* @group Gallery Thubmails */

li#gallery_title {
	color: white;
	vertical-align: middle;
	display: inline-block;
	margin: 20px 0 0;
	font-size: 13px;
	padding-left: 10px;
	width: 80px;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 0;
}

li#video_title {
	color: white;
	vertical-align: middle;
	display: inline-block;
	margin: 20px 0 0;
	font-size: 13px;
	width: 110px;
	text-align: right;
	padding: 0;
}

#tumbs_bar {
	width: 772px;
	height: 75px;
	background: #323232 url(../img/indexgallery/thumbnailsbar.gif) no-repeat;
	padding: 0;
	margin: 0;
	top: 475px;
	position: absolute;
	left: 0;
}

ul#tumbnails {
	list-style-type: none;
	display: inline;
	padding: 0;
}

ul#tumbnails li {
	float: left;
}

#tumbnails li.liimage a img {
	margin-right: 5px;
}

li#video_thumb a img {
	float: left;
	margin-left: 10px;
}

/* @end */

/* @group Gallery specific */

#controlpanel {
	width: 772px;
	height: 475px;
	background: url(../img/indexgallery/controls.jpg) no-repeat;
}

#videobg {
	width: 772px;
	height: 475px;
	background-image: url(../img/indexgallery/video.jpg);
	color: gray;
}

#embedvideo {
	display: block;
	width: 722px;
	height: 400px;
	text-align: center;
	padding-right: 25px;
	padding-left: 25px;
	vertical-align: middle;
	padding-top: 50px;
}

#controlpaneltxt {
	display: inline-block;
	padding-right: 100px;
	padding-top: 60px;
	padding-left: 300px;
}



/* @end */