*{
    padding:0;
}
body{
	background-color:#FFF;
	font-family:Verdana;
	text-transform:uppercase;
	color:#000;
	font-size:10px;
	overflow:hidden;
}

span#description{
	text-shadow:1px 1px 1px #fff;
	display:none;
}
span#loading{
	display:none;
	padding-right: 30px;
	background:transparent url(../loading.gif) no-repeat center right;
}
#thumbsWrapper{
	overflow:hidden;
	position:fixed;
	height:100%;
	width:100%;
	right:0px;
	bottom:0px;
	padding-top: 50px;
	margin-bottom: 50px;
}
#content{
	position:absolute;
	height:100%;
	width:100%;
	left:0px;
	background-color:#FFF;
	overflow-y:scroll;
	display:none;
}
#content img{
	float:left;
	margin:1px;
	cursor:pointer;
	opacity:0.5;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}
.placeholder{
    float:left;
    clear:both;
    width:100%;
    height:30px;
}
#panel{
	background-color:#000;
	width:100%;
	position:fixed;
	bottom:0px;
	left:0px;
	right:0px;
	height:0px;
	text-align:center;
}
#panel img{
	cursor:pointer;
	position:relative;
	border:1px solid #333;
	display:none;
}

#wrapper{
	position:relative;
	margin:60px auto 0px auto;
}
a#next,
a#prev{
    width:40px;
    height:40px;
    position:fixed;
    cursor:pointer;
    outline:none;
    display:none;
    background:#aaa url(../nav.png) no-repeat top left;
}
a#next:hover, a#prev:hover{
    background-color:#fff;
}
a#next{
    right:0px;
    top:50%;
    margin-top:-20px;
    background-position: 0px 0px;
}
a#prev{
    left:0px;
    top:50%;
    margin-top:-20px;
    background-position: 0px -40px;
}
