/* Elastislide Style */
.es-carousel-wrapper{
	padding:10px 27px;
	/*box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);*/
	position:relative;
	margin-bottom:20px;
}
.es-carousel{
	overflow:hidden;
    width: 95%;
    margin-left: 2%;
    height: 360px;
}
.es-carousel ul{
	display:none;
    height: 370px;
    overflow: hidden;
    padding-left: 0px;
/*    margin-left: 2% !important;*/
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
}
.es-carousel ul li a{
	display:block;
	-webkit-touch-callout:none;
	/* option */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-ou60
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.es-carousel ul li.selected a{
	border-color:#fff;
	opacity:1.0;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.es-nav span{
	position:absolute;
	top:42%;
	left:1.5%;
	background:transparent url(../img/left-right.png) no-repeat top left;
	width:25px;
	height:90px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	/*opacity:0.8;*/
}
.es-nav span.es-nav-next{
	right:2%;
	left:auto;
	background-position:top right;
}
.es-nav span:hover{
	opacity:1.0;
}
.thumbnail-item {
    margin: 20px 20px 20px 20px;
}