
div.carousel
{
 	padding: 22px 0 0 0;
 	
 	margin: 0 0 0 35px;
 	
 	width: 890px;
	height: 220px;
	
	position: relative;
	overflow-y: hidden;
	overflow-x: scroll;
}

div.carousel div.items
{
	padding: 20px 0 0 0;
	height: 190px;
	overflow: visible;
	/* 	left: -125px; */
	position: relative;
	/* 	background-color: #c00; */
	white-space: nowrap;
	display:inline-block;
}

div.carousel div.items p
{
	display:inline;
	position: relative;
	float: left;
	clear:none;
	
	/* 	position: relative;
	
	left: -75px; */
	
	min-width: 200px;
	
	height: 190px;
	
	margin-left: 20px;
	margin-right: 10px;
	
	text-align: center;

}

div.carousel div.items p a
{
	display: block;
	position:relative;
	text-align: center;

}

div.carousel div.items p a.item-image
{
	/* 	width: 200px; */
	height: 150px;
	margin-bottom: 10px;
	/* 	background-color: #eee; */
	
}

div.carousel div.items p a.item-image img
{
	/* 	display: block; */
	/* 	width: 200px; */
	height: 150px;
	margin-bottom: 10px;
}

div.carousel div.items p a.item-name
{
	overflow: hidden;
	/* 	width: 196px; */
	padding: 2px;
	position: relative;
	color: #555555;
	text-decoration: none;
}

div.carousel div.items p a.item-name:hover
{
	/* 	font-weight: bold; */
	color: #213f7c;
}

div.carousel div.items p a.item-name.selected
{
	background-color: #ff9600;
	color: #fff;
}

div.carousel div.items p a.item-name.selected:hover
{
	font-weight: normal;
}

