@charset "UTF-8";
/* CSS Document */
.c342_448 {
	width: 342px;
	height: 448px;
	float: left;
	border: 5px solid #E6E6E6;
    background-color: #00152B;
    color: #FFF;
}
/* Horizontal Carousel */
#horizontal_carousel {
	float: left;
	width: 352px;
	height: 458px;
	position: relative;
}

#horizontal_carousel .container {
	float: left;
	width: 342px;
	height: 448px;
	position: relative;    
	overflow: hidden;
}

#horizontal_carousel ul {
	margin: 0;
	padding: 0;
	width: 100000px;
	position: relative;
	top: 0;
	left: 0;
	height: 448px;
}                      

#horizontal_carousel ul li {
	width: 342px;
 	height: 448px;
	text-align: left; 
	list-style: none;   
	float: left;
}