@charset "utf-8";
/* CSS Document */

.container {
	width:970px;
	overflow:hidden;
	padding:10px 5px;
}
.content {
	overflow:hidden;
	margin-bottom:10px;
	width:970px;
}
.content div{
	width:226px;
	margin:2px;
	padding:2px 5px 0;
	padding-bottom:0;
	height:240px;
	line-height:20px;
	border:1px solid #ccc;
}
.slider {
	padding:1px 0;
	position:relative;
	background:#0A0A0A;
	height:15px;
	border-bottom:1px solid #545454;
	border-top:1px solid #545454;
	float:left;
	width:914px;
	cursor:pointer;
}
.slider_left, .slider_right {
	background:url(../catemore-js/2008122223581198.gif) no-repeat;
	height:19px;
	width:28px;
	float:left;
	cursor:pointer;
}
.slider_left {
	background-position:left top;
}
.slider_right {
	background-position:right top;
}
.bar {
	height:15px;
	width:150px;
	background:url(../catemore-js/2008122223573480.gif) left top repeat-x;
}
.bar_left, .bar_right {
	background:url(../catemore-js/2008122223580168.gif) no-repeat;
	height:15px;
	_font-size:0;
	width:6px;
	position:absolute;
	top:0px;
}
.bar_left {
	background-position:left top;
	left:-6px;
}
.bar_right {
	background-position:right top;
	right:-6px;
}
