body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

html{
	height: 100%;
}

body{
	margin: 0;
	padding: 0;
	background: #fff;
	height: 100%;
}

img{
	display: block;
}

table{
	width: 100%;
	height: 100%;
}

#bound{
	width: 800px;
	height: 600px;
	margin: 0 auto;
	background: transparent url(../img/background.jpg) no-repeat;
	position: relative;
}

#content{
	position: absolute;
	top: 16px;
	left: 241px;
	background: #ca006c;
}

img.main{
	border: 2px solid #fff;
	margin: 20px 20px 0 20px;
}

#mask{
	margin: 12px 16px 12px 12px;
	width: 517px;
	overflow: hidden;
}

#thumbs{
	margin: 0;
	margin-left: -2322px;
	padding: 0;
	width: 10000px;
	list-style: none;
}

#thumbs li{
	float: left;
	margin: 0 0 0 -5px;
	padding: 0;
	width: 91px;
	height: 91px;
}

#thumbs li.selected{
	background: transparent url(../img/selected.gif);
}

#thumbs #liFirst{
	margin: 0;
}

#thumbs a{
	display: block;
	margin: 8px;
	border: 2px solid #fff;
}

#btnPrev{
	position: absolute;
	top: 405px;
	left: 2px;
}

#btnNext{
	position: absolute;
	top: 405px;
	right: 2px;
}

#fader{
	position: absolute;
	border: 2px solid #78bf00;
	top: 20px;
	left: 20px;
	visibility: hidden;
}

#download{
	position: absolute;
	left: 370px;
	top: 353px;
}

#download_all{
	position: absolute;
	left: 20px;
	top: 353px;
}