/** control the appearance of the image switcher **/
div.imgsw_list_numbers {display: none;}
div.imgsw_prevnext 
{
  position: absolute;
  left: 1px;
  bottom: 1px;
}
.imgsw_prevnext a
{
	padding: 0 0.5em;
	text-decoration: none;
	color: #BDB6AD;
	font-weight: bold;
	font-size: 18px;
	background-color: transparent;
}

.imgsw_prevnext a:hover
{
	color: #000;
}

.imgsw_prevnext
{
	display: inline;
	padding: 0;
	margin: 0;
}

.imgsw_image
{
	border: none;
	margin: 0;
}

.imgsw_viewport 
{
	clear: both;
	padding-top: 0;
}

.imgsw_toplevel
{
	padding: 0;
	position: relative;
}

