/**
	Add your styles directly inside template CSS files
**/
/** MASK**/
div#sliderGallery {
	position: relative;
	overflow:hidden;
	z-index: 1;
}

div.controls {
	/*position:absolute;
	height:1200px;
	width:730px;
	z-index: 9999;*/
}

#sliderGalleryBackBtn,
#sliderGalleryNextBtn {
	position:absolute;
	z-index:1000;
	width:26px;
	height: 26px;
}	#sliderGalleryBackBtn a,
	#sliderGalleryNextBtn a{
		display: block;
		height: 26px;
		line-height: 26px;
	}	#sliderGalleryBackBtn a span,
		#sliderGalleryNextBtn a span {
 			visibility: hidden;
		}
		
#sliderGalleryBackBtn {
	background: url(../img/sliderBack.png) no-repeat center;
	/*bottom: 19px; left:19px;*/
}

#sliderGalleryNextBtn {
	background: url(../img/sliderNext.png) no-repeat center;
	/*bottom: 19px; left: 40px;*/
}


.sliderWrapper {
	text-align: center;
	width:100%;
} 