/* Sample 1*/
#box1{
	position:absolute;
}
#box1 span{
	display:block;
	float:left;
}

/* Sample 2*/
#box2{
	position:absolute;
}
#box2 span{
	display:block;
	float:left;
}

/* Sample 3*/
#box3{
	position:absolute;
}
#box3 span{
	display:block;
	float:left;
}

/* Sample 4*/
#box4, #fadeshow1 {
	position:absolute;
	z-index: 10;
}
#box4 div{
	width:960px;
	height:277px;
	float:left;
	position: relative;
}

#box4 h3, #box4 ul{
	padding:5px 10px;
}
#box4>div>p {
	font-size: 28px;
	padding-top: 23px;
}

#box4 p{
	text-indent:16px;
	padding: 0px;
	position: absolute;
	right: 0px;
	top: 90px;
	width: 342px;
	height: 75px;	
	color: #FFF;	
	background: url(images_kus/banner_info_bg.png) no-repeat;
}


#box4 img{
	width:960px;
	height:280px;
	float:left;
	margin:0px;
	z-index: 1;
}
#info4{
	background:#fff !important;
	color:red !important;
	cursor:default
}

/* Sample 5*/
#box5{
	position:absolute;
	width:240px;
}
#box5 span{
	display:block;
}
#info5{
	bottom:0;
}

/* Sample 6*/
#box6{
	position:absolute;
	width:960px;
	z-index: 1;
}
#box6 span{
	display:block;
}
#handles6_1{
	float:left
}
#handles6_2{	
	position: absolute;
	right: -7px;
	top: 5px;
	z-index: 999;
}
.mask6{
	position:absolute;
	width:960px;
	height:374px;
	overflow:hidden;
	z-index: 9;
}
.sample6 .buttons{
	clear:both;
	text-align:center;
	visibility: hidden;
}

/* Sample 7*/
#box7{
	position:absolute;
}
#box7 span{
	display:block;
	float:left;
}

#thumbs7{
	position:relative;
	width:486px;
	clear:both;
	height:41px;
	overflow:hidden;
	margin-top:200px;
}
#thumbs7 .thumbs, #thumbs_handles7, #thumbs_mask7{
	position:absolute;
	top:0;
	width:100%;
	height:41px;
}
#thumbs7 .thumbs div, #thumbs_handles7 span{
	display:block;
	width:60px;
	height:41px;
	margin:0;
	float:left;
	cursor:pointer;
}
#thumbs7 .thumbs div img{
	width:54px;
	float:right;
}
#thumbs_handles7 span{
	background:url(thumb_invisible.gif) no-repeat;
}
#thumbs_mask7{
	width:1200px;
	background:url(thumbs_mask.gif) no-repeat center top;
}

/* Sample 8*/
#box8{
	position:absolute;
}
#box8>div{
	width:900px;
	float:left;
	position: relative;
	margin-left: 30px;
	margin-right: 30px;
	background-color: #FFF;
}
#box8>div>p { padding: 0px; margin: 0px; }
#box8 h3 { padding: 0px; margin: 0px; font-size: 12px; }
#box8 .buttons{
	text-align:left;
}
#box8 .prev{
	/*float:left;*/
	position: absolute;
	width: 30px;
	height: 62px;
	top: 100px;
	left: -30px;
	z-index: 999;
}
#box8 .next{
	/*float:right;*/
	position: absolute;
	width: 30px;
	height: 62px;
	top: 100px;
	right: -30px;
	z-index: 999;
}
.sample8 .buttons{
	text-align:center;
	/*clear:both;*/
}
.sample8 .mask8{
	border-top:0px solid #ccc;
	border-bottom:0px solid #ccc;
}

.mask8{
	position:relative;
	width:960px;
	height:296px;
	overflow: hidden;
	margin: auto;
}

span img{
	display:block;
	border:none;
}



/* ********************************** */

.info{
	width:240px;
	height:50px;
	background:#000;
	position:absolute;
	display: none;
}
.info p, .info h4{
	color:#fff;
	padding:3px 8px;
	font-family:Arial;
}
.info h4{
	font-size:14px;
}
.info h4 a{
	float:right;
	background:#fff;
	color:#000;
	font-size:10px;
	padding:0 3px;
	text-decoration:none
}

.mask1{
	position:relative;
	width:480px;
	height:180px;
	overflow:hidden;
}
.mask2{
	position:relative;
	width:240px;
	height:180px;
	overflow:hidden;
}
.mask3{
	position:relative;
	width:960px;
	height:277px;
	overflow:hidden;
}