/** jQuery Gallery Plugin **/

.galleryContent {
	height:358px !important;	
}
#landingBanner {
	height:358px !important;

}
.gallery{
	margin:0px !important;
	position: relative;
	overflow: hidden;
	padding: 0px;
	height:358px !important;
}
.galleryBar {
	position: absolute;
	left: 0;
	margin: 9px 0 0 8px !important;
	padding:0 0 0 2px;
	display:none;
}
.galleryBar li {
	position: relative;
	margin: 0 7px 0 0;
	padding: 0;
	float: left;
	list-style: none;
}
.galleryBar li img {
	border:1px solid #9fa1a4;
}

.galleryScreen, .galleryInfo {
	position: absolute;
}
.galleryScreen {
	background-color: #222;
}
.galleryInfo {
	background-color: transparent;
	color: #fff;
	padding: 12px;
}
.galleryTitle {
	font-weight: bold;
}
