/* 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 {
}

.elastislide-wrapper.elastislide-loading {
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.elastislide-horizontal {
}

.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-horizontal .item_title, .elastislide-horizontal p {
	white-space:normal;
}

.elastislide-carousel ul li {
	margin: 0;
	-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;	
	max-width: 100%;
}

/* Navigation Arrows */

.elastislide-wrapper nav span {
	top:110px;
}

.elastislide-wrapper nav span:hover {
}

.elastislide-horizontal nav span.elastislide-prev {
	display:block; position:absolute; left:0; width:49px; height:67px; background:url(../images/left_arrow.png) no-repeat; cursor:pointer;
}

.elastislide-horizontal nav span.elastislide-prev:hover {
	background:url(../images/left_arrow_h.png) no-repeat; 
}

.elastislide-horizontal nav span.elastislide-next {
	display:block; position:absolute; right:0; width:49px; height:67px; background:url(../images/right_arrow.png) no-repeat; cursor:pointer;
}

.elastislide-horizontal nav span.elastislide-next:hover {
 	background:url(../images/right_arrow_h.png) no-repeat; 
}