/* -- Carousel -- */

._carousel {
	overflow: hidden;
	width: 624px;
	height: 270px;
	border-bottom: 2px solid #454545;
	margin: 5px 0px;
}

._carousel > div:first-child {
	float: left;
	width: 450px;
	height: 270px;
	overflow: hidden;
	position: relative;
}

._carousel > div:first-child > div {
	margin: 0;
	padding: 0;
	width: 450px;
}

._carousel ._carouselCanvas {
	float: left;
	width: 450px;
	height: 270px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
}

._carousel ._carouselCanvas > div {
	left: 450px;
	position: absolute;
}

._carousel ._carouselPool {
	display: none;
} 

._carousel > div:last-child {
	float: left;
	width: 174px;
	height: 270px;
	background-color: #454545;
}

._carousel > div:last-child ul > li {
	width: 174px;
	height: 45px;
	list-style: none;
}

._carousel > div:last-child ul > li > a {
	background-color: #454545;
	width: 174px;
	height: 45px;
	display: block;
}

._carousel > div:last-child ul > li, ._carousel > div:last-child ul > li > a {
   transition: background-color 500ms, background-image 500ms;	
}

._carousel > div:last-child .__carouselActive, ._carousel > div:last-child .__carouselActive > a {
	background-color: white;
}

._carousel > div:last-child ul {
	margin: 0px;
	padding: 0px;
}
