@CHARSET "UTF-8";

#slide_wrap {
	height: 440px;
	position: relative;
	margin-top: 40px;
}
#slide_wrap .slide_item {
	height: 470px;
	width: 100%;
	position: absolute;
	z-index: 100;
	display: none;
}

#dots {
	position: absolute;
	z-index: 500;
	right: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}
#dots a {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #c7c7c7;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius: 4px;
	margin: 0 6px;
}
#dots a.active, #dots a:hover {
	background: #f07700;
}