#carousel {
	width: 370px;
	padding: 0px 10px;
	height: 140px;	
	margin: 0 auto;
	overflow: hidden;
}
 
#slides {
	overflow: hidden;
	position: relative;
	width: 370px;
	height: 115px;
}

#slides ul{
	position: relative;
	left: 0;
	top: 0;
	list-style: none;
	margin: 0;
	padding: 0;	
	width: 900px;
	line-height: 1em;
}
 
#slides li{
	width: 370px;
	height: 115px;	
	float: left;
	list-style-type: none;
}

#buttons{
	margin-top: 4px;
}

#buttons a{
	font-size: 11px;
}
 
#buttons a.left{
	float: left;
}

#buttons a.right{
	float: right;
}

#carousel2 {
	width: 370px;
	padding: 0px 10px;
	height: 140px;	
	margin: 0 auto;
	overflow: hidden;
}
 
#slides2 {
	overflow: hidden;
	position: relative;
	width: 370px;
	height: 115px;
}

#slides2 ul{
	position: relative;
	left: 0;
	top: 0;
	list-style: none;
	margin: 0;
	padding: 0;	
	width: 900px;
	line-height: 1em;
}
 
#slides2 li{
	width: 370px;
	height: 115px;	
	float: left;
	list-style-type: none;
}

#buttons2{
	margin-top: 4px;
}

#buttons2 a{
	font-size: 11px;
}
 
#buttons2 a.left{
	float: left;
}

#buttons2 a.right{
	float: right;
}
