*{
	margin:0;
	padding:0px 0px 0px 0px;
}
body{
	background-color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#fff;
	font-size:10px;
	overflow:hidden;
}
.infobar{
    background-color:#000;
    height:28px;
    line-height:28px;
    right:20px;
    position:fixed;
    bottom:0px;
    left:20px;
    z-index:999999999;
    text-align:center;
    color:#ddd;
    -moz-border-radius:10px 10px 0px 0px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    text-shadow:0px 0px 1px #ccc;
}
span#description{
    text-shadow:1px 1px 1px #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;
	/*top: 250px;*/
}
#content{
	position:absolute;
	top:135px;
	height:100%;
	width:100%;
	left:25px;
	background-color:#CCC;
	overflow-y:scroll;
	display:none;
}
#content img{
	float:left;
	position:relative;
	cursor:pointer;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #06C;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.placeholder{
    float:left;
    clear:both;
    width:100%;
    height:30px;
}
#panel{
	background-color:#222;
	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;
}

#wrapper{
	position:relative;
	margin:40px auto 0px auto;
}
a#next,
a#prev{
    width:40px;
    height:40px;
    position:fixed;
    cursor:pointer;
    outline:none;
    display:none;
    background:#aaa url(../images/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;
}

#miniflex {
	width: 100%;
	float: left;
	font-size: small; /* could be specified at a higher level */
	margin: 0;
	padding: 0 0px 0px 10px;
	border-bottom: 1px solid #333;
	background-color: #FFF;
	}

#miniflex li {
	float: left;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
	}
	
#miniflex a:link, #miniflex a:visited {
	float: left;
	font-size: 85%;
	line-height: 20px;
	font-weight: bold;
	margin: 0 10px 0 10px;
	text-decoration: none;
	color: #999;
	}

#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
	border-bottom: 4px solid #333;
	padding-bottom: 2px;
	color: #333;
	}
	
.container {
	padding: 30 px;
	margin: 0px 0 5px 0;
	background: #fff;
	}
	
	
.TitleText {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	color: #333;
	text-align: left;
	}
	
.TitleTextlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #F00;
	text-align: left;
	}

a{
	color:#fff;
	text-decoration:none;
        }
a:hover{
	text-decoration:underline;
        }
        span.reference{
            position:fixed;
            left:30px;
            bottom:0px;
            font-size:9px;
        }
        span.reference a{
            color:#aaa;
        }
        span.reference a:hover{
            color:#ddd;
            text-decoration:none;
        }
		span.reference2{
	position:fixed;
	right:30px;
	bottom:0px;
	font-size:14px;
	font-family: "Arial Black", Gadget, sans-serif;
        }
        span.reference2 a{
            color:#aaa;
        }
        span.reference2 a:hover{
            color:#ddd;
            text-decoration:none;
        }
