 .carousel-info {
                display:none;
            }
.gallery{
	margin:0px 0 0 0px;
	width:900px;
	position:relative;
}
.info{ display:none;}
.btn-gallery{
	height:27px;
	width:27px;
	text-indent:-9999px;
	float:left;
    padding-top:15px;
}

.navi-wrap{
	float:right;
	margin:0;
	width:76px;
	height:22px;
	position:relative;
	margin:-26px 0 0 0;
}
.left{background:url(../images/left.png) no-repeat;}
.right{background:url(../images/right.png) no-repeat;}
.left1{background:url(../images/left.gif) no-repeat;}
.right1{background:url(../images/right.gif) no-repeat;}

.btn-gallery:hover{background-position:0 -0px;}
.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{
	 margin:0  0 0 10px;
                height:70px;



                width:262px;

	position:relative;
	overflow:hidden;
	
	padding:0;
	list-style:none;
}
.carousel li{
	overflow:hidden;
    position:absolute;
    width:900px;
	
	left:0;
	top:0;
	padding:1px;
	
	float:left;
}
 .carousel li img{margin-right:10px;cursor:pointer;}
.carousel .block{
	float:right;
	margin:-10px 0 0;
	padding:0 3px 0 0;
	width:370px;

}
.carousel li img{float:left; }
.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:50px;
	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;
}
