
#carousel_inner {
float:left; /* important for inline positioning */
width:666px; /* important (this width = width of list item(including margin) * items shown */
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */
}

.title_carrousel {
font-weight: bold;
height:20px;
width: 666px;
position: relative;
text-align: center;
margin: 0 auto;
color: #FFFFFF;
font-family: Verdana ;
font-weight: bold;
font-size:15px !important;
padding-bottom:5px;
}

#carousel_ul {
position:relative;
left:-666px; /*important (this should be negative number of list items width(including margin) */
list-style-type: none; /* removing the default styling for unordered list items */
margin: 0px;
padding: 0px;
width:9999px; /* important */
/* non-important styling bellow */
padding-bottom:10px;
}

#carousel_ul li{
float: left; /* important for inline positioning of the list items */
width:666px;  /* fixed width, important */
/* just styling bellow*/
padding:0px;
background: #FFFFFF;
text-align:center;
}

#carousel_ul li img {
/* styling */
cursor:pointer;
cursor: hand;
border:0px;
height:382px;
}

#nav {
	position:absolute;
	top:347px;
	left:445px;
	z-index:1000;
	width: 100px;
	*top:365px;
	-margin-top : 10px;
	*margin-top : 10px;
}

#left_scroll{
float: left;
}

 #right_scroll{
 float: left;
}

#nbpage {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	font-size: 14px;
	/*margin: 0 19px 0 19px;
	margin-top: 7px;	
	-margin-top: 0px;
	*margin-top: 0px;
*/
margin: 0 18px 0 18px; 
}

#close{
cursor:pointer;
cursor: hand;
z-index:20000;
left:400px;
top:5px;
position : absolute;
height:13px;
width:8px;
}

#left_scroll img, #right_scroll img{
/*styling*/
cursor: pointer;
cursor: hand;
z-index:1000000;
}

#carousel_ul h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px !important;
	visibility: visible;
	margin-top: 30px;
	text-transform: uppercase;
}

 #carousel_ul p {
 	font-size: 14px;
 	font-weight: normal;
 }

#carousel_ul .ref {
		color: #afafaf;
 	font-weight: bold;
}

#carousel_ul table {
	font-family: Arial, Helvetica, sans-serif;
	width: 379px;
	font-size: 12px;
	height:280px;
	text-align:center;
}
#carousel_ul p {
	padding-left:10px;
	padding-right:10px;
}

#carousel_ul .available {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #afafaf;
	font-size: 9px;
	z-index: 10000;
}