/** control the appearance of the image switcher **/

.imgsw_numbers a.active,
.imgsw_thumbs a.active
{
	color: #5E5B32;
	background-color: #5E5B32;
}
	
.imgsw_numbers a,
.imgsw_prevnext a
{
	padding: 0 0.5em;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background-color: transparent;
}

.imgsw_numbers a:hover,
.imgsw_thumbs a:hover,
.imgsw_prevnext a:hover
{
	background-color: #F50;
}

.imgsw_numbers,
.imgsw_thumbs,
.imgsw_prevnext
{
	display: inline;
	padding: 0;
	margin: 0 0 0 60px;
}

.imgsw_thumbs a
{
	padding: .3em;
	background-color: transparent;
}

.imgsw_image
{
	border: 1px solid #918D56;
	margin: 0 0 30px 60px;
}

.imgsw_viewport 
{
	padding-top: 1em;
}

.imgsw
{
}

/** control the rest of the page **/

body
{
	padding-top: 0;
	padding-left: 0;
	font-family: sans-serif;
}

.min {
	border: 1px solid #918D56;
}

#tyt
{
	padding-top: 20px;
	font-size: 17px;
	margin: 0 0 10px 13px;
	color: #FF6816;
	font-weight: bold;
}

img
{
	border: none;
}


