﻿
div.content
{
	width: 640px;
	clear: both;
}

div.content a, div.navigation a
{
	color: #777777;
	text-decoration: none;
}
div.content a:focus, div.content a:hover, div.content a:active
{
	text-decoration: underline;
}

div.controls
{
	height: 15px;
	margin-top: 5px;
	clear: both;
}

div.controls a
{
	padding: 5px;
}

div.ss-controls
{
	float: left;
}

div.nav-controls
{
	float: right;
}

div.loader
{
	background-image: url(../Images/loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 350px;
	width: 550px;
}


div.slideshow span.image-wrapper
{
	float: left;
	padding-bottom: 12px;
}

div.slideshow a.advance-link
{
	border: 1px solid #CCCCCC;
	display: block;
	padding: 2px;
}

div.slideshow img
{
	border: medium none;
	display: block;
}

div.download
{
	float: right;
}

div.embox
{
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	clear: both;
	padding: 12px;
}

div.image-title
{
	font-size: 1.4em;
	font-weight: bold;
}

div.image-desc
{
	line-height: 1.3em;
	padding-top: 12px;
}


ul.thumbs
{
	clear: both;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}

ul.thumbs li
{
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 5px 10px 5px 0;
	padding: 0;
}

a.thumb
{
	border: 1px solid #CCCCCC;
	display: block;
	padding: 2px;
}

ul.thumbs li.selected a.thumb
{
	background: #000000 none repeat scroll 0 0;
}

a.thumb:focus
{
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
}

ul.thumbs img
{
	border: medium none;
}

div.navigation div.top
{
	height: 11px;
	margin-bottom: 12px;
}
div.navigation div.bottom
{
	margin-top: 12px;
}
div.pagination a, div.pagination span.current
{
	border: 1px solid #CCCCCC;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px;
}
div.pagination a:hover
{
	background-color: #EEEEEE;
	text-decoration: none;
}
div.pagination span.current
{
	background-color: #000000;
	border-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
}

#thumbs ul.thumbs li
{
	float: none;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding-right: 5px;
	display: inline;
}
#thumbs a.thumb
{
	border: medium none;
	display: inline;
	padding: 0;
}

#thumbs-min ul.thumbs li.selected a.thumb
{
	-moz-background-clip: inherit;
	-moz-background-inline-policy: inherit;
	-moz-background-origin: inherit;
	background: inherit inherit inherit inherit inherit;
	color: #000000;
	font-weight: bold;
}
