@charset "utf-8";
/* CSS Document */

/**************** SLIDESHOW STUFF *****************/
/* large pics - 642px wide */
/* thumbnails - 120px wide */
#slideshow {
	float:left;
	padding:0;
	margin:0;
	text-align:center; 
}
.slideshow_inside {   
	background-color:#fff;
}
.slideshow_comments {
	width: 250px;
}
#nav2 {
	float:right;
	width: 140px; 
	height: 275px; 
	overflow:auto;  
	margin: 0 50px 5px 5px;
	padding:0;
	text-align:center; 
	background-color: #000;
	scrollbar-arrow-color:#000000;
    scrollbar-base-color:#000000;
    scrollbar-darkshadow-color:#000000;
    scrollbar-face-color: #8A3111;
    scrollbar-highlight-color:#000000;

}
#nav2 li {
	width: 120px;
	float: left;
	margin: 2px;
	list-style: none;
}
#nav2 a {
	width: 120px;
	
}
#nav2 a.activeSlide {
	background: #400000;
}
#nav2 a:focus {
	outline: none;
}
#nav2 img {
	border: none;
	width: 120px;
}
