/** {margin:0;padding:0}
body{background:#666;font-family:'Lucida Sans Unicode',Arial,sans-serif;color:#333;text-align:center;padding:50px 0}
div,p,li{font-size:12px}
li{margin-left:16px;}
h1{color:#0061CA;text-align:center;padding-bottom:10px}
h2{color:#999;font-size:16px;font-weight:normal}
pre{background:#666; color:#fff; padding:10px; margin:10px; height:auto; overflow:auto; font:12px Verdana,Courier,sans-serif}
* html pre {width:100%;}
*/
/*.description{padding:16px;margin:10px 0;background:#eee}*/
#cont{width:580px;margin:0 auto;background:#fff;text-align:left;padding:20px}
.mask {
	position: relative;
	margin-left: 0px;
	width: 565px;
	height: 283px;
	overflow: hidden;
}

#imagebox {
	position: absolute;
}
#imagebox span {
	display: block;
	float: left;
}

#thumbsrow {
	position: relative;
	width: 565px;
	clear: both;
	height: 41px;
	overflow: hidden;
	margin-left: 30px;
}

#thumbsrow .thumbs, #thumbs_handles, #thumbs_mask {
	position: absolute;
	top: 0;
	width: 100%;
	height: 41px;
}
#thumbsrow .thumbs div, #thumbs_handles span {
	display: block;
	width: 60px;
	height: 41px;
	margin: 0;
	float: left;
	cursor: pointer;
}
#thumbsrow .thumbs div img {
	width: 54px;
	float: right;
}

/*#thumbs_handles span{
	background:url(images/thumb_invisible.gif) no-repeat;
}*/

#thumbs_mask {
	width:1200px;
	background:url(images/thumbs_mask.gif) no-repeat center top;
}

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

.thumbs {
	width: 54px;
}

.thumbs div {
	display: block;
	width: 54px;
	height: 41px;
	margin: 3px 0;
	cursor: pointer;
}

.thumbs div img {
	display: block;
	width: 100%;
	height: 100%;
	border: none
}

