
/* list */
.list_carousel {
	background-color:;
	margin: 0px;
	width: 640px;
	
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	font-size: 14px;
	line-height:1.2em;
	color: #999999;
	/*text-align: center;
	background-color: #fbb;
	border: 1px solid #600;*/
	width: 146px;
	height: 225px;
	padding: 3px;
	margin: 4px;
	display: block;
	float: left;
	
}
/*.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}*/
.clearfix {
	float: none;
	clear: both;
}
			
.scrollcontainer{
width:645px;
background:#FFFFFF;

}


/*Buttons*/
a.prev  {
background: url(miscellaneous_sprite.png) no-repeat transparent;
width: 45px;
height: 40px;
display: block;
position: relative;
top: -160px;
float:left;
}
a.next {
background: url(miscellaneous_sprite.png) no-repeat transparent;
width: 45px;
height: 40px;
display: block;
position: relative;
top: -150px;
float:right;
	
}
a.prev {			left: -8px;
					background-position: 0 0; }
a.prev:hover {		background-position: 0 -50px; }
a.prev.disabled {	background-position: 0 -100px !important;  }
a.next {			right: -8px;
					background-position: -50px 0; }
a.next:hover {		background-position: -50px -50px; }
a.next.disabled {	background-position: -50px -100px !important;  }
a.prev.disabled, a.next.disabled {
cursor: default;
}

a.prev span, a.next span {
display: none;
}
.pagination {
text-align: center;
}
.pagination a {
background: url(miscellaneous_sprite.png) 0 -300px no-repeat transparent;
width: 15px;
height: 15px;
margin: 0 5px 0 0;
display: inline-block;
}
.pagination a.selected {
background-position: -25px -300px;
cursor: default;
}
.pagination a span {
display: none;
}
.clearfix {
float: none;
clear: both;
}

