.hero {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom:34px;
	}
	.hero .menuthumb{ }
	.hero-carousel .hero-image {
    display: block;
    float: left;
    height: 454px;
    position: relative;
    width: 497px;
		}			
	.hero-carousel-container .hero-image {
		float: left;
		}
	
		.hero-carousel .hero-image img{
			height: 383px !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 497px !important;
    z-index: 1;
			}
			
		.hero-carousel-nav {
	 bottom: 0;
	 height:	50px;
	 display:block;;
    position: absolute;
    width: 100%;
    z-index: 2;top:136px;
			}
			
			.hero-carousel-nav li {
	 background-image: url("/images/theme/control-right.png");
    background-repeat: no-repeat;
    display: block;
    height: 89px;
    list-style: none outside none;
    overflow: hidden;
    position: absolute;
    right: 33px;
    width: 50px;
				}
				
			.hero-carousel-nav li.prev {
	background-image: url("/images/theme/control-left.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    left: 0px;
    overflow: hidden;
    right: auto;
				}
				
	.hero-carousel-nav li.prev a:hover {
	background-image: url(/images/theme/control-left.png);
	    background-position: 0 0px;
    background-repeat: no-repeat;
	display: block;
	height: 89px;
	left: 48px;
	right: auto;
	width: 50px;
				}
				
	.hero-carousel-nav li a {
    border: medium none;
    display: block;
    float: left;
	height: 89px;
	left: 48px;
	right: auto;
	width: 50px;
				}
			
			.hero-carousel-nav li a:hover {
	background-image: url(/images/theme/control-right.png);
	    background-position: 0px 0px;
    background-repeat: no-repeat;

				}
				
			.hero-carousel-nav li a:active,
			.hero-carousel-nav li a:focus { 
				border: none;
				outline: none;
				}
				

.hero .heading{ background:#005596; padding:18px 24px; color:#fff; position:absolute;top:383px; width:449px; opacity:0;transition: opacity 0.5s ease-in-out 0s;}
.hero .heading .heading1{font-size:20px; padding-bottom:4px;}
.hero .heading .heading2{font-size:14px; font-style:italic;}
.hero .hero-image.current {
    opacity: 1;
    transition: opacity 0.5s ease-in-out 0s;
}
.hero .hero-image {
    opacity: 0.5;
    transition: opacity 0.5s ease-in-out 0s;
}
.hero .hero-image.current .heading, .hero .hero-image:hover .heading{opacity:1;transition: opacity 0.5s ease-in-out 0s;}
				