
#wrapper { width:990px; margin:auto; padding:0px;}



#gallery {
	float: left;
	width: 990px;
	overflow-x: hidden;
	padding-bottom: 300px;
}
.gallery-tab {
	float: left;
	width: 109%;

	margin-left: -30px;
}
.gallery-tab-title {
	float: left;
	width: 100%;
	height: 30px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin-top: 20px; background:#317693;
	position: relative;
}
.gallery-tab-title-holder {
	float: left;
	height: 30px;
	position: absolute;
	left: -25px;
}
.gallery-tab-title-holder-controls {
	height: 30px;
	float: left;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.gallery-tab-title-holder-controls-button {
	float: left;
	height: 20px;
	width: 20px;
	text-align: center;
	font-size: 25px; font-weight:bold;
	background-color:#FFF;
	line-height: 17px; color:#FFF !important;
	
	margin: 5px; 
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.gallery-tab-title-holder-controls-button:hover {
	background-color:#CCC; color:#FFF !important;
	cursor: pointer;
}
.gallery-tab-title-holder-text {
	float: left;
	height: 50px;
	font-weight: 300;
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
	margin-left: 5px;
}
.gallery-tab-title-holder-text:hover {
	color: #000;
	cursor: pointer;
}
.gallery-tab-images {
	float: left;
	height: 230px;margin-left:30px !important;
	width: 98%;
	margin-top: 20px; 
	overflow: hidden;
	position: relative;
	display: none;
}
.gallery-tab-images-slider {
	float: left;
	width: 30px;
	overflow: hidden;
	height: 230px;
	position: absolute;
}
.gallery-tab-images-slider-tab {
	float: left;
	height: 220px;
	margin-right: 10px;
	position: relative;
}
.gallery-tab-images-slider-tab img {
	height: 220px; margin:0px !important; padding:2px !important;
	float: left;
}
.gallery-tab-images-slider-tab-hover {
	height: 224px;
	background-color: rgba(63,141,191,0.5);
	position: absolute;
	left: 0px;
	top: 0px; margin-left:45px ;
	color: rgba(255,255,255,1);
	width: 100%;; margin-left:0px;
	line-height: 220px;
	text-align: center;
	
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.gallery-tab-images-slider-tab-hover:hover {
	opacity: 1; width:100%; font-size:18px !important; color:#000; font-weight:bold;}
