/* Elastislide Style */

.elastislide-list {
	list-style-type: none;
	display: none;
}

.no-js .elastislide-list {
	display: block;
}

.elastislide-carousel ul li {
	min-width: 20px; /* minimum width of the image (min width + border) */
}

.elastislide-wrapper {
	position: relative;
	background-color: #fff;
	margin: 0 auto;
	min-height: 60px;
/*	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);*/
}

.elastislide-wrapper.elastislide-loading {
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.elastislide-horizontal {
	padding: 10px 0px;
}

.elastislide-vertical {
	padding: 40px 10px;
}

.elastislide-carousel {
	overflow: hidden;
	position: relative;
}

.elastislide-carousel ul {
	position: relative;
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.elastislide-horizontal ul {
	white-space: nowrap;
}

.elastislide-carousel ul li {
	margin: 0 20px 0px  0px;

	-webkit-backface-visibility: hidden;
}

.elastislide-horizontal ul li {
	
	height: 100%;
	display: inline-block;
}

.elastislide-vertical ul li {
	display: block;
}

.elastislide-carousel ul li a {
	display: inline-block;
	width: 100%;
}

.elastislide-carousel ul li a img {
	display: block;
	border: 2px solid white;
	max-width: 100%;
}

/* Navigation Arrows */

.elastislide-wrapper nav span {
	position: absolute;
/*	background: #ddd url(../images/nav.png) no-repeat 4px 3px;*/
	width: 30px;
	height: 30px;
/*	border-radius: 50%;*/
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.8;
}

.elastislide-wrapper nav span:hover {
	opacity: 1.0
}

.elastislide-horizontal nav span {
    right: 53px;
    top: -252px;background: url(../images/arrow-left.png) center center no-repeat ;
	border-radius: 4px 0 0 4px; display:block !important;
}
.elastislide-horizontal nav span:hover  {background: url(../images/arrow-right1.png) center center no-repeat ;}
.elastislide-vertical nav span {
	top: 0;
	right: 0;
	margin-left: -11px;
}

.slierbutton .arrow-left {
	background: url(../images/arrow-left.png) center center no-repeat ;
	border-radius: 4px 0 0 4px;
}
.elastislide-horizontal nav span.elastislide-next:hover {background: url(../images/arrow-right.png) center center no-repeat ;}


.elastislide-horizontal nav span.elastislide-next {
	 right: 14px;
    top: -252px;display:block !important;background: url(../images/arrow-left1.png) center center no-repeat;
	border-radius: 0 4px 4px 0;
	margin-right: 0
}

.elastislide-vertical nav span.elastislide-next {
	bottom: 10px;
	top: auto;
	background-position: -17px -18px;
}


.elastislide-wrapper nav{background:none; height:0;}

