﻿body
{
	background-color: #143852;
}

div
{
	display: block;
	font-family: Verdana;
	font-size: 12px;
}

img
{
	display: block;
}

#GlobalFrame
{
	display: block;
	position: absolute;
	left: 50%;
	top: 0px;
	width: 830px;
	height: 623px;
	margin-left: -415px;
}

#Logo
{
	display: block;
	position: absolute;
	left: 0px;
	top: 5px;
	width: 197px;
	height: 50px;
}

#DrAltus
{
	display: block;
	position: absolute;
	left: 500px;
	top: 8px;
	width: 266px;
	height: 168px;
	z-index: 50;
}

#PicturesFrame
{
	display: block;
	position: absolute;
	left: 0px;
	top: 65px;
	width: 830px;
	height: 558px;
	background-image: url(../images/background.gif);
	z-index: 100;
}

#ThumbnailsList
{
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 170px;
	height: 500px;
}

#SortTopRated
{
	display: block;
	position: absolute;
	top: 0px;
	left: 10px;
	width: 75px;
	height: 15px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	outline-style: none;
}

#SortNewest
{
	display: block;
	position: absolute;
	top: 0px;
	left: 85px;
	width: 75px;
	height: 15px;
	text-align: right;
	text-decoration: none;
	color: #999999;
	outline-style: none;
}

#PicturesList
{
	display: block;
	position: absolute;
	top: 60px;
	left: 10px;
	width: 150px;
	height: 435px;
}

#PicturesList img
{
	margin: 10px 0px 0px 0px;
}

#Description
{
	display: block;
	position: absolute;
	top: 10px;
	left: 200px;
	width: 600px;
	height: 72px;
	border-bottom: solid 1px #C2C2C2;
	font-size: 11px;
}

#CurrentPictureFrame
{
	display: block;
	position: absolute;
	left: 190px;
	top: 80px;
	width: 610px;
	height: 500px;
}

#CurrentPicture
{
	display: block;
	position: absolute;
	left: 10px;
	top: 30px;
	width: 600px;
	height: 300px;
}

#CurrentZoneName
{
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 500px;
	height: 20px;
	font-style: italic;
	font-weight: bold;
	color: #143852;
}

#CurrentPictureRating
{
	display: block;
	position: absolute;
	left: 10px;
	top: 350px;
	width: 200px;
	height: 50px;	
}

#AveragePictureRating
{
	display: block;
	position: absolute;
	left: 10px;
	top: 355px;
	width: 400px;
	height: 45px;
	font-size: 20px;
	font-weight: bold;
	color: #E8BE2C;
}

#PictureTaker
{
	display: block;
	position: absolute;
	left: 10px;
	top: 335px;
	width: 200px;
	height: 20px;	
	text-align: left;
	font-style: italic;
	font-size: 10px;
}

#TweetZone
{
	display: block;
	position: absolute;
	left: 510px;
	top: 335px;
	width: 100px;
	height: 28px;	
	text-align: right;
	background-image: url(../images/tweet.gif);
}

#DownloadPicture
{
	display: block;
	position: absolute;
	left: 410px;
	top: 370px;
	width: 200px;
	height: 20px;	
	text-align: right;
}

#ZoneBuiltByLabel
{
	display: block;
	position: absolute;
	left: 10px;
	top: 390px;
	width: 500px;
	height: 60px;	
}

#BuilderFrame
{
	display: block;
	position: absolute;
	left: 10px;
	top: 410px;
	width: 500px;
	height: 60px;	
}

.PicturePreview
{
	width: 150px;
	height: 75px;
	cursor: pointer;
}

.CurrentPicture
{
	width: 600px;
}

#DownloadPicture
{
	display: block;
}

#ScrollBack
{
	display: block;
	position: absolute;
	cursor: pointer;
	top: 35px;
	left: 10px;
	width: 150px;
	height: 30px;
	background-image: url(../images/back.gif);
	outline-style: none;
}

#ScrollBack:hover
{
	background-image: url(../images/back_hover.gif);
}

#ScrollBackOff
{
	display: block;
	position: absolute;
	cursor: pointer;
	top: 35px;
	left: 10px;
	width: 150px;
	height: 30px;
	background-image: url(../images/back_off.gif);
	outline-style: none;
}

#ScrollNext
{
	display: block;
	position: absolute;
	cursor: pointer;
	top: 495px;
	left: 10px;
	width: 150px;
	height: 30px;
	background-image: url(../images/next.gif);
	outline-style: none;
}

#ScrollNext:hover
{
	background-image: url(../images/next_hover.gif);
}

#ScrollNextOff
{
	display: none;
	position: absolute;
	cursor: pointer;
	top: 495px;
	left: 10px;
	width: 150px;
	height: 30px;
	background-image: url(../images/next_off.gif);
	outline-style: none;
}
