@charset "utf-8";
html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}
			
#wrapper {
	width: 100%;
	min-width: 1002px;
	height: 510px; /*500px;*/

	position: absolute;
	z-index: -10;
	top: 149px;
	left: 0;
}
#carousel div {
	height: 510px;
	float: left;
	text-align: center;
}
#carousel img {
	/*min-width: 100%;
	min-height: 100%;*/
}


#pager {
	/*border-radius: 20px;
	background: #fff;
	text-align: center;
	width: 120px;
	height: 50px;
	padding-top: 2px;
	margin: 235px 0 0 -60px;
	position: absolute;
	top: 50%;
	left: 50%;*/
	
	text-align: center;
	width: 24px;
	height: auto;
	padding-top: 2px;
	/*margin: 235px 0 0 -60px;*/
	position: absolute;
	z-index: 20px;
	top: 324px;
	right: 15px;
}
#pager a.selected {
	background: rgba(30%,30%,40%,0.3);
}
#pager a {
	/*display: inline-block;*/
	display: block;
	padding: 2px;
	margin-bottom: 10px;
	width: 20px;
	height: 20px;
	color: #fff;
	background-color: #4E5B6B;
	text-decoration: none;
}
#pager span {
	/*border-radius: 10px;
	background: #ccc;
	text-indent: -100px;
	line-height: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	overflow: hidden;*/
	font-size: 1.2em;
}

#stopSlide {
	width: 100%;
	min-width: 1002px;
	height: 510px;
	position: absolute;
	z-index: 0;
	top: 149px;
	left: 0;
}