/*
.gallery {
	background:#000;
	overflow:hidden;
	width:846px;
	height:430px;
}
*/
.gallery {
	background:url(../images/gallerybg.gif) no-repeat;
	width:869px;
	height:455px;
	margin:80px auto 0 auto;
	padding:12px 0 0 12px;
	overflow:hidden;
}

.galleryBar {
	background:#000;
	height:95px;
	width:847px;
	position:relative;
	top:0px;
	left:0px;
	margin:-95px 0 0 0;
	border-top:1px solid #666;
	text-align:center;
	overflow:hidden;
}

.galleryPrevious, .galleryPreviousH {
	margin-left:33%;
	display:block;
	background:url('../images/gallery_prev.gif');
	height:72px;
	width:85px;
	float:left;
	cursor:pointer;
}

.galleryPreviousH {
	background:url('../images/gallery_prev_h.gif');
}

.galleryPause , .galleryPauseH {
	display:block;
	background:url('../images/gallery_pause.gif');
	height:72px;
	width:121px;
	float:left;
	cursor:pointer;
}

.galleryPauseH {
	background:url('../images/gallery_pause_h.gif');
}

.galleryNext, .galleryNextH {
	display:block;
	background:url('../images/gallery_next.gif');
	height:72px;
	width:85px;
	float:left;
	cursor:pointer;
}

.galleryNextH {
	background:url('../images/gallery_next_h.gif');
}

.loadingImage {
	float:right;
	margin:13px 30px 0 0;
}

#galleryImage {
	width:846px;
	height:430px;
	overflow:hidden;
}

.galleryTitle {
	padding:10px 10px 5px 10px;
	font:0.95em Arial, Verdana, Helvetica, sans-serif;
	border-bottom:1px solid #222;
	background:#111;
}