/******************carousel**********************/
#carousel{
	position:relative;
	border:6px solid #fff;
	background:url(../images/slider-nav-tail.jpg) center top repeat;
	height:98px;
	padding:0 75px;
	margin-bottom:5px;
	box-shadow:0px 2px 5px rgba(0,0,0,0.06);
	-moz-box-shadow:0px 2px 5px rgba(0,0,0,0.06);
	-webkit-box-shadow:0px 2px 5px rgba(0,0,0,0.06);
}
	#carousel .es-carousel{
		width:100%;
		height:98px;
		overflow:hidden;
	}
		#carousel li{
			float:left;
			position:relative;
			overflow:hidden;
			font:14px/21px Arial, Helvetica, sans-serif;
			color:#fff;
			padding-top:18px;
		}
	#carousel h2{
		float:left;
		font:bold 24px/29px "Times New Roman", Times, serif;
		color:#fff;
		text-transform:uppercase;
		text-shadow:1px 1px 1px rgba(0,0,0,0.11);
		letter-spacing:0;
		padding:17px 27px 17px 0;
		background:url(../images/slider-caption-separator.gif) right top repeat-y;
	}
	#carousel .text{
		overflow:hidden;
		max-width:445px;
		padding:0 0 0 21px;
	}
	#carousel h6{
		font:italic 18px/21px "Times New Roman", Times, serif;
		color:#fff;
		text-transform:none;
	}
	#carousel a{
		display:inline-block;
		color:#30353d;
		padding-right:13px;
		background:url(../images/slider-link-arrow.gif) right 9px no-repeat;
		margin-left:4px;
	}
#carousel .es-nav-prev, #carousel .es-nav-next{
	display:block !important;
	position:absolute;
	top:34px;
	width:20px;
	height:31px;
	overflow:hidden;
	background-position: center top;
	background-repeat: no-repeat;
	text-indent:-999em;
	z-index:999;
	cursor:pointer;
}
#carousel .es-nav-prev{left:34px; background-image:url(../images/slider-prev.png);}
#carousel .es-nav-next{right:34px; background-image:url(../images/slider-next.png);}
	#carousel .es-nav-prev:hover, #carousel .es-nav-next:hover{background-position:center -39px;}


/*-------------------------------------------------------------------*/

@media only screen and (max-width: 995px) {
	#carousel{padding:0 45px;}
	#carousel .es-nav-prev{left:15px;}
	#carousel .es-nav-next{right:15px;}
	#carousel h2{font-size:18px; line-height:22px; padding:20px 15px 20px 0;}
	#carousel .text{padding-left:10px;}
}

@media only screen and (max-width: 767px) {
	#carousel{height:80px; padding:0 55px;}
	#carousel .es-nav-prev, #carousel .es-nav-next{top:25px;}
	#carousel h2{padding:0 0 3px; float:none; background:none; border-bottom:1px solid #fff; margin-bottom:3px;}
	#carousel .text{padding-left:0px;}
	#carousel h6, #carousel span{display:none;}
}

@media only screen and (max-width: 479px) {
	#carousel{padding:0 45px;}
	#carousel h2{padding:0 0 3px; margin-bottom:3px; text-transform:capitalize; font-size:14px; line-height:18px;}
}