/* CAROUSEL */

.carousel{
    /*margin:  0 0 5px 0;*/
	margin: 0 auto;
    position:relative;
    height: 300px;
  width: 820px; 
	 /* min-width: 800px;
	max-width: 1080px;
	width:100%;*/
    overflow:hidden; 
   border: 2px solid #000;
	
	/*add some very subtle glow*/
	-moz-box-shadow: 0px 0px 30px 15px rgba(0, 129, 202, .2);
	-webkit-box-shadow: 0px 0px 30px 15px rgba(0, 129, 202, .2);
	box-shadow: 0px 0px 30px 15px rgba(0, 129, 202, .2);
}

.carousel h2{
	color: #fff;
}	

.carousel h2 a{
	color:#e3b11c;
	text-decoration: none;
}

.carousel .backgrounds{
    height: 314px;
}

.carousel .backgrounds .item{
 width: 820px;
	 /*  min-width:800px;
	max-width:1080px;
	width: 100%; */
    height: 300px;
    float:left;
    position:relative;
	overflow: hidden;
    z-index:1;
}

/*  I moved this into the html doc for ease of updates

.carousel .backgrounds .item_1{
    background: transparent url(../images/carousel_bg_1.jpg) no-repeat 0 0;
}

.carousel .backgrounds .item_2{
    background: transparent url(../images/carousel_bg_2.jpg) no-repeat 0 0;
}

.carousel .backgrounds .item_3{
    background: transparent url(../images/carousel_bg_3.jpg) no-repeat 0 0;
}

.carousel .backgrounds .item_4{
    background: transparent url(../images/carousel_bg_2.jpg) no-repeat 0 0;
}

.carousel .backgrounds .item_5{
    background: transparent url(../images/carousel_bg_3.jpg) no-repeat 0 0;
}

*/



.carousel .panel{
    background: #1e2c84;
    color: #fff;
    position:absolute;
    left:0 ;
    top:0;
    height: 300px;
    width: 275px;
    z-index:10;
	 border-right: 2px solid #000;
}

.carousel .panel .paging{
    position:absolute;
    bottom: 25px;
    left:25px;
    width: 225px;    
    text-align:center;   
}

.carousel .panel .paging a{
    color: #4c4c4c;
    font-size: 0.8125em;
}

.carousel .panel .pause{
    position:absolute;
    right:20px;
    top:25px;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(../assets/images/template/carousel_pause_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
	display:none;
}

.carousel .panel .play{
    position:absolute;
    right:20px;
    top:25px;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(../assets/images/template/carousel_play_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
	display: none;
}


.carousel .panel .paging .next{
    position:absolute;
    right:0;
    bottom:0;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(../assets/images/template/carousel_next_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}

.carousel .panel .paging .previous{
    position:absolute;
    left:0;
    bottom:0;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(../assets/images/template/carousel_previous_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}

.no-js .carousel .panel .paging .previous, .no-js .carousel .panel .paging .next {
	visibility:hidden;
}

.carousel .panel .paging #numbers a {
    padding: 0 5px 0 5px;
	margin: 0px 6px;
	color: #fff;
	background-color:#0081ca;
}

.carousel .panel .paging #numbers a.selected {
    color: #fff;
	background-color:#4eac00;
}



.carousel .panel .details_wrapper {
    position:absolute;
    top:50px;
    left:25px;
    width: 225px;
    overflow:hidden;
    height: 200px;
}

.carousel .panel .details_wrapper .details {
    height: 200px;
}

.carousel .panel .details_wrapper .details .detail {
    width: 225px;
    height: 200px;
    float:left;
	text-align:left;
    
}

.carousel .panel .details_wrapper .details h2 {
	color:#e3b11c;
    font-size: 1.3846em;
    line-height: 1.3em;
    margin:0 0 5px 0;
	padding:0;
	font-style:normal;
	font-weight:normal;
}

.carousel .panel .details_wrapper .details p {
	color:#fcfcfc;
    font-size: 0.875em;
    line-height: 1.6em;
    margin: 0;
	padding:0;
	font-style:normal;
	font-weight:normal;
}


.carousel .panel .details_wrapper .details a.more {
    color: #e3b11c;
line-height:2em;
}   

/* END CAROUSEL */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



