

.carousel_items { 
	
	display:block;
	font-family:'Lucida Sans Unicode','Lucida Grande',sans-serif;
	height:360px;
	position:relative;
	width:534px;

		
}

.carousel_items .carousel_img {

	position:absolute;
	
	top:0;
	height:350px;
	width:524px;
	overflow:hidden;
}
.carousel_items .carousel_img img {	height:350px; display:block; position:absolute;}


.carousel_items .item_text {
	background:#000;
	color:#ddd;
	position:absolute;
	
	margin-top:270px;
	width:525px;
	font-size:12px;

	
}


.carousel_items .item_text .left_only
{
	float:left;
}
.carousel_items .item_text .left_text {
	float:left;
	width:350px;	
}
.carousel_items .item_text  .left_text p,
.carousel_items .item_text  .left_only p 	{ margin:30px 0px 3px 7px; padding-bottom:7px;line-height:1em; }


.carousel_items .item_text .right_text {
	float:right;
	width:175px	
}


.carousel_items .item_text .right_text ul {
	list-style-type:none;
	padding-left:0px;
	margin-left:0px;
	border-left:1px solid #fff;
	height:100%;
	padding-left:10px;
	margin:0px;
	display:block;
	min-height:50px;
	padding-left:10px;
	margin-top:10px;
}



.carousel_items  h3 {
	font-size:15px;
	font-weight:bold;
	padding:5px 0px 7px 10px;
	margin:0px;
	position:absolute;
	top:270px;
	color:#fff;
	z-index:10;
	text-transform:uppercase;
	text-shadow: 3px 3px 2px #000000;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}