.gallery {
	background:#000;
	overflow:hidden;
	width:780px;
	height:235px;
	margin:auto;
	border:8px solid #1a1a1a;
}

.galleryBar {
	background:#000;
	height:40px;
	width:100%;
	position:relative;
	top:0px;
	left:0px;
	margin:-40px 0 0 0;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	text-align:center;
}

.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;
}

.galleryTitle {
	padding:10px 10px 5px 10px;
	font:0.95em Arial, Verdana, Helvetica, sans-serif;
	border-bottom:1px solid #222;
	background:#111;
}
