#carousel {
	width:513px;
	height:271px;
	margin:0 auto;
}

#slides {
	overflow:hidden;
	/* fix ie overflow issue */
	position:relative;
	width:513px;
	height:271px;
	border:0px;
}

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

/* width of the item, in this case I put 250x250x gif */
#slides li {
	width:513px;
	height:271px;
	float:left;
}

#slides li img {
	padding:0;
}

a img
{
	border: 0;
}




