	
.horizontal .carousel {
	width: 930px;
	margin: 0 auto;
	position: relative;
	}
	
.horizontal .carousel_container {
	width: 880px; /* 3x220 + 3x1px margin */
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	}
	
.horizontal .carousel ul  { 
	max-height: 970px;
	height:100%;
	min-height: 100px;
	width: 1980px;
}
	
.horizontal .carousel ul li {
	width: 220px;
	max-height: 970px;
	height:100%;
	min-height: 100px;
	display: block;
	float: left;
	margin:0;
	position: relative;
	}
	
.horizontal .carousel ul li .text_content {
	padding: 10px;
	color: #fff;
	}
	
.horizontal .carousel ul li a {
	width: 220px;
	height: 140px;
	background: #ddd;
	display: block;
	color: #ccc;
	}
	
.horizontal .carousel ul li a.normal {
	width: auto;
	height: auto;
	color: #fff;
	background: none;
	}
	
.horizontal .carousel ul li .caption {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	}
	
	


/* ELEMENTS */

.circle {
	width:120px;
	height:100px;
	background: url(../images/carousel/circle.png);
	position:relative;
	text-align:center;
	padding:20px 0 0 0;
	font-family: 'Play',Verdana, Geneva, sans-serif;
	font-size:66px;
	color:#fff;
	text-shadow:5px 3px 0 #9a0b00;
	margin:5px auto;
	cursor:pointer;
	
    }
.text {
	font-size:12px;
	color:#000;
	text-shadow:1px 1px 0 #fff;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
}
	
.carousel_right, .carousel_left {
	position: absolute;
	width: 39px;
	height: 48px;
	display: block;
	text-indent: -9999px;
	-webkit-transition: all .3s ease;	
	}
	
.carousel_left { 
	top: 96px; left:-28px;
	background: url(../images/carousel/prev.png) top left;
	visibility:visible;
	
	}
.carousel_right { 
	top: 96px; right:-24px;
	background: url(../images/carousel/next.png) top left;
	}
.carousel_left:hover {
	background: url(../images/carousel/prev-hover.png) top left;
	}
.carousel_right:hover {
	background: url(../images/carousel/next-hover.png) top left;
	}
.carousel_prev  { display:inline; visibility:visible; }
	
.carousel_up, .carousel_down {
	position: absolute;
	width: 39px;
	height: 48px;
	display: block;
	text-indent: -9999px;
	}
	
.carousel_up { 
	top: 20px; left:85px;
	background: url(../images/up.png) top left;
	}
.carousel_down { 
	bottom: 20px; left:85px;
	background: url(../images/down.png) top left;
	}
.carousel_up:hover, .carousel_down:hover {
	background-position: bottom left;
	}
	
.disable { display: none; }