/*CAROUSEL*/
div.carouselContent {
    width:552px;
    height:86px;
    padding-left:6px;
    position:relative;
}
div.carouselContent div.container {
    height:85px;
    left:29px;
    overflow:hidden;
    position:absolute;
    top:0;
    width:502px;
    z-index:500;
}
div.carouselContent ul.allItems {
    height: 85px;
    width: 9999px;
    position:relative;
}
div.carouselContent ul li.carouselList {
    border-right:1px solid white;
    display:block;
    float:left;
    width:83px;
    height:85px;
}
div.carouselContent ul li a.carouselThumb {
    display:block;
    width:83px;
    height:85px;
}
/*CAROUSEL BUTTONS*/
div.carouselContent div.previous_button,
div.carouselContent div.next_button {
    width:17px;
    height:17px;
    float:left;
    margin-top:37px;
    display:block;

}
div.carouselContent div.previous_button {
    background:url(../be_images/back_arrow.gif) no-repeat top left;
    margin-right:514px;
}
div.carouselContent div.next_button {
    background:url(../be_images/forward_arrow.gif) no-repeat top left;
}
div.carouselContent div.previous_button:hover,
div.carouselContent div.next_button:hover {
    background-position:bottom left;
    cursor:pointer;
}

/*
div.carouselContent h2 {
	font-size:13px;
	color:#dddddd;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:5px;
}



div.carouselContent ul li.carouselList.gray {
	background:#838383;
	border:2px solid #b5b2b2;
}
div.carouselContent ul li.carouselList img {
	border:2px solid #ffffff;
	margin-bottom:2px;
}
div.carouselContent ul li.carouselList img:hover {
	border-color: #ec0000;
}
div.carouselContent ul li.carouselList ul li.place {
	font-size:12px;
	color:#ffffff;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:0;
}
div.carouselContent ul li.carouselList ul li.info, 
div.carouselContent ul li.carouselList ul li.price {
	font-size:13px;
	color:#ffffff;
	text-align:center;
}
li.info.withPos, li.price.withPos {
	position:relative;
	top:14px;
}
*/
