/** control the appearance of the image switcher **/

.imgsw_numbers a.active
{
	color: White;
	background-color: #e08b08;
	font-family: sans-serif;
	font-size: 12px;
}
	
.imgsw_numbers a,
.imgsw_prevnext a
{
	padding: 5px;
	text-decoration: none;
	color: White;
	font-weight: bold;
	background-color: #a27c16;
	font-family: sans-serif;
	font-size: 12px;
}

.imgsw_numbers a:hover,
.imgsw_prevnext a:hover
{
	background-color: #7a2714;
}

.imgsw_numbers,
.imgsw_prevnext
{
	display: inline;
	padding: 0;
	margin: 0;
	font-family: sans-serif;
}

.imgsw_numbers span
{

}

.imgsw_image
{
	border: 1em solid #eeedd8;
	margin: 0;
}

.imgsw_viewport 
{
	padding-top: 1em;
}

.imgsw
{
}

/** control the rest of the page **/


