@charset "utf-8";
/* CSS Document */

#layout div.header div.topBanner
{
	overflow:hidden;
	background-image: url(_Images/Headers/Headers-Gallery.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


div.photoPanel 
{
	width:600px;
}

div.photoPanel div.imagePanel
{
	position:relative;
	width:100%;	
	text-align:center;

}

div.photoPanel div.imagePanel div.imageHolder
{
	width:100%;
	height:420px;
	line-height:320px;
	text-align:center;
}

div.photoPanel div.imagePanel div.imageHolder img
{
	display:inline;
	margin-left:auto;
	margin-right:auto;
	vertical-align:middle;
	display:none;
}

div.photoPanel div.imagePanel div.labelHolder
{
	width:100%;
	font-size:10px;
	text-align:left;
	font-size:14px;
	height:30px;
	line-height:30px;
}

div.photoPanel div.thumbPanel
{
	width:100%;
	height:90px;
	position:relative;
	
}

div.photoPanel div.thumbPanel div.nextPanel
{
	position:absolute;
	top:0px;
	right:0px;
	height:100%;
	width:55px;
	line-height:90px;
	background-image: url(_Images/Gallery/PhotoGallery-Next.png);
	background-repeat: no-repeat;
	background-position: center center;	
}

div.photoPanel div.thumbPanel div.backPanel
{
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:55px;
	line-height:90px;
	background-image: url(_Images/Gallery/PhotoGallery-Back.png);
	background-repeat: no-repeat;
	background-position: center center;	
}

div.photoPanel div.thumbPanel div.nextPanel a,
div.photoPanel div.thumbPanel div.backPanel a
{
	display:block;
	height:100%;
	width:100%;
	text-align:center;
	text-decoration:none;
}


div.photoPanel div.thumbPanel div.listPanel
{
	position:relative;	
	height:100%;
	width:480px;
	line-height:90px;
	overflow:hidden;
	margin:auto;
	

}

div.photoPanel div.thumbPanel div.listPanel :focus
{
	border:none;
}


div.photoPanel div.thumbPanel div.listHolder
{
	position:absolute;
	top:0px;
	left:0px;
	
}

div.photoPanel div.thumbPanel div.listHolder ul
{
	white-space:nowrap;
}

div.photoPanel div.thumbPanel div.listHolder li
{
	display:inline;
	height:90px;
	cursor:pointer;	
}

div.photoPanel div.thumbPanel div.listHolder li a
{
	
	height:100%;
	line-height:90px;
	
}

div.photoPanel div.thumbPanel div.listHolder li.target img
{
	border:solid 2px #B7B07C;
	margin:0px;
	
}

div.photoPanel div.thumbPanel div.listHolder li img
{
	vertical-align:middle;
	display:inline;
	border:none;
	margin:2px;
	
}


#caption
{
	position:absolute;
	right:30px;
	top:550px;
	width:200px;
	visibility:hidden;
}

#caption div.caption-header
{
	border-bottom:solid 1px #552D00;
	margin-bottom:12px;
}





/* Slider  ----------------------------------*/

div.sliderPanel
{
	position:relative;
	margin-top:12px;
}

div.sliderPanel #slider
{

    width: 400px;
    margin:0px 10px 0px 10px;
	position:absolute;
	top:10px;
	left:90px;
    
}

div.sliderPanel .ui-state-default,
div.sliderPanel .ui-widget-content .ui-state-default 
{ border: 1px solid #25271c; background: #67742E url(_scripts/custom-theme/images/ui-bg_glass_75_67742E_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #f7f7f7; outline: none; }
div.sliderPanel .ui-state-default a,
div.sliderPanel .ui-state-default a:link,
div.sliderPanel .ui-state-default a:visited 
{ color: #f7f7f7; text-decoration: none; outline: none; }
div.sliderPanel .ui-state-hover,
div.sliderPanel .ui-widget-content .ui-state-hover,
div.sliderPanel .ui-state-focus,
div.sliderPanel .ui-widget-content .ui-state-focus 
{ border: 1px solid #25271c; background: #B2B895 url(_scripts/custom-theme/images/ui-bg_glass_75_B2B895_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
div.sliderPanel .ui-state-hover a,
div.sliderPanel .ui-state-hover a:hover 
{ color: #212121; text-decoration: none; outline: none; }
div.sliderPanel .ui-state-active,
div.sliderPanel .ui-widget-content .ui-state-active 
{ border: 1px solid #aaaaaa; background: #90AC33 url(_scripts/custom-theme/images/ui-bg_glass_65_90AC33_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
div.sliderPanel .ui-state-active a,
div.sliderPanel .ui-state-active a:link,
div.sliderPanel .ui-state-active a:visited 
{ color: #212121; outline: none; text-decoration: none; }

div.sliderPanel .ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
/*div.sliderPanel .ui-widget-content { border: 1px solid #aaaaaa; background: #4C3B27 url(_scripts/custom-theme/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #181616; }*/

div.sliderPanel .ui-widget-content { border: 1px solid #452D13; background: #4C3B27; color: #181616; }

div.sliderPanel  .ui-widget-content a { color: #181616; }

div.sliderPanel .ui-slider { position: relative; text-align: left; }
div.sliderPanel .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
div.sliderPanel .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

div.sliderPanel .ui-slider-horizontal { height: .1em; }
div.sliderPanel .ui-slider-horizontal .ui-slider-handle { top: -.6em; margin-left: -.6em; }
div.sliderPanel .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
div.sliderPanel .ui-slider-horizontal .ui-slider-range-min { left: 0; }
div.sliderPanel .ui-slider-horizontal .ui-slider-range-max { right: 0; }

div.sliderPanel .ui-slider-vertical { width: .8em; height: 100px; }
div.sliderPanel .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
div.sliderPanel .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
div.sliderPanel .ui-slider-vertical .ui-slider-range-min { bottom: 0; }
div.sliderPanel .ui-slider-vertical .ui-slider-range-max { top: 0; }
/* ------------------------------------------*/

	


