.carousel ol, ul  { list-style: none; }

.carousel:focus  { outline: 0; }
/* ********** RESET ********** */

/* horizontal ##############################*/
.horizontal {
	width: 100%;
	margin: 15px auto 35px auto;
	height: 268px;
	}
	
.horizontal .carousel {
	width: 945px;
	height: 268px;
	margin: 0 auto;
	position: relative;
	}
	
.horizontal .carousel_container {
	width: 945px; /* 3x220 + 3x1px margin */
	height: 268px;
	overflow: hidden;
	padding: 0 0px 0px 0px;
	position: relative;
	text-align:left;
	
	}
	
.horizontal ul  { 
	height: 268px;
	width: 1980px;
}
	
.horizontal ul li {
	width: 300px;
	height: 268px;
	display: block;
	float: left;
	margin-right: 22px;
	position: relative;
	
	}
	
.horizontal ul li a {
	width: 300px;
	height: 268px;
	display: block;
	color: #fff;
	}
	
.horizontal ul li .caption {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	}
	
/* buttons */
.carousel_right, .carousel_left {
	position: absolute;
	width:23px;
	height:23px;
	display: block;
	text-indent: -9999px;
	z-index:200;
	}
	
.carousel_left { 
	top: -54px; right:28px;
	background: url(../images/prev.png) bottom left;
	}
.carousel_right { 
	top: -54px; right:0px;
	background: url(../images/next.png) bottom left;
	}
.carousel_right:hover, .carousel_left:hover {
	background-position: top;
	}
	
.carousel_up, .carousel_down {
	position: absolute;
	width: 51px;
	height: 26px;
	display: block;
	text-indent: -9999px;
	}
