.entry{
	width:100%;
	overflow:hidden;
}
.entry strong{
	float:left;
	color:#b5b5b5;
	padding:5px 0;
	font-size:18px;
	font-weight:normal;
}
.tabset{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.tabset li{
	float:left;
	margin:0 7px 0 0;
	padding:0;
}
.tabset a{
	float:left;
	overflow:hidden;
	background:url(../images/bg-nav-left.gif) no-repeat;
	color:#bdbdbd;
	text-decoration:none;
	cursor:pointer;
	padding:5px;
	font-size:18px;
}
.tabset a span{
	height:35px;
	float:left;
	padding:0 23px 0 13px;
	line-height:33px;
}
.tabset .active,
.tabset a:hover{
	background-position:0 -35px;
	color:#000;
	text-decoration:none;
}
.tabset .active span,
.tabset a:hover span{
	background-position:100% -35px;
	color:#000;
}
.gallery-btns{
	float:right;
	margin:-20px 90px 0 0;
	padding:0;
	list-style:none;
	position:relative;
}
* html .gallery-btns{
	margin:-20px 45px 0 0;
}
.gallery-btns li{
	float:left;
	padding:0 0 0 10px;
}
.gallery-btns a{
	overflow:hidden;
	display:block;
	text-indent:-9999px;
	background:url(../images/btn-gallery.gif) no-repeat;
	height:10px;
	width:10px;
}
.gallery-btns a:hover,
.gallery-btns li.active a{background-position:0 -10px;}
.gallery{
	margin:0px 0 0 0px;
	width:900px;
	position:relative;
}
.info{ display:none;}
.btn-gallery{
	height:22px;
	width:37px;
	text-indent:-9999px;
	float:left;
}

.navi-wrap{
	float:right;
	margin:0;
	width:76px;
	height:22px;
	position:relative;
	margin:-26px 0 0 0;
}
.left{background:url(../images/btn-gallery-left.gif) no-repeat;}
.right{background:url(../images/btn-gallery-right.gif) no-repeat;}
.btn-gallery:hover{background-position:0 -22px;}
.carousel-holder{
	float:left;
	width:900px;
	overflow:hidden;
}
.carousel-holder .frame{
	width:900px;
	overflow:hidden;
	background:url(../images/bg-carousel-bottom.gif) no-repeat 0 100%;
	padding:10px 0 0;
}
.carousel{
	width:879px;
	height:390px;
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
.carousel li{
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	padding:0 0px 0 0px;
	width:900px;
	float:left;
}
.carousel .block{
	float:right;
	margin:-10px 0 0;
	padding:0 3px 0 0;
	width:370px;
	
}
.carousel li img{float:left; border:1px solid #dadada;}
.carousel li .block img{margin:10px 0 0;}
.carousel-info{
	overflow:hidden;
	margin:10px 0 0;
	padding:0 0 20px 0;
	list-style:none;
	height:119px;
	position:relative;
	background:#eaeaea;
	border:1px solid #dadada;
}


.carousel-info li{
	padding:24px 30px 20px 20px;
	width:847px;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	
}
.carousel-info li div{
	float:left;
	width:444px;
	font-size:11px;
}

.carousel-info li .other-info{
	float:right;
	width:380px;
}
.carousel-info li div strong, .carousel-info li .other-info strong{
	color:#000;
	text-transform:uppercase;
	font-size:16px;
}
.carousel-info li div p{
	color:#6e6e6e;
	line-height:19px;
	margin:3px 0 0;
	font-size:12px;
}
.carousel-info li div p a{
	color:#aaaaaa;
}
.btn-launch{
	float:left;
	overflow:hidden;
	background:url(../images/btn-launch.gif) no-repeat;
	width:92px;
	height:23px;
	margin:0;
	text-indent:-9999px;
}
.btn-launch:hover{
	background-position:0 100%;
}

/* tab-area */
.tab-area{
	width:100%;
	float:left;
}
.tab-area div.tab{width:100%;}
.tab-area div.tab:after{
	height: 0;
	clear: both;
	content: "";
	display: block;
}
