﻿

.carousel 
{ 
	margin-bottom:20px; 
	background-image:url('images/carousel-bottom.gif');
	background-position: bottom left;
	background-repeat: no-repeat;  
}
.carousel ul 
{ 
	list-style-type:none; 
	margin:0; 
	padding:0; 
}
.carousel .carousel-item 
{ 
	padding:10px 20px 20px 20px; 
}
.carousel .carousel-item h2 
{
	font-size: 2.3em;
	line-height: 1.3;
	margin: 0 0 0.2em 0;
	font-weight: normal;
	color: #009900;
	border-bottom: 2px #006600 solid;
}
