/* CAROUSEL */

#carousel{
	float: right;
    position:relative;
    width: 600px;
	height: 450px;
	padding: 10px;
	font-family: "Open Sans",Verdana, Arial, Helvetica, sans-serif;
}

#slider-image-frame {
	float: left;
	display: block;
	width: 600px;
	height: 450px;
	overflow: hidden;
}

#carousel .backgrounds{
	float: left;
	display: block;
	width: 600px;
    height: 450px;
	overflow: hidden;
	background: none;
}

#carousel .backgrounds .item{
    width: 600px;
    height: 450px;
    float:left;
    z-index:1;
	text-align: right;
}

#carousel .backgrounds .item_1{
}
#carousel .backgrounds .item_2{
}
#carousel .backgrounds .item_3{
}
#carousel .backgrounds .item_4{
}
#carousel .backgrounds .item_5{
}

#carousel  .panel{
    color: #fff;
    position:absolute;
    left: -600px;
    top:0;
    height: 450px;
    width: 600px;
    z-index:10;
}

#carousel .panel .paging{
    position:absolute;
    bottom:25px;
    left:25px;
    width: 600px;    
    text-align:center;   
}

#carousel .panel .paging a{
    color: #4c4c4c;
    font-size: 1.1em;
}
#carousel .panel .pause{
    position:absolute;
    right:20px;
    top:25px;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(../images/carousel_pause_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}

#carousel .play{
    position:absolute;
    right:20px;
    top:25px;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(../images/carousel_play_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}


#carousel .next{
    position: absolute;
    right: 0px;
    bottom: 200px;
    display:block;
    width: 36px;
    height: 36px;
    background: transparent url(../images/carousel_next_bg.png) no-repeat 0 0;
    text-indent: -6000px;
}

#carousel .previous{
    position:absolute;
    left: 0px;
    bottom: 200px;
    display:block;
    width: 36px;
    height: 36px;
	z-index: 10000;
    background: transparent url(../images/carousel_previous_bg.png) no-repeat 0 0;
    text-indent: -6000px;
}


#carousel .panel .details_wrapper {
	position:absolute;
	top:3px;
	left:17px;
	width: 400px;
	overflow:hidden;
	height: 300px;
}
#carousel .panel .details_wrapper .details{
    height: 400px;
}
#carousel .panel .details_wrapper .details .detail{
    width: 400px;
    height: 300px;
    float:left;
    
}
#carousel .panel .details_wrapper .details h2{
	font-size: 24px;
    margin: 0 0 30px 0;
	color: #b11f16;
	font-weight: 600
}
#carousel .panel .details_wrapper .details h2 a {
	color: #fff;
}
#carousel  .panel .details_wrapper .details p {
	font-size: 14px;
	text-transform: uppercase;
	color: #000
}
#carousel  .panel .details_wrapper .details p span {
	font-size: 14px;
	color: #b11f16
}
#carousel  .panel .details_wrapper .details a.slider_more{
	float: right;
	margin-top: 40px;
	display: block;
	width: 176px;
	height: 44px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: url(../images/templatemo_slider_button.png);
    font-size:1.2em;
	font-weight: 700;
}   
#carousel  .panel .details_wrapper .details a.slider_more:hover {
	text-decoration: none;
}
/* END CAROUSEL */

/* CAPTIONS jCapSlide */

.ic_container{
    vertical-align:baseline;
    margin:10px;
    position:relative;
    /*-moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -moz-box-shadow: 0 1px 3px #888;
    -webkit-box-shadow: 0 1px 3px #888;*/
}
.overlay{
    opacity:0.3;
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.ic_caption{
    position:absolute;    
    opacity:0.6;   
    overflow:hidden;
    margin:0px;
    padding:0px;
    left:0px;
    right:0px;
    cursor:default;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.ic_category{
    text-transform:uppercase;
    font-size:11px;
    letter-spacing:3px;
    padding:5px;
    margin:0px;
}
.ic_caption h3{
    padding:0px 5px 5px 5px;
    margin:0px;
    font-size:18px;
}
.ic_text{
    padding:5px;
    margin:0px;
    text-align:justify;
    font-size:11px;

}
