@charset "utf-8";

#carousel {
	width: 664px;
	height: 340px;
	text-align: left;
	position: relative;
	left:24px;
	*left:0px;
}
.carousel_ie6 {
	_height:340px;
	_overflow:hidden;
}

#carousel_prev,
#carousel_next {
	top: 45px;
	width: 22px;
	height: 24px;
	background: #000;
	cursor: pointer;
	position: absolute;
}
#carousel_prev {
	left: -24px;
	background:transparent url(../img/index/prev.jpg) no-repeat top left;
}
#carousel_next {
	right: -25px;
	background:transparent url(../img/index/next.jpg) no-repeat top left;
}

#carousel ul li {
	width: 166px;
	float: left;
	text-align:center;
	background:url(../img/index/slide_bg.jpg) no-repeat top;
	padding-top:7px;
}
#carousel ul li a{
	display:block;
	width:140px;
	height:105px;
	text-align:center;
	margin:0px auto;
}
#carousel ul li td a{
	display:inline;
	width:100px;
	height:24px;
}

#carousel ul li table{
	width:140px;
	margin:15px 0px 30px 10px;
	font-size:12px;
}
#carousel ul li table th{
	color:#2d74de;
	white-space:nowrap;
	text-align:left;
	vertical-align:top;
}
#carousel ul li table td{
	text-align:left;
}
#carousel ul li table td.center{
	padding-top:8px;
	padding-left:25px;
}

/* =======================================
	ClearFixElements
======================================= */
#carousel ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#carousel ul {
	display: inline-block;
	overflow: hidden;
}