/* Elastislide Style */
.es-carousel-wrapper{
	/*background: #d1bda5;*/
	padding:0 230px;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow:0px 1px 3px rgba(0, 0, 0, 0.5);
	margin-bottom:20px;*/
	position:relative;
	
}
.es-carousel{
	overflow:hidden;
	/*background:#000;*/
}
.es-carousel ul{
	display:none;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
}
.es-carousel ul li a{
	display:block;
	/*border-style:groove ;
	border-color:#975E20;*/
	opacity:0.5;
	-webkit-touch-callout:none;
	/* option */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.es-carousel ul li.selected a{
	/*border-color:#fff;
	border-style: double;*/
	opacity:0.8;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.es-nav span{
	position:absolute;
	top:50%;
	left:8px;/* small ><*/
	background:transparent url(../imgGallery/nav_thumbs.png) no-repeat top left;
	width:14px;
	height:50px;
	margin-top:-15px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-nav span.es-nav-next{
	right:8px;/* small ><*/
	left:auto;
	background-position:top right;
}
.es-nav span:hover{
	opacity:1.0;
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (min-width: 768px) and (max-width: 1366px) {
		/* nav */
		/*#headerML nav ul li{
			margin-left:12px;
		}*/
		.es-carousel-wrapper{
	padding:0 80px !important; 
	position:relative;
	
}	
}
@media only screen and (max-width: 767px) {

		/* nav menu ul & select */
	/*	#headerML nav ul {
			display:none;
		}
		#headerML nav select {
			width:100%;
			display:block;
			/*margin-bottom:30px;*/
			/*cursor:pointer;
			padding:6px;
			background:#f9f9f9;
			border:1px solid #e3e3e3;
			color:#777;
		}
		
footer p.footerMenu a, footer p.footerMenu a:hover{
	font-size: 10px;
	}
footer.second, footer.second p{
	font-size: 10px;
		}	*/
/*img.icon {
			max-width: 10%;
			height:auto;
			margin-top: -100px;
			margin-right:5px;
			position: relative;
			float:right;	
			}	*/
.es-carousel-wrapper{
	padding:0 60px !important; 
	position:relative;
	
}		
}

@media only screen and (min-width: 478px) and (max-width: 767px) {
		
/*img.icon {
			max-width: 10%;
			height:auto;
			margin-top: -100px;
			margin-right:5px;
			position: relative;
			float:right;	
			}	*/
.es-carousel-wrapper{
	padding:0 60px !important; 
	position:relative;
	
}	
}
@media screen and (max-width: 477px) {
	/*body {
		position: absolute;		
		}*/
		
/*.socialMedia a img.icon{
	z-index: 1000;
	position: relative;	
		}
	img.icon {
			max-width: 8%;
			height:auto;
			margin-top: -80px;
			margin-right:5px;
			position: static;
			float:right;						
			}	*/
.es-carousel-wrapper{
	padding:0 60px !important; 
	position:relative;
	
}		
}