/* Tiny Carousel */
#highlight {
	float: left;
	width: 100%;
	clear: both;
	position: relative;
}
#highlight .shadow{
	position: absolute;
	bottom: -24px;
	width: 100%;
	height: 24px;
	background: url('../images/shadow.png') no-repeat bottom;
}

#highlight .bullets {
	position: absolute;
	top: -60px;
	right: 12%;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 70px;
	display: none;
}

#highlight .bullets li {
	float: left;
	padding: 0px;
	margin: 15px 2px;
	font-size: 0;
	width: 10px;
	height: 10px;
	border-radius: 10px;
}

#highlight .bullets li a {
	float: left;
	width: 100%;
	height: 10px;
	background: #9f7344;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

#highlight .bullets li a.active {
	background: #222;
}

#carousel {
	margin: 0;
	position: relative;
	background: #fff;
	float: left !important;
	width: 96%;
	padding: 10px 2% 0 2% !important;
	clear: both !important;
	height: 247px !important;
}

#carousel .c-item {
	float: left;
	width: 33%;
	margin: 0;
}
#carousel .c-item:first-child{
	margin-right: 0.5%;
	*margin-right: 0;
}
#carousel .c-item:last-child{
	margin-left: 0.5%;
	*margin-left: 0;
}
#carousel .lead-img{
	width: 97%;
	max-height: 200px;
	overflow: hidden;
	border: 1px solid #8aa5f6;
	margin: 0 1%;
}
#carousel .lead-img a{
	float: left;
	padding: 0;
	margin: 0;
	width: 100%;
}
#carousel .lead-title {
	font-size: 18px;
	padding: 5px 10px;
}

#carousel .lead-title a {
	color: #4169e1;
	text-transform: uppercase;
}

#carousel .viewport { 
	height: 236px; 
	overflow: hidden; 
	position: relative; 
	width: 960px;
}

.buttons {
	position: absolute;
	width: 61px;
	height: 60px;
	top: 95px !important;
	background: url('../images/arrows_60px.png') no-repeat center left;
	font-size: 0;
	z-index: 10;
}

.buttons.next {
	right: -15px !important;
	left: auto;
	background-position: center right;
}

#highlight .buttons.prev {
	left: -15px;
}

#carousel .disable { visibility: hidden; }
#carousel .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 100%; left: 0; top: 0;}
#carousel .overview li {
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
	width: 960px;
	overflow: hidden;
	height: 236px;
}

#carousel .overview li img {
	width: 100%;
	/* margin: 10px auto; */
	display: block;
}

.lead-title a:hover {
	opacity: .80;
}

#carousel .lead-stext {
	width: 90%;
	padding: 0 5%;
	font-size: 13px;
	color: #333;
	line-height: 18px;
}