﻿div.content
{
	display: none;
	float: right;
	width: 600px;
}

div.content a, div.navigation a
{
	text-decoration: none;
	color: #777;
}

div.content a:focus, div.content a:hover, div.content a:active
{
	text-decoration: underline;
}

div.slideshow
{
	clear: both;
}

div.slideshow span.image-wrapper
{
	float: left;
	padding-bottom: 12px;
}

div.slideshow img
{
	border: none;
	display: block;
}

div.navigation
{
}

ul.thumbs
{
	clear: both;
	margin: 0;
	padding: 0;
}

ul.thumbs li
{
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}

a.thumb
{
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}

ul.thumbs li.selected a.thumb
{
	background: #000;
}

a.thumb:focus
{
	outline: none;
}

ul.thumbs img
{
	border: none;
	display: block;
}

#thumbs-min ul.thumbs
{
	margin: 0px;
}

#thumbs-min ul.thumbs li
{
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb
{
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb
{
	background: inherit;
	color: #000;
	font-weight: bold;
}

#thumbs-min ul.thumbs li img
{
	width: 60px;
	height: 60px;
	border: solid 1px #ccc;
	padding: 2px;
	margin: 0px 5px 5px 0px;
}

#thumbs-min ul.thumbs li.selected img
{
	border: solid 1px blue;
}
