#box1, #box2, #box3, #box4{
	position:absolute;
}

/* Sample 5*/
#box5 div{
	position:absolute;
	background:#fff;
	width:460px;
	height:550px;
}
#box5 h3{
	padding:0 0 10px 0;
}
#box5 img{
	position:static;
	float:left;
	width:460px;
	height:550px;
	margin:0px;
}
.mask{
	position:relative;
	width:460px;
	height:550px;
	overflow:hidden;
}
.mask img{
	position:absolute;
	display:block;
	border:none;
}

.ls_img_holder{
	width:460px;
	height:550px;
	}
	
#cont{width:460px;background:#fff;text-align:left;}

.buttons{padding:5px;}
.buttons span{color:#333; padding:5px 8px 3px 8px;cursor:pointer;font:14px Helvetica;border:1px solid #fff; background-color:#fff;}
.buttons span.active, .buttons span:hover{background:#333;color:#fff; border:1px solid #fff;}

#ls_imgrotator_btns{
	position:relative;
	z-index:2;
	top:-35px;
	left:360px;
	width:150px;
}


