/** jQuery Gallery Plugin **/
.gallery{
	position: relative;
	overflow: hidden;
	background-color: transparent;
	padding: 10px 5px;
	height: 450px;
}
	.galleryBar {
		position: relative;
		margin: 0;
		padding: 0 7px;
		display: block !important;
		float: left;
		width: 100px;
	}
		.galleryBar li {
			position: relative;
			margin: 0 0 5px 0;
			padding: 0;
			overflow: hidden;
			float: left;
			list-style: none;
		}
		.galleryBar li img {
			border: 0;
		}
	.galleryScreen {
		background-color: #222;
		display: none;
		top: 293px !important\9; /* IE 8 Hack */
	}
		.galleryScreen, .galleryInfo {
			margin-left: 5px;
			position: absolute;
			width: 825px !important;
		}
		/* IE7 Start */
		*+html .galleryScreen, * html .galleryScreen {
			top: 291px !important;
		}
		/* IE7 End */
	
	.galleryInfo {
		background-color: transparent;
		color: #fff;
		padding: 12px;
		height: 30px !important;
		top: 275px !important\9; /* IE 8 Hack */
	}
		/* IE7 Start */
		*+html .galleryInfo, * html .galleryInfo {
			top: 275px !important;
		}
		/* IE7 End */
	.galleryTitle {
		font-size: 135%;
		font-weight: bold;
	}
	.galleryContent {
		width: 825px !important;
		float: left;
		position: relative;
	}
	.galleryDesc {
	}
		.galleryDesc p {
			text-align: center;
		}
