﻿
/*//////////////////*/
/* Slideshow Styles */
/*//////////////////*/

#slideshow {
	position: relative;
	z-index: 0;
	height: 396px;
	width: 684px;
	overflow: hidden;
}

#slideshow a,
#slideshow a:hover,
#slideshow a:active {
	outline: none;
	text-decoration: none;
}

#slideshow .photo_container {
	position: absolute;
	width: 684px;
	height: 396px;
	background: #f9f9f9;
	overflow: hidden;
}

#slideshow .photo_container .photo {
	position: absolute;
	top: 0;
	left: 0;
}

#slideshow .photo_container .slideshow_layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 684px;
	height: 396px;
	overflow: hidden;
}

#slideshow .backdrop {
	position: absolute;
	bottom: 0;
	width: 684px;
	height: 35px;
	border-top: 1px solid #fff;	
	background: #000;
}

#slideshow a#slideshow_next {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height: 361px;
	background: url(/images/layout/transparent.gif);
	outline: none;
	overflow: hidden;
}

#slideshow a#slideshow_previous {
	display: block;
	position: absolute;	
	z-index: 0;
	top: 0;
	left: 0;
	width: 200px;
	height: 361px;
	background: url(/images/layout/transparent.gif);
	outline: none;
	overflow: hidden;
}

#slideshow #slideshow_next_image {	
	position: absolute;
	right: -200px;
	top: 8px;
}

#slideshow #slideshow_previous_image {
	position: absolute;
	left: -200px;
	top: 8px;
}

#slideshow .backdrop span {
	display: block;
	margin-top: 3px;
	width: 362px;
	height: 28px;
	border-right: 1px solid #fff;
}

#slideshow .control_bar {
	position: absolute;
	bottom: 0;
	width: 684px;
	height: 35px;
}

#slideshow .control_bar .navigation_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 355px;
	height: 35px;
	overflow: hidden;
}

#slideshow .control_bar .navigation {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 10px;
	width: 355px;
	font-size: 12px;
	visibility: hidden;
}

#slideshow .control_bar .navigation .size_fix {
	font-size: 14px;
}

#slideshow .control_bar .navigation a {
	color: #bfd66e;
}

#slideshow .photo_links a {
	margin: 0 3px;
	font-weight: bold;
}


#slideshow .photo_links a.active {
	color: #fff;
	font-size: 14px;
	cursor: default !important;
}

#slideshow .control_bar a.previous {
	padding-left: 10px;
	margin-left: 12px;
	background: url(/images/layout/slide_left.gif) no-repeat 0 -16px;
}

#slideshow .control_bar a.next {	
	padding-left: 10px;
	background: url(/images/layout/slide_right.gif) no-repeat 0 -16px;
}

#slideshow.last_page .control_bar a.next, 
#slideshow.first_page .control_bar a.previous {
	background-position: 0 4px;
	cursor: default !important;
}

#slideshow #slideshow_thumb_popup {
	position: absolute;
	width: 91px;
	height: 79px;
	left: 50px;
	bottom: 28px;
	visibility: hidden;
}

#slideshow #slideshow_thumb_popup img.background {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}

#slideshow #slideshow_thumb_popup .container {
	position: absolute;
	z-index: 2;
	left: 6px;
	top: 6px;
	width: 78px;
	height: 52px;
	overflow: hidden;
}

#slideshow #slideshow_thumb_popup img.preview {
	position: absolute;
}

#slideshow .control_bar .text {
	position: absolute;
	top: 4px;
	right: 12px;
	width: 300px;
}

#slideshow .control_bar .text p {
	margin: 0;
	font-size: 10px;
	line-height: 13px;
	color: #fff;
}


/***********************/
/* Pan & Zoom Controls */
/***********************/

#pan_container {
	position: relative;
	z-index: 0;
}

#pan_container #pan_area {
	width: 684px;
	height: 396px;
	overflow: hidden;
	background: #f9f9f9;
	text-align: center;
}

#pan_handle {
	position: absolute;
	top: 0;
	left: 0;
	width: 684px;
	height: 396px;
	cursor: move;	
	background: url(/images/layout/transparent.gif);	
}

#pan_area img {
	margin: auto;
	cursor: move;
	display: none;
}

#pan_container.zoom_1 img.zoom_1 { display: inline; padding-bottom: 34px; }
#pan_container.zoom_2 img.zoom_2 { display: inline; padding-bottom: 34px; }
#pan_container.zoom_3 img.zoom_3 { display: inline; padding-bottom: 34px; }

#pan_container .backdrop {
	position: absolute;
	width: 684px;
	height: 34px;
	background: #000 url(/images/layout/zoom_bar_sliver.gif) no-repeat 135px 3px;
	border-top: 1px solid #fff;
	bottom: 0;
}

#pan_container .controls {
	position: absolute;
	width: 684px;
	height: 34px;
	bottom: 0;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #fff;
}

#pan_container .controls .label {
	position: absolute;
	left: 10px;
	top: 12px;
}

#pan_container .controls .instructions {
	position: absolute;
	right: 20px;
	top: 12px;
	color: #fff;
}

#pan_container .controls .print_link {
	position: absolute;
	left: 150px;
	top: 12px;
}

#pan_container .controls .print_link a {
	font-weight: normal;
	color: #bfd66e;
}

#pan_container .controls .bar {
	position: absolute;
	width: 83px;
	height: 30px;
	top: 3px;
	left: 42px;
}

#pan_container .controls .buttons a {
	position: absolute;
	display: block;
	top: 7px;
	background: url(/images/layout/transparent.gif);
}

#pan_container a.zoom_out {
	left: 5px;
	width: 16px;
	height: 16px;
}

#pan_container a.zoom_in {
	left: 64px;
	width: 16px;
	height: 16px;
}

#pan_container a.zoom_1 {
	left: 22px;
	width: 13px;
	height: 16px;
}

#pan_container a.zoom_2 {
	left: 36px;
	width: 13px;
	height: 16px;
}

#pan_container a.zoom_3 {
	left: 50px;
	width: 13px;
	height: 16px;
}

#pan_container .controls .handle {
	position: absolute;
	width: 18px;
	height: 22px;
	top: 5px;	
}

#pan_container.zoom_1 .controls .handle { left: 20px; }
#pan_container.zoom_2 .controls .handle { left: 35px; }
#pan_container.zoom_3 .controls .handle { left: 50px; }


/***********************/
/* 3-Image Collage     */
/***********************/

#collage #image_1
{
    float:left; padding-right: 2px; padding-bottom: 0px; /* 34 for underneath caption; 3 = overlay caption*/
}

#collage #image_2
{
    float: right; padding-bottom: 2px;
}

#collage #image_3
{
    float: right;
}


/*****************************/
/* Virtual Tours             */
/*****************************/


#virtual_tour {
	width: 684px;
	height: 360px;
	margin-bottom: 30px;
	background: #f9f9f9;
	overflow: hidden;
	text-align: center;
    padding-top: 6px;
}


