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

.list_carousel_holder{
	width:420px;
	overflow:hidden;
	padding:5px 20px 0 25px;
	}



.list_carousel {
	margin-left:0px;
	width:520px;
	overflow:hidden;
}
.list_carousel ul {
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	border: 0px solid #dcdcdc;
	width: 140px;
	height: 133px;
	margin-right:9px;
	display: block;
	float: left;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#0f6bb6;
	font-size:11px;
	padding-bottom:5px;
	position:relative;
}


 a.next1 {
	background: url(../images/next1.gif) 0 0 no-repeat transparent;
	width: 7px;
	height: 16px;
	display: block;
	position: absolute;
}
a.prev1 {
	background: url(../images/pre1.gif) 0 0 no-repeat transparent;
	width: 7px;
	height: 16px;
	display: block;
	position: absolute;
}
a.prev1, a.next1 {
	top: 110px;
}
a.next1 {
	right: 10px;
}
a.prev1 {
	left: 10px;
}
a.prev1:hover {
	background-position: 0 0;
}
a.prev1.disabled {
	background-position: 0 100% !important;
	cursor: default;
}
a.next1:hover {
	background-position: 0 0;
}
a.next1.disabled {
	background-position: 0 100% !important;
	cursor: default;
}
a.prev1 span, a.next1 span {
	display: none;
}


