﻿#carousel {
	/*width:255px;
	height:290px;	*/
	width:160px;
	margin:0 auto;
	overflow:hidden;
}

#slides {
	overflow:hidden;
	/* fix ie overflow issue
	position:relative;
	width:250px;
	height:250px;
	border:1px solid #ccc; */
    position: relative;
    width: 160px;
    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:750px;			
}

/* width of the item, in this case I put 250x250x gif */


#slides li img {
	padding:4px;
}

/* Styling for prev and next buttons */
#buttons {
	padding:0 0 5px 0;
	margin-top: -4px;
}

#buttons a {
	display:block; 
	width:15px; 
	height:20px;
	text-indent:-999em;
	float:left;
	outline:0;
	
}

a#prev {
	background:url(../images/arrow.png) 0 -19px no-repeat; 
}

a#prev:hover {
	background:url(../images/arrow.png) 0 -1px no-repeat;
}

a#next {
	background:url(../images/arrow.png) -19px -19px no-repeat; 
}

a#next:hover {
	background:url(../images/arrow.png) -19px -1px no-repeat;
}

.clear {clear:both}

.OneOnly {
	overflow:hidden;
	/* fix ie overflow issue
	position:relative;
	width:250px;
	height:250px;
	border:1px solid #ccc; */
    position: relative;
    width: 160px;
    margin-top: 8px;
}

/* remove the list styles, width : item width * total items */	
.OneOnly ul {
	position:relative;
	left:0;
	top:0;
	list-style:none;
	margin:0;
	padding:0;	
	width:750px;			
}

/* width of the item, in this case I put 250x250x gif */


.OneOnly li img {
	padding:4px;
}