/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 * Dual Slider CSS
 * @author Rob Phillips (Front End Developer - Hugo & Cat - http://www.hugoandcat.com)
 * @version 0.2
 * @web http://www.hugoandcat.com/DualSlider/index.html
 * Modified by system32
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

#f_slider {
	z-index:1;
	width:980px !important;
	margin:0 auto;
	}

.carousel {
	margin:  0 auto;
	position:relative;
	height: 300px;
	width: 980px;
	overflow:hidden;
	}

.carousel h1 { color:#fff; }	
.carousel .backgrounds { height: 300px; }
.carousel .backgrounds .item {
	width: 980px;
	height: 300px;
	float:left;
	position:relative;
	z-index:1;
	}

.carousel .backgrounds .item_1 { }
.carousel .backgrounds .item_2 {  }
.carousel .backgrounds .item_3 {  }
.carousel .panel {
	background: #000;
	opacity:0.8;
	position:absolute;
	right: 10px;
	top:10px;
	bottom:10px;
	color:#999;
	width: 280px;
	z-index:5;
	}

.carousel .panel .paging {
	position:absolute;
	bottom: 15px;
	height:18px;
	left:25px;
	width: 225px;    
	text-align:center; 
	}

.carousel .panel .paging a 	{ color: #666; 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 .panel .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 .panel .paging .next 	{
	position:absolute;
	right:0px;
	bottom:0;
	display:block;
	width: 16px;
	height: 17px;
	background: transparent url(../images/carousel_next_bg.jpg) no-repeat 0 0;
	text-indent: -6000px;
	z-index:100;
	}

.carousel .panel .paging .previous {
	position:absolute;
	right:18px;
	bottom:0;
	display:block;
	width: 16px;
	height: 17px;
	background: transparent url(../images/carousel_previous_bg.jpg) no-repeat 0 0;
	text-indent: -6000px;
	}

.carousel .panel .paging #numbers a             { padding: 0 5px 0 5px;	}	
.carousel .panel .paging #numbers a.selected  	{ color: #818181; }
.carousel .panel .details_wrapper {    
	position:absolute;
	top:50px;
	left:25px;
	width: 225px;
	overflow:hidden;
	height: 200px;
	}

.carousel .panel .details_wrapper .details         { height: 200px; 	opacity:1; }
.carousel .panel .details_wrapper .details .detail {
	width: 225px;
	height: 200px;
	float:left; 
	}

.carousel .panel .details_wrapper .details h3 {
	font-size: 1.9em;
	color:#fff;
	line-height: 1.2em;
	margin: 0 0 5px 0;
	}

.carousel .panel .details_wrapper .details p {
	color:#fff;
	margin: 0 0 15px 0;
	}	

.carousel .panel .details_wrapper .details a:hover {
	color:#fff;
	}	
