.gallery_mask {
	overflow:hidden;
	/*width: 1240px;
	height: 500px;*/
	/*width: 1180px;
	height: 476px;*/
	direction:ltr;
}

.gallery_mask .gallery {
	/*width:1240px;
	height:500px;*/
	/*width: 1180px;
	height: 476px;*/
	
	display:block;
	position:relative;	
	direction:ltr;
}
.gallery img {
	position:relative;
	top:0px;
	left:0px;
	float:left;
	/*width: 1180px;
	height: 476px;*/
	/*width:1240px;
	height:500px;*/
}


.gallery_arrows {
	width:inherit;
	position:absolute;
	z-index:10;
	height: 100%;
}
.gallery_arrows div.arrow_right,
.gallery_arrows div.arrow_left {
	width:12em;
	height:500px;	
	
	position:absolute;	
	cursor:pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;	
	background-position:center;
	background-repeat:no-repeat;	
}
.gallery_arrows div.arrow_left {
    left:0px;
	background-image:url('../images/left_arrow.png');
	background-position-x:5em;
}
.gallery_arrows div.arrow_right {
    right:0px;
	background-image:url('../images/right_arrow.png');
	background-position-x:3.8em;
}
.gallery_arrows div.arrow_left:hover {
	background-image:url('../images/left_arrow_2.png');
	background-position-x:4em;
}
.gallery_arrows div.arrow_right:hover {
	background-image:url('../images/right_arrow_2.png');
	background-position-x:4.8em;
}


.gallery_overlay {
	width:100%;
	height:4.875em;
	background-color:rgba(80,160,216,0.5);
	position:absolute;
	z-index:50;
	color:#fff;
	bottom:0px;
}

.title_holder {
	position: absolute;
	height: 1.450em;
	font-size:1.750em;
	top: 0.650em;
	right:4.1em;
	color: #fff;
}

.dots_holder {
	position:relative;
	height:7px;
	top:1em;
}
.dots {
	text-align: center;
	height:7px;
}
.dots li {
	width:7px;
	height:7px;
	background-image:url('../images/dot.png');
	cursor:pointer;
	display:inline-block;
	vertical-align:top;
	margin:0px 4px;
}
.dots li.current, .dots li:hover {
	background-image:url('../images/dot_2.png');
}
