.history_slideshow {
	position: relative;
	width: 732px;
	height: 446px;
	margin: 12px 0 0 0;
	}

.history_slideshow .pics img {
	width: 732px;
	height: 446px;
	}

a#history_prev1, a#history_prev2, 
a#history_prev3, a#history_prev4,
a#history_next1, a#history_next2, 
a#history_next3, a#history_next4 { 
	display: block;
	position: absolute;
	width: 340px;
	height: 390px;
	overflow: hidden;
	text-indent:-2000em;		
	z-index: 110;
	}
	
a#history_prev1, a#history_prev2,
a#history_prev3, a#history_prev4 { 
	background: url(/_images/page_gallery_prev_default.png) 0 50% no-repeat;
	_background: url(/_images/clear.gif) top left no-repeat; 
	top: 0;
	left: 0;
	}

a#history_prev1:hover, a#history_prev2:hover,
a#history_prev3:hover, a#history_prev4:hover { 
	background: url(/_images/page_gallery_prev.png) 0 50% no-repeat;
	_background: url(/_images/page_gallery_prev.gif) 0 50% no-repeat;
	}	

a#history_next1, a#history_next2,
a#history_next3, a#history_next4 {
	background: url(/_images/page_gallery_next_default.png) 100% 50% no-repeat;
	_background: url(/_images/clear.gif) top left no-repeat; 
	top: 0;
	right: 0;
	}

a#history_next1:hover, a#history_next2:hover, 
a#history_next3:hover, a#history_next4:hover { 
	background: url(/_images/page_gallery_next.png) no-repeat 100% 50%;
	_background: url(/_images/page_gallery_next.gif) no-repeat 100% 50%;
	}	
	
#history_nav1, #history_nav2,
#history_nav3, #history_nav4 {
	position: absolute;
	z-index: 100;
	top: 418px;
	right: 10px;
	}

#history_nav1 a, #history_nav2 a,
#history_nav3 a, #history_nav4 a { 
	background: url(/_images/slideshow_dot.png) no-repeat 0 0;
	display: block;
	height: 12px;
	width: 12px;
	float: left;
	text-decoration: none; 
	margin: 0 5px 0 0; 
	text-indent: -2000em;
	overflow: hidden;
	}

#history_nav1 a.activeSlide, #history_nav2 a.activeSlide,
#history_nav3 a.activeSlide, #history_nav4 a.activeSlide { 
	background: url(/_images/slideshow_dot_active.png) no-repeat 0 0;
	_background: url(/_images/slideshow_dot.png) no-repeat 0 0;
	}

