@charset "utf-8";
top_slide a img {
		border: none;
	}
#top_slide {
	position: relative;
	width: 900px;
	height: 300px;
	background-image: url(images/slider_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding-top: 21px;
	padding-left: 21px;
	padding-right: 22px;
	padding-bottom: 22px;
	margin-left: 7px;
	}
#top_slide a.ad {
		position: absolute;	
	}
#top_slide .control {
	position: absolute;
	left: 675px;
	top: 290px;
	}
#top_slide .control a {
	display: inline-block;
	padding: 0px;
	width: 14px;
	text-align: center;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	height: 14px;
	background-image: url(images/slide-btn1.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 0;
	}
#top_slide .control a.on {
	background-image: url(images/slide-btn2.png);
	background-repeat: no-repeat;
	background-position: center center;
	}
