/** 
 * Everslider - Responsive jQuery Carousel Plugin
 * Version 1.2
*/

.everslider{
	margin: 0 0 20px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.everslider .es-slides{
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-transform: translate3d(0,0,0); /* fix jerking */
	width: 100000px;
}

.everslider .es-slides > li{
	border: 0!important;
	float: left;
	height: 300px; /* default slide height */
	margin: 0 10px 0 0;
	padding: 0!important;
	width: 500px; /* default slide width */
}

.everslider .es-slides img{
	height: auto;
	max-width: none;
	width: 100%;
}

.everslider .es-slides a > img{
	vertical-align: top;
}

.everslider .es-slides *{
	-webkit-user-select: text;
	   -moz-user-select: text;

	-webkit-user-drag: none;
}

/* Preload */

.everslider{
	/*	background: url(../images/preload.gif) no-repeat center;
*/
}

.everslider.es-slides-ready{
	background: none;
}

.es-slides{
	visibility: hidden;
}

.es-slides-ready .es-slides{
	visibility: visible;
}


/* Navigation */

.es-navigation a{
	background-color: #eeeeee;
	margin-top: -17px;
	padding: 7px;
	position: absolute;
	top: 50%;
}

.es-navigation .es-prev{
	left: 0;
}
.es-navigation .es-next{
	right: 0;
}

.es-navigation .es-first,
.es-navigation .es-last{
	cursor: default;
	opacity: 0.5;

	filter: alpha(opacity=50);
}

.es-navigation a span{
	display: block;
	/*	width: 20px;
	height: 20px;
*//*	text-indent: -9999px;
*/
}

.es-navigation .es-prev span{
	/*	background: url(../images/arrows.png) no-repeat 0 0;
*/
}

.es-navigation .es-next span{
	/*	background: url(../images/arrows.png) no-repeat -20px 0;
*/
}

.es-navigation .es-prev span.alt-arrow{
	/*	background: url(../images/arrows.png) no-repeat 0 -20px;
*/
}

.es-navigation .es-next span.alt-arrow{
	/*	background: url(../images/arrows.png) no-repeat -20px -20px;
*/
}

/* Pagination */

.es-pagination{
	bottom: 10px;
	left: 50%;
	position: absolute;
}

.es-pagination a{
	background: url(../images/bullets.png) no-repeat 0 0;
	float: left;
	height: 10px;
	margin: 0 5px 0;
	overflow: hidden;
	position: relative;
	right: 50%;
	text-indent: -9999px;
	width: 10px;
}

.es-pagination .es-active{
	background: url(../images/bullets.png) no-repeat -10px 0;
}

/* Ticker */

.es-ticker{
	bottom: 0;
	position: absolute;
	right: 0;
}

.es-ticker a{
	background: #eeeeee;
	display: block;
	padding: 7px;
}

.es-ticker a span{
	display: block;
	height: 20px;
	text-indent: -9999px;
	width: 20px;
}

.es-ticker .es-play span{
	background: url(../images/ticker.png) no-repeat 0 0;
}

.es-ticker .es-pause span{
	background: url(../images/ticker.png) no-repeat -20px 0;
}

/* Retina */

@media only screen and (-webkit-min-device-pixel-ratio:1.5){
}
