#carousel{
	width:670px; 
	height:300px;
	background:#fff;
	overflow:scroll;
}
#carousel-title {
	display:none;	
	color:#f90;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-weight:bold;
	margin-top:0; margin-left: 420px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:10px;
	width:80%;
}
.carouselLeft {
    background: url("../img/rotate-left.png") repeat scroll 0 0 transparent;
    display: none;
    height: 40px;
    width: 40px;
}
.carouselLeft:hover {
    background-position: 0 40px;
    cursor: auto;
    height: 40px;
    width: 40px;
}
.carouselRight {
    background: url("../img/rotate-right.png") repeat scroll 0 0 transparent;
    display: none;
    height: 40px;
    width: 40px;
}
.carouselRight:hover {
    background-position: 0 40px;
    height: 40px;
    width: 40px;
}
