/* CAROUSEL */

.carousel{
	margin:  0 0 25px 0;
	position:absolute;
	top: 150px;
	left: 250px;
	height: 400px;
	width: 700px;
	overflow:hidden;    
}

.carousel h2{
	color: #999;
}	


.carousel .backgrounds{
	height: 354px;
}

.carousel .backgrounds .item{
	width: 700px;
	height: 400px;
	float:left;
	position:relative;
	z-index:1;
}

.carousel .backgrounds .item_1{
	background: transparent url(../img/carousel_bg_arrow.jpg) no-repeat 0 0;
}

.carousel .backgrounds .item_2{
	background: transparent url(../img/carousel_bg_arrow.jpg) no-repeat 0 0;
}

.carousel .backgrounds .item_3{
	background: transparent url(../img/carousel_bg_1.jpg) no-repeat 0 0;
}

.carousel .panel{
	background: #dd0000;
	color: #fff;
	position:absolute;
	right: 0;
	top:0;
	height: 400px;
	width: 500px;
	z-index:10;
}

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

.carousel .panel .paging a{
	color: #888;
	font-size: 1.1em;
}

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

.carousel .panel .play{
	position:absolute;
	right:-140px;
	bottom:3px;
	width: 18px;
	height: 18px;
	background: transparent url(../img/carousel_play_bg.gif) no-repeat 0 0;
	text-indent: -6000px;
}


.carousel .panel .paging .next{
	position:absolute;
	right:-130px;
	bottom:3px;
	width: 18px;
	height: 18px;
	background: transparent url(../img/carousel_play_bg.gif) no-repeat 0 0;
	text-indent: -6000px;

}

.carousel .panel .paging .previous{
	position:absolute;
	left:-20px;
	bottom:3px;
	display:block;
	width: 18px;
	height: 18px;
	background: transparent url(../img/carousel_previous_bg.gif) no-repeat 0 0;
	text-indent: -6000px;
}

.carousel .panel .paging #numbers a {
	padding: 0 5px 0 5px;
	font-size: 15px;
	color: #999;
	text-decoration: none;

}

.carousel .panel .paging #numbers a.selected {
	color: #550000;
}



.carousel .panel .details_wrapper {
	position:absolute;
	top:20px;
	left:25px;
	width: 450px;
	overflow:hidden;
	height: 300px;
}

.carousel .panel .details_wrapper .details{
	height: 300px;
	font-size: 15px;
	line-height: 1.2em;
	color: #ddd;
	
	}
	
.carousel .panel .details_wrapper .details .detail{
	width: 450px;
	height: 300px;
	float:left;
    
}

.carousel .panel .details_wrapper .details h2{
	font-size: 18px;
	line-height: 1.2em;
	margin: 0 0 5px 0;
}

.carousel .panel .details_wrapper .details a.more{
	color: #ff0000;
	font-size: 15px;
}   

/* END CAROUSEL */



#wrapper {
	position: relative;
	background-color: #000d23;
	width: 1000px;
	height: 600px;
	margin: 0px auto;
}

#left{
	position: absolute;
	left: 20px;
	top: 250px;
	height: 300px;
	border-top: solid #bbb 1px;
	border-bottom: solid #bbb 1px;
	padding: 5px;
	font-size: 14px;
}


#left ul {
	list-style: none;
	font-size: 14px;
	color: #eee;
}

#left h1{
	font-size: 16px;
	color: #ff0000;
	}
	
/* JQuery ĚNavi@

#topnav {
	margin: 10px 0px 20px;
	padding: 0;
	list-style: none;
	font-size: 15px;
	clear: both;
	float: left;
	width: 1000px;
	background-color: #666;
}

ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
	height:20px;

}


ul#topnav li.v3{
	padding: 0 0 0 212px;

}

ul#topnav a, ul#topnav span {
	padding: 10px 17px;
	float: left;
	text-decoration: none;
	color: #fff;
	clear: both;
	height: 20px;
	line-height: 5px;
	background: #1d1d1d;
}

ul#topnav a {
	color: #7bc441;

}

ul#topnav span {
	display: none;
}

ul#topnav.v2 span{
	background: #666 repeat-x left top;
}

ul#topnav.v2 a{
	color: #666;
	background: #fff repeat-x left bottom;
}
