﻿div#container
{
	background-color:#FFFFFF;
	padding-left:12px;
	width:500px;
}

div.pagination
{
	clear: both;
}
div.navigation
{
	width:580px !important;
}
div.navigation div.top
{
	margin-top: 10px;
	margin-bottom: 30px;
	height: 11px;
}
div.navigation div.bottom
{
	margin-top: 12px;
}

div.pagination a, div.pagination span.current
{
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
	color:#AA8C4E;
	font-weight:bold;
	
}
div.pagination a:hover
{
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current
{
	font-weight: bold;
	border-color: #2C2723;
	color: #fff;
	background-color:#2C2723;
}

ul.thumbs
{
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li
{
	float: left;
	padding: 0; /* margin: 5px 10px 5px 0; */
	padding-right:5px;
	list-style: none;
	border: solid 0px #3C3733;
	margin: 1px;
	vertical-align: bottom;
	text-align:center;
}

#gallery img, #thumbs img, #thumbsGeneric img, #folders img
{
	background: url(../images/shadow.gif) no-repeat right bottom;
	border-top: #eee 1px solid;
	border-left: #eee 1px solid;
	padding: 4px 10px 10px 4px;
	border: none;
}
