/* Sample 8*/
#box8{
	position:absolute;
	width: 520px;
	overflow: hidden;
}
#box8 div{
	width:490px;
	float: left;
	position: relative;
	overflow: hidden;
	margin-left: 30px;
}
#box8 .buttons{
	text-align:left
}
#box8 .next{
	float:right
}
/* Sample 1*/
#box1{
	position:relative;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	visibility: visible;
}
#box1 span{
	display:block;
	float:left;
}

/* Sample 2*/
#box2{
	position:absolute;
	width: 240px;
	height: 180px;
}
#box2 span{
	display:block;
	float:left;
	height: 180px;
	width: 240px;
}

/* Sample 3*/
#box3{
	position:absolute;
}
#box3 span{
	display:block;
	float:left;
}

/* Sample 4*/
#box4{
	position:absolute;
	width: 520px;
}
#box4 div{
	width:520px;
	height:250px;
	float:left;
	background-color: #F7F7F7;
}

#box4 h3, #box4 p, #box4 ul{
	padding-right: 14px;
	padding-bottom: 7px;
	padding-left: 14px;
	padding-top: 7px;
}
#box4 p{
}
#box4 img{
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#info4{
	background:#fff !important;
	color:#630 !important;
	cursor:default
}

/* Sample 5*/
#box5{
	position:absolute;
	width:240px;
}
#box5 span{
	display:block;
}
#info5{
	bottom:0;
}

/* Sample 6*/
#box6{
	position:absolute;
	width:240px;
}
#box6 span{
	display:block;
}
#handles6_1{
	float:left
}
#handles6_2{
	float:right
}
.mask6{
	position:absolute;
	left:50%;
	margin-left:-120px;
	width:240px;
	height:180px;
	overflow:hidden;
}
.sample6 .buttons{
	clear:both;
	text-align:center;
}

/* 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;
}
.sample8 .mask1{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	visibility: visible;
	width: 520px;
}

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

.thumbs{
	padding-left: 10px;
}
.thumbs div{
	display:block;
	width:54px;
	height:41px;
	cursor:pointer;
	margin-top: 3px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.info{
	width:305px;
	height:50px;
	background:#000;
	position:absolute;
}
.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:#7D2E18;
	font-size:10px;
	padding:0 3px;
	text-decoration:none
}

.mask1{
	position:relative;
	width:520px;
	height:307px;
	overflow:hidden;
	visibility: hidden;
}
.mask2{
	position:relative;
	width:520px;
	height:250px;
	overflow:hidden;
	float: left;
	padding-bottom: 7px;
	padding-left: 18px;
}
.mask3{
	position:relative;
	width:520px;
	height:250px;
	overflow:hidden;
}

span img{
	display:block;
	border:none;
}
.masthead {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #993;
}
.registration {
	padding: 7px;
}
.subtitles {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 17px;
}
.mask4 {
	position:relative;
	width:520px;
	height:300px;
	overflow:hidden;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 7px;
	padding-top: 7px;
}
#navigation {
	text-align: center;
	height: 30px;
	width: 520px;
	border: 1px solid #e1e1e1;
}
a {
	color: #333;
	text-decoration: underline;
}
