@charset "utf-8";
/* CSS Document */


#tour_content_container{

}

#tour_container {
	margin-top: 0px;
}


#gallery_title {
padding: 5px 0px 5px 0px;
}

#caption_container {
	margin: 10px 0px 10px 0px;
padding: 5px;
border: 1px solid #cccccc;
width: 415px;
min-height: 32px;
}

#photo_left_container {

}


#photo_slider_container {
position:relative;
padding-bottom: 10px;
}


#photo_container {
	background-image:url(/images/spinner.gif);
	background-repeat:no-repeat;
	background-position:center;
	width: 425px;
	min-height: 278px;

}


.tpanel {
	padding: 0;
	margin: 0;
	width: 312px;
	/* panel width must match viewer width */
}

#slide_viewer {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 312px;
	overflow: hidden;
}

#slider {
	position: relative;
	left: 0px;
}

#slider_content {
	position: relative;
}

.thumbs_table td{
	padding: 0px;
}

.photo_thumbs {

}

.photo_thumbs_container {
	width: 100px;
	height: 65px;
	overflow:hidden;
	border: 2px solid transparent;
}

#prev_button{font-size: 16px; font-weight: bold; text-decoration:none; display: block; width: 50px; height: 16px;}
#next_button{font-size: 16px; font-weight: bold; text-decoration:none; display: block; width: 50px; height: 16px;}
#slide_prev_button{font-size: 16px; font-weight: bold; text-decoration:none; display: block; width: 50px; height: 16px;}
#slide_next_button{font-size: 16px; font-weight: bold; text-decoration:none; display: block; width: 50px; height: 16px;}
