@CHARSET "UTF-8";

#slide_wrap {
	height: 345px;
	position: relative;
	padding-bottom: 25px;
}
#slide_wrap .slide_item {
	height: 345px;
	width: 956px;
	position: absolute;
	z-index: 100;
	display: none;
	top:-5px;
	left:1px;
}

#dots {
	position: absolute;
	z-index: 500;
	right: 26px;
	bottom: 5px;
}
#dots a {
	display: inline-block;
	width: 15px;
	height: 14px;
	background: url("../images/bullets.png") no-repeat left top;
	margin-left: 2px;
}
#dots a.active, #dots a:hover {
	background-position: left bottom;
}