#carousel {
	width: 850px;
	height: 210px;
        margin-left: 5px;
}
#carousel .carouselBox {
	width: 280px;
	height: 210px;
}
#carousel .carouselBox .content {
	margin: 3%; 
	height: 85%;
	overflow: hidden;
}
#carousel .carouselBox h3 {
	margin: 1% 0;
}
#carousel .carouselBox p {
	padding: 1%;
}
#carousel .carouselBox .carousel-tl, #carousel .carouselBox .carousel-tr,
#carousel .carouselBox .carousel-bl, #carousel .carouselBox .carousel-br { 
	background: #FFF;
	height: 10px;
	width: 10px;
	position: absolute;
}
#carousel .carouselBox .carousel-btn {
	width: 25px;
	height: 25px;	
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 7.5%;
	right: 7.5%;
    display: none;
}
#carousel .carouselBox h3 { margin: 10px 0; }
#carousel .carouselBox h3 a { color: #ffffff; text-decoration: none; font-size:20px;}
#carousel .carouselBox h3 a:hover { text-decoration: underline;}
 .button-prev {
	width: 35px;
	height: 25px;	
	background-image: url(images/arrowl.png);
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
	margin-left: 10px;
}
 .button-next {
	width: 35px;
	height: 25px;	
	background-image: url(images/arrowr.png);
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
	margin-left: 10px;
}
#carousel .carouselBox .carousel-tl {
	top: 0;
	left: 0;
}
#carousel .carouselBox .carousel-tr {
	top: 0;
	right: 0;
}
#carousel .carouselBox .carousel-bl {
	bottom: 0;
	left: 0;
}
#carousel .carouselBox .carousel-br {
	bottom: 0;
	right: 0;
}
#carousel .box0 {
	/*background-color: #edc50d;*/
	background-color: #FA4202;
}
#carousel .box0 .carousel-tl {
	background-color: #FA4202;
}
#carousel .box0 .carousel-tr {
	background-color: #FA4202;
}
#carousel .box0 .carousel-bl {
	background-color: #FA4202;
}
#carousel .box0 .carousel-br {
	background-color: #FA4202;
}  
#carousel .box1 {
	background-color: #1d6d88;
} 
#carousel .box1 .carousel-tl {
	background-color: #1d6d88;
}
#carousel .box1 .carousel-tr {
	background-color: #1d6d88;
}
#carousel .box1 .carousel-bl {
	background-color: #1d6d88;
}
#carousel .box1 .carousel-br {
	background-color: #1d6d88;
} 
#carousel .box2 {
	background-color: #e8810a;
}
#carousel .box2 .carousel-tl {
	background-color: #e8810a;
}
#carousel .box2 .carousel-tr {
	background-color: #e8810a;
}
#carousel .box2 .carousel-bl {
	background-color: #e8810a;
}
#carousel .box2 .carousel-br {
	background-color: #e8810a;
}
#carousel .box3 {
	background-color: #9dbe3b;
}
#carousel .box3 .carousel-tl {
	background-color: #9dbe3b;
}
#carousel .box3 .carousel-tr {
	background-color: #9dbe3b;
}
#carousel .box3 .carousel-bl {
	background-color: #9dbe3b;
}
#carousel .box3 .carousel-br {
	background-color: #9dbe3b;
}
#carousel .box4 {
	background-color: #333366;
}
#carousel .box4 .carousel-tl {
	background-color: #333366;
}
#carousel .box4 .carousel-tr {
	background-color: #333366;
}
#carousel .box4 .carousel-bl {
	background-color: #333366;
}
#carousel .box4 .carousel-br {
	background-color: #333366;
}