@charset "utf-8";
/* CSS Document */

#hero {
	width: 840px;
	height: 300px;
	display: block;
	position: relative;
	margin: auto;
}

#slider {
	width: 840px;
	height: 300px;
	display: block;
	position: relative;
	overflow: hidden;
}

.items img {
	
	width: 840px;
	height: 300px;
	position: relative;
	margin-top: 0px;
	border: none;
	}

#play {
	width: 32px;
	height: 32px;
	line-height: 40px;
	text-align: center;
	display: block;
	position: absolute;
	margin: 260px 0px 0 400px;
	left: 0;
	background-image: url(styleslider_res/play.png);
	background-repeat: no-repeat;
	color: #FFF;
	cursor: pointer;
	z-index: 30;
	
	
}

#pause {
	width: 32px;
	height: 32px;
	line-height: 40px;
	text-align: center;
	display: block;
	position: absolute;
	margin: 260px 0px 0 440px;
	left: 0;
	background-image: url(styleslider_res/pause.png);
	background-repeat: no-repeat;
	color: #FFF;
	cursor: pointer;
	z-index: 30;
	
}
#next {
	width: 32px;
	height: 32px;
	line-height: 40px;
	text-align: center;
	display: block;
	position: absolute;
	margin: 260px 0px 0 480px;
	left: 0;
	background-image: url(styleslider_res/Forward.png);
	background-repeat: no-repeat;
	color: #FFF;
	cursor: pointer;
	z-index: 30;
}
#prev {
	width: 32px;
	height: 32px;
	line-height: 40px;
	text-align: center;
	display: block;
	position: absolute;
	margin: 260px 0px 0 360px;
	left: 0;
	background-image: url(styleslider_res/Previous.png);
	background-repeat: no-repeat;
	color: #FFF;
	cursor: pointer;
	z-index: 30;
}

#pager {
	width: 100%;
	text-align: center;
	display: block;
	position: absolute;
	cursor: pointer;
	z-index: 30;
	left: 0px;
}

#pager a {
	font-size: .0em;
	width: 10px;
	height: 10px;
	display: inline-block;
	position: relative;
	border: 1px solid #FFF;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	-ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
	background: transparent;
	margin: 10px;
}

#pager a.activeSlide { background: #FFF;}



