.jquery-slider-wrapper {
	position: relative;
	clear: both;
	zoom: 1;
}
.jquery-slider-slide {
	display: none;
	float: left;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
}
.jquery-slider-slide img {
	border: 0;
	margin: 0;
	padding: 0;
}
.jquery-slider-slide-current {
	display: block;
	z-index: 2;
}
.jquery-slider-slide-next {
	display: block;
	z-index: 1;
}
.jquery-slider-selectors {
	display: inline;
	float: left;
	overflow: hidden;
	position: absolute;
	bottom: 5px;
	left: 50%;
	z-index: 4;
	color: #FFFFFF;
}
.jquery-slider-selector {
	background: url(images/jquery-slider-theme.png) no-repeat 0px -59px;
	display: inline;
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 0 0 3px;
}
.jquery-slider-selector-current {
	background: url(images/jquery-slider-theme.png) no-repeat -10px -59px;
}
.jquery-slider-selector span {
	display: none;
}
.jquery-slider-control {
	position: absolute;
	right: 13px;
	top: 11px;
	cursor: pointer;
	width: 9px;
	height: 14px;
	z-index: 4;
}
.jquery-slider-control span {
	display: none;
}
.jquery-slider-control-play {
	background: url(images/jquery-slider-theme.png) no-repeat 0px -42px;
}
.jquery-slider-control-pause {
	background: url(images/jquery-slider-theme.png) no-repeat -10px -42px;
}
.jquery-slider-navigation {
	display: block;
}
.jquery-slider-navigation-prev {
	background: url(images/jquery-slider-theme.png) no-repeat 0 0;
	left: -21px;
	top: 50%;
	position: absolute;
	cursor: pointer;
	width: 21px;
	height: 40px;
	margin-top: -20px;
	z-index: 4;
}
.jquery-slider-navigation-prev span {
	display: none;
}
.jquery-slider-navigation-next {
	background: url(images/jquery-slider-theme.png) no-repeat -21px 0;
	right: -21px;
	top: 50%;
	position: absolute;
	cursor: pointer;
	width: 21px;
	height: 40px;
	margin-top: -20px;
	z-index: 4;
}
.jquery-slider-navigation-next span {
	display: none;
}
.jquery-slider-wrapper .caption {
	padding: 6px 10px;
	background: #333333;
	font-size: 13px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #FFFFFF;
}
.jquery-slider-timer {
	color: #FFFFFF;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 4;
	overflow: hidden;
	width: 26px;
	height: 26px;
}
.jquery-slider-timer-rotator {
	background: url(images/jquery-slider-rotator-left.png) no-repeat 0 0;
	overflow: hidden;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 0;
	left: -13px;
	z-index: 3;
}
.jquery-slider-timer-mask {
	overflow: hidden;
	width: 13px;
	height: 26px;
	position: absolute;
	top: 0;
	right: 0px;
	z-index: 2;
}
.jquery-slider-timer-rotator-move {
	left: 0;
}
.jquery-slider-timer-mask-move {
	width: 26px;
	left: 0;
	background: url(images/jquery-slider-rotator-right.png) no-repeat 0 0;
}
/* below is added do not touch above*/
.ui-corner-tl {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}
.ui-corner-tr {
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
.ui-corner-bl {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.ui-corner-br {
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.ui-corner-top {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
.ui-corner-bottom {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.ui-corner-right {
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.ui-corner-left {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.ui-corner-all {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: bolder;
	line-height: 16px;
	text-align: center;
	z-index: 999;
	position: absolute;
	margin: 145px 0 10px 20px;
	text-shadow: 0px 0px 5px #666;
	-webkit-animation: h2-animation 3s 1 ease-in-out;
	-moz-animation: h2-animation 3s 1 ease-in-out;
	-o-animation: h2-animation 3s 1 ease-in-out;
	-ms-animation: h2-animation 3s 1 ease-in-out;
	animation: h2-animation 3s 1 ease-in-out;
}
.h3 {
	font-size: 10px;
}
.slider {
	cursor: pointer;
}
