#carousel {
	width:853px; /*843*/
	height:245px; /*235*/
	margin:0 auto;
	overflow:hidden;
}

#slides {
	float:none;
	clear:both;
	overflow:hidden;
	/* fix ie overflow issue */
	position:relative;
	width:853px; /*843*/
	height:245px; /*235*/
	margin-left:-8px;
	margin-top:-5px;
}

/* remove the list styles, width : item width * total items */	
#slides ul {
	position:relative;
	left:0;
	top:0;
	list-style:none;
	margin:0;
	padding:0;	
	/*width:1902px;*/
	width:2302px;
}

/* width of the item, in this case I put 250x250x gif */
#slides li {
	background: none;
	padding-left:0;
	width:853px; /*843*/
	height:245px; /*235*/
	float:left;
}

#slides li img {
	padding:4px;
}

/* Styling for prev and next buttons */
#buttons {
	padding:0 0 5px 0;	
	float:right;
	position:absolute;
	bottom:15px;
	right:20px;
	z-index:10;
}

#buttons a {
	border:0;
	display:block; 
	width:35.5px; 
	height:41px;
	text-indent:-999em;
	float:left;
	outline:0;
}

a#prev {
	background:url(crai-img/fletxes.png) no-repeat; 
}

/*a#prev:hover {
	background:url(crai-img/arrow.gif) 0 0 no-repeat;
}*/

a#next {
	background:url(crai-img/fletxes.png) 100% 0 no-repeat;
}

/*a#next:hover {
	background:url(crai-img/arrow.gif) -32px 0 no-repeat;
}*/

.clear {clear:both}