a.logo {
	position:absolute;
	left:0px;
	top:0px;
	width:120px;
	height:56px;
	z-index:9999999999999999999;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url(http://franc-o-fun.com/photo-gallery/gallery-graphics/logo.png);
}
*{
    margin:0;
    padding:0;
}
body{
    background-color:#17377F;
    font-family:Verdana;
    text-transform:uppercase;
    color:#fff;
    font-size:12px;
    overflow:hidden;
}
.infobar{
    background-color:#FAC05E;
    height:75px;
    line-height:128px;
    right:20px;
    position:fixed;
    top:0px;
    left:20px;
    z-index:999999999;
    text-align:center;
    color:#17377F;
    -moz-border-radius:10px 10px 0px 0px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    text-shadow:0px 0px 1px #ccc;
}
span#description{
    text-shadow:0px 0px 0px #000;
    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%;
    left:0px;
    right:0px;
    bottom:0px;
}
#content{
   position:absolute;
   top:92px;
   height:100%;
   width:100%;
   left:18px;
   background-color:#17377F;
   overflow-y:scroll;
   display:none;  
}
#content img{
    float:left;
    margin:3px;
    cursor:pointer;
    opacity:1.0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}
.placeholder{
    float:left;
    clear:both;
    width:100%;
    height:30px;
	
}
#panel{
    background-color:#17377F;
    width:100%;
    position:fixed;
    bottom:0px;
    left:0px;
    right:0px;
    height:0px;
    text-align:center; 
}
#panel img{
    cursor:pointer;
    position:relative;
    border:1px solid #000;
    -moz-box-shadow:0px 0px 10px #111;
    -webkit-box-shadow:0px 0px 10px #111;
    box-shadow:0px 0px 10px #111;
    display:none;
	top:92px;
	
	
}

#wrapper{
    position:relative;
    margin:40px auto 40px 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:#FAC05E;
}
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;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
span.reference{
	position:fixed;
	right:30px;
	top:0px;
	font-size:12px;
}
span.reference a{
	color:#000;
}
span.reference a:hover{
	color:#17377F;
	text-decoration:none;
}
span.home{
	position:fixed;
	left:30px;
	top:-50px;
	height: 1px;
	font-size:12px;
}
span.home a{
	color:#000;
}
span.home a:hover{
	color:#17377F;
	text-decoration:none;
}.greytext {
	text-transform: lowercase;
	color: #777;
	font-size: 12px;
}
#container {
	position:relative;
	margin:auto;
	top:0px;
	width:120px;
	height:1px;
}
#backinstructions {
	position:relative;
	margin:auto;
	top:95px;
	width:273px;
	height:25px;
}
