#gallery {
	display:block;
}

.slideshow {
	width: 900px;
	height: 600px;
}

.slideshow div { 
	width: 900px;
	height: 600px;
}

#personal_gallery {
	width:99%;
	min-width:950px;
	min-height:604px;
	border-bottom:1px solid black;
	border-top:1px solid black;
	padding:2px;
	background-color:#eeeeee;
	text-align:center;
}

.slideshow {
	height: auto;
}

.slideshow div { 
	margin: 5px 0px 10px 0px; 
	display:block;
}

.nav_btn_plh {
	width:10px;
}

#gallery_button {
	width:140px;
	background:url(../_images/button-gallery.gif) no-repeat 0 -25px;
}

#gallery_button a {background:url(../_images/button-gallery.gif) no-repeat 0 0px;}

#slide_button {
	width:140px;
	background:url(../_images/button-slide.gif) no-repeat 0 -25px;
}

#slide_button a {background:url(../_images/button-slide.gif) no-repeat 0 0px;}