/* 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{
	position:absolute;
}
#box4 div{
	width:480px;
	height:240px;
	float:left;
	background:#eee;
}

#box4 h3, #box4 p, #box4 ul{
	padding:5px 10px;
}
#box4 p{
	text-indent:16px;
}
#box4 img{
	width:200px;
	width:150px;
	float:left;
	margin:0 10px 10px 15px;
}
#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:600px;
}
#box6 span{
	display:block;
}
#handles6_1{
	float:right;
}
#handles6_2{
	float:right
}
.mask6{
	position:absolute;
	border: 1px solid #fff;
	width:600px;
	height:300px;
	overflow:hidden;
}
.sample6 .buttons{
	clear:both;
	text-align:center;
}



/* ********************************** */

.thumbs{
	width:150px;
}
.thumbs div{
	display:block;
	width:150px;
	height:65px;
	margin:0px 0 13px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:1px solid #000;
}

#handles6_1 div.active img {
	border: 1px solid #fff;
}

.info{
	width:600px;
	height:25px;
	background:#000;
	position:absolute;
	margin: 275px 0 0 0;
	text-align: left;
}
.info p, .info h4{
	color:#fff;
	padding:3px 8px;
	font-family:Arial;
}
.info h4{
	font-size:14px;
}
.info h4 a{
	float:right;
	background:#ff3300;
	color:#000;
	font-size:12px;
	padding:0 3px;
	text-decoration:none;
	margin: 3px 0 0 0;
}
.info h4 a:hover{
	background-color: #fff;
}

.mask1{
	position:relative;
	width:480px;
	height:180px;
	overflow:hidden;
}
.mask2{
	position:relative;
	width:240px;
	height:180px;
	overflow:hidden;
}
.mask3{
	position:relative;
	width:480px;
	height:240px;
	overflow:hidden;
}

span img{
	display:block;
	border:none;
}