body
{
	background-color:#7ABFE6;
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
}

#wrapper
{
	width: 100%
	border: solid 1px #666;
}

#top_bar
{

	background-color:#429EC7;
	background-repeat: no-repeat;
	height:99px;
	position:fixed;
	top:0;
	width:100%;
	padding: 10px;
	border-bottom: solid 2px #ffffff;
	border-top: solid 2px #ffffff;
}

#wait_screen
{
	display: none;
	background-color:#EFEFEF;
	border:4px solid #666666;
	font-size:20px;
	height:85px;
	left:43%;
	padding-top:36px;
	position:fixed;
	text-align:center;
	top:200px;
	width:253px;
}

#drop_bar
{
	height:99px;
	left:0;
	padding:10px;
	position:fixed;
	top:0;
	width:600px;
	z-index:999;
}

#logo
{
	color:white;
	font-family:arial;
	font-size:26px;
	left:222px;
	position:absolute;
	top:30px;
	width:400px;
}

/* SLIDER =====================================*/
ul#grid li {
	list-style: none outside;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 50px;
	width: 5em;
	height: 5em;
	line-height: 5em;
	text-align: center;
}

#tag_list_dropdown
{

	display:inline;
	margin-top:3px;
	vertical-align:top;
	width:360px;
}

#image_loader_button
{
	display: inline;	
}


ul#grid li img {
	vertical-align: middle;
	border: solid 6px white;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;	
}

.ui-slider
{
	width: 250px;
}

.ui-slider-handle 
{ 
	left: 50%; 
}

#grid_slider
{
	position: absolute;
	right: 35px;
	top: 20px;
}

#grid
{
	margin-top: 150px;
}


