@charset "utf-8";

#slide {
	position: relative;
	width: 670px;
	height: 393px;
	background-image: url(../img/slideTitleBg.gif);
	background-repeat: repeat-x;
	background-color: #e8e8e8;
}

#slideTitle {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 10px 0 0 13px;
	color: white;
	background-image: url(../img/titleIcon.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
	display: none;
}

#slide dl dd {
	width: 670px;
	position: absolute;
	top: 40px;
	left: 0px;
	display: none;
	text-align: center;
	background: #000;
}

#slideNavi{
	position: absolute;
	top: 330px;
	left: 0px;
	margin: 0;
}

#slideBtn {
	position: absolute;
	top: 18px;
	left: 220px;
	width: 300px;
	height: 23px;
	overflow: hidden;
	margin: 0;
}
#btns {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	font-size: 1%;
	line-height: 1%;
}
#btns li {
	float: left;
	height: 11px;
	margin-right: 17px;
	padding:10px 0 1px 0;
	cursor: pointer;
	opacity: 0.5;
}
#btns li img {
	vertical-align: bottom;
}
#prev {
	position: absolute;
	top: 21px;
	left: 73px;
	cursor: pointer;
}
#next {
	position: absolute;
	top: 21px;
	left: 486px;
	cursor: pointer;
}

