/*
	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
*/
body {height:100%}
img {border:none}
#supersized-loader {position:fixed;top:50%;left:50%;z-index:3000;width:60px;height:60px;margin:-30px 0 0 -30px;text-indent:-999em;background:url(/lib/ss/img/progress.gif) no-repeat center center;}
#supersized-loader-bck {position:fixed;top:0;left:0;z-index:2999;width:100%;height:100%;background-color:#111}
#supersized, #supersized * {margin:0;padding:0;}
#supersized {display:block;position:fixed;left:0;top:0;overflow:hidden;z-index:2001;height:100%;width:100%}
#supersized img {width:auto;height:auto;position:relative;display:none;outline:none;border:none}
#supersized.speed img {-ms-interpolation-mode:nearest-neighbor;image-rendering: -moz-crisp-edges}
#supersized.quality img {-ms-interpolation-mode:bicubic;image-rendering: optimizeQuality}
#supersized li {display:block;list-style:none;z-index:2970;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;background:#111}
#supersized a {width:100%;height:100%;display:block}
#supersized li.prevslide {z-index:2980}
#supersized li.activeslide {z-index:2990}
#supersized li.image-loading {background:#111 url(/lib/ss/img/progress.gif) no-repeat center center;width:100%;height:100%}
#supersized li.image-loading img{visibility:hidden}
#supersized li.prevslide img, #supersized li.activeslide img{display:inline}

/*
	Theme 	: Shutter 1.2
	Author	: Sam Dunn
*/

/* Long Captions */
#longcaptionwrap {position:fixed;left:50px;top:50px;margin-right:50px;padding:14px 20px;opacity:0.8;z-index:3005;background:url(/lib/ss/img/bg-black.png);-moz-box-shadow: 0px 0px 4px #000;-webkit-box-shadow: 0px 0px 4px #000;box-shadow: 0px 0px 4px #000;display:none}
#longcaption {opacity:1;z-index:3006;text-align:left;color:#FFF;font:400 14px "Helvetica Neue", Helvetica, Arial, sans-serif;text-shadow:#000 1px 1px 2px}
#longcaptionClose {position:absolute;top:0;right:-3px;z-index:3007;display:block;width:16px;height:16px;padding:3px}
#longcaptionClose:hover {cursor:pointer;}

/* Controls Bar */
#controls-wrapper * {margin:0;padding:0;}
#controls-wrapper {margin:0 auto;height:42px;width:100%;bottom:0px;left:0;z-index:3004;background:url(/lib/ss/img/nav-bg.png) repeat-x;position:fixed}
#controls {overflow:hidden;height:100%;position:relative;text-align:left;z-index:3005}
#slidecounter {float:left;color:#999;font:14px "Helvetica Neue", Helvetica, Arial, sans-serif;text-shadow:#000 0 -1px 0;margin:0px 10px 0 15px;line-height:42px}
#slidecaption {overflow:hidden;float:left;color:#FFF;font:400 14px "Helvetica Neue", Helvetica, Arial, sans-serif;text-shadow:#000 1px 1px 2px;margin:0;line-height:42px;height:42px}
#moreCaptions {color:#999}
#moreCaptions:hover {color:#FFF;text-decoration:none;cursor:pointer;}

#navigation {float:right;margin:0px 20px 0 0}
#play-button{float:left;margin-top:1px;border-right:1px solid #333;background:url('/lib/ss/img/bg-hover.png') repeat-x 0 44px}
#play-button:hover{background-position:0 1px;cursor:pointer}

#prevslide, #nextslide{position:fixed;height:43px;width:43px;top:50%;margin-top:-21px;opacity:0.6;z-index:3001;}
#prevslide{left:10px;background:url('/lib/ss/img/back.png')}
#nextslide{right:10px;background:url('/lib/ss/img/forward.png')}
#prevslide:active, #nextslide:active{margin-top:-19px}
#prevslide:hover, #nextslide:hover{cursor:pointer}

ul#slide-list{padding:15px 0;float:left;position:absolute;right:260px}
ul#slide-list li{list-style:none;width:12px;height:12px;float:left;margin:0 5px 0 0}
ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover{background-position:0 0px}
ul#slide-list li a{display:block;width:12px;height:12px;background:url('/lib/ss/img/nav-dot.png') no-repeat 0 -24px}
ul#slide-list li a:hover{background-position:0 -12px;cursor:pointer}

#tray-button{position:absolute;bottom:0;right:165px;margin-top:1px;border-left:1px solid #333;background:url('/lib/ss/img/bg-hover.png') repeat-x 0 44px} /*old value: float:right*/
#tray-button:hover{background-position:0 1px;cursor:pointer}

#fullscreen-button{position:absolute;bottom:0;right:110px;margin-top:1px;border-left:1px solid #333;background:url('/lib/ss/img/bg-hover.png') repeat-x 0 44px}
#fullscreen-button:hover{background-position:0 1px;cursor:pointer}

#fit-button{position:absolute;bottom:0;right:55px;margin-top:1px;border-left:1px solid #333;background:url('/lib/ss/img/bg-hover.png') repeat-x 0 44px}
#fit-button:hover{background-position:0 1px;cursor:pointer}

#close-button{position:absolute;bottom:0;right:0;z-index:4005;margin-top:1px;border-left:1px solid #333;background:url('/lib/ss/img/bg-hover.png') repeat-x 0 44px}
#close-button:hover{background-position:0 1px;cursor:pointer}

	
/* Progress Bar */
#progress-back, #progress-back * {margin:0;padding:0;}
#progress-back{z-index:3005;position:fixed;bottom:42px;left:0;height:4px;width:100%;background:url('/lib/ss/img/progress-back.png') repeat-x}
#progress-bar{position:relative;height:4px;width:100%;background:url('/lib/ss/img/progress-bar.png') repeat-x}
	
	
/* Thumbnail Navigation */
#nextthumb,#prevthumb {z-index:3002;display:none;position:fixed;bottom:61px;height:75px;width:100px;overflow:hidden;background:#ddd;border:1px solid #fff;-webkit-box-shadow:0 0 5px #000}
#nextthumb {right:12px}
#prevthumb {left:12px}
#nextthumb img, #prevthumb img {width:150px;height:auto; }
#nextthumb:active, #prevthumb:active {bottom:59px}
#nextthumb:hover, #prevthumb:hover {cursor:pointer}
	
	
/* Thumbnail Tray */
#thumb-tray, #thumb-tray * {margin:0;padding:0;}
#thumb-tray{position:fixed;z-index:3003;bottom:0;left:0;background:url(/lib/ss/img/bg-black.png);height:112px;width:100%;overflow:hidden;text-align:center;-moz-box-shadow: 0px 0px 4px #000;-webkit-box-shadow: 0px 0px 4px #000;box-shadow: 0px 0px 4px #000}

#thumb-back, #thumb-forward{position:absolute;z-index:3005;bottom:42px;height:70px;width:40px}
#thumb-back{left:0;background: url('/lib/ss/img/thumb-back.png') no-repeat center center;}
#thumb-forward{right:0;background:url('/lib/ss/img/thumb-forward.png') no-repeat center center;}
#thumb-back:hover, #thumb-forward:hover{cursor:pointer;background-color:rgba(256,256,256, 0.1)}
#thumb-back:hover{border-right:1px solid rgba(256,256,256, 0.2)}
#thumb-forward:hover{border-left:1px solid rgba(256,256,256, 0.2)}


ul#thumb-list{display:inline-block;list-style:none;position:relative;left:0px;padding:0 0px}
ul#thumb-list li{background:#111;list-style:none;display:inline;width:124px;height:70px;overflow:hidden;float:left;margin:0}
ul#thumb-list li img {width:124px;height:auto;opacity:0.5;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:alpha(opacity=60);-webkit-transition: all 100ms ease-in-out;-moz-transition: all 100ms ease-in-out;-o-transition: all 100ms ease-in-out;-ms-transition: all 100ms ease-in-out;transition: all 100ms ease-in-out;margin:0 2px;}
ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img{opacity:1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100)}
ul#thumb-list li:hover{cursor:pointer}

.magnify {display:block;float:right;width:15px;height:11px;background:url('/lib/ss/img/magnify-clip.png') no-repeat 0 0;border:medium none !important;margin:4px;}

/* -----------------------------------*/
/* AGILE CAROUSEL */
/* -----------------------------------*/

/* general styles */

/* reset styles */
.agile_carousel img {border:0}
.agile_carousel p, .agile_carousel ul, .agile_carousel ul li {margin:0;padding:0}

/* agile carousel styles */

/* -----------------------------------*/
/*-- outer containers --*/

/*-- the most outer container rendered by JS 
Contains .slides .slide_content_... .persistent_content and controls that have "no_control_set" --*/
.agile_carousel {position:relative;overflow:hidden;font-family:Arial, Helvetica, sans-serif;font-size:11px}
/*-- container for all slides only --*/
.agile_carousel .slides {position:absolute;top:0;left:0}
/*-- individual slide --*/
.agile_carousel .slide {float:left}


/* -----------------------------------*/
/*-- default style for controls --*/

/*-- default styles for all control sets --*/
.agile_carousel .control_set {position:absolute;z-index:40}
/*-- default styles for all button containers --*/
.agile_carousel .button_container {z-index:50;	}
/*-- default style for controls whose trigger type is "hover" --*/
.agile_carousel .ac_hover {cursor:text}
/*-- default style for controls which are currently selected
 such as the current slide number --*/
.agile_carousel .ac_selected {}
/*-- default style for disabled controls 
"previous" and "next" controls may be disabled near the first/last slide --*/
.agile_carousel .ac_disabled {}
/*-- style applied to all controls --*/
.slide_button {z-index:50;cursor:pointer;display:block;background-position:0 0;background-repeat:no-repeat;position:relative}
/*-- previous button --*/
.previous_button {}
/*-- next button --*/
.next_button {}
/*-- hover previous button --*/
.hover_previous_button {}
/*-- hover next button --*/
.hover_next_button {}
/*-- numbered buttons container --*/
.agile_carousel .numbered_buttons_container {}
/*-- numbered button --*/
.agile_carousel .numbered_button {float:left}
/*-- grouped numbered buttons container --*/
.agile_carousel .grouped_numbered_buttons_container {}
/*-- group numbered button --*/
.agile_carousel .grouped_numbered_button {float:left}
/*-- content buttons container --*/
.agile_carousel .content_buttons_container {}
/*-- content button --*/
.agile_carousel .content_button {}
/*-- thumbnail buttons container --*/
.agile_carousel .thumbnail_buttons_container {}
/*-- thumbnail button --*/
.agile_carousel .thumbnail_button {}

/* -------------------------------------------- */
/*-- "things" that are not slides or controls --*/

.current_slide_number {cursor:text}
.slide_count {cursor:text}

/* -------------------------------------------- */
/*-- #multiple_slides_visible styles --*/

/*-- outer container --*/
#multiple_slides_visible {margin-top:32px}
#multiple_slides_visible .agile_carousel {overflow:hidden;
-moz-box-shadow:0px 0px 4px #dfdfdf; /* FF3.5+ */
-webkit-box-shadow:0px 0px 0px #dfdfdf; /* Saf3.0+, Chrome */
box-shadow:0px 0px 4px #dfdfdf; /* Opera 10.5, IE9, Chrome 10+ */
background-color:#ededeb}

/*-- slide container --*/
#multiple_slides_visible .slides {margin-top:28px}
/*-- individual slides --*/
#multiple_slides_visible .slide_inner {text-align:center}
#multiple_slides_visible .slide_inner {overflow:hidden;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border:1px solid #cfcece;background-color:#fff;text-align:center;width:140px;margin:0 auto}
/*-- large photos --*/
#multiple_slides_visible .photo_link {width:125px;height:80px;overflow:hidden;display:block;margin:8px auto 4px}
#multiple_slides_visible .photo {height:80px}
/*-- for the links beneath the photos --*/
#multiple_slides_visible .caption:link, #multiple_slides_visible .caption:visited, #multiple_slides_visible .caption:hover {color:#333333;text-decoration:none;width:124px;display:block;margin:0 auto;padding-bottom:3px}
#multiple_slides_visible .caption:hover {text-decoration:underline}
#multiple_slides_visible .persistent_content{position:absolute;top:2px;left:12px;font-size:14px;text-shadow:0px 1px 1px #ccc;color:#B5B5B5}
/*-- .control_set_1 - includes: .previous_next_button --*/
#multiple_slides_visible .control_set_1 {float:right;position:relative;margin:4px 6px 0}
#multiple_slides_visible .previous_next_button {width:16px;height:16px;overflow:hidden;text-indent:1000px;background-image:url(/lib/carousel/sprite_ac_normal.png);background-color:#ccc;border:1px solid #cfcece;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:#fff;
-moz-box-shadow:0px 0px 2px #dfdfdf; /* FF3.5+ */
-webkit-box-shadow:0px 0px 0px #dfdfdf; /* Saf3.0+, Chrome */
box-shadow:0px 0px 2px #dfdfdf; /* Opera 10.5, IE9, Chrome 10+ */
}
#multiple_slides_visible .previous_button {background-position:4px 3px}
#multiple_slides_visible .next_button {background-position:-44px 3px}
#multiple_slides_visible .previous_next_button:hover {background-color:#f7f7f7}
#multiple_slides_visible .previous_button:hover {background-image:url(/lib/carousel/sprite_ac_hover.png)}
#multiple_slides_visible .next_button:hover {background-image:url(/lib/carousel/sprite_ac_hover.png)}
#multiple_slides_visible .control_set_1 .ac_disabled {background-image:url(/lib/carousel/sprite_ac_disabled.png)}

/*-- .control_set_2 - includes: group_numbered_buttons --*/
#multiple_slides_visible .control_set_2 {float:right;position:relative;margin:8px 0 0 0}
#multiple_slides_visible .slide_button {float:left}
#multiple_slides_visible .group_numbered_buttons_container {float:left;margin-right:14px}
#multiple_slides_visible .group_numbered_button {color:#000;padding:0 2px;font-size:12px;margin-right:2px;background-image:url(/lib/carousel/sprite_ac_normal.png);background-position:-95px 0;width:10px;height:10px;overflow:hidden;text-indent:1000px;background-color:transparent}
#multiple_slides_visible .group_numbered_button:hover, #multiple_slides_visible .group_numbered_buttons_container .ac_selected {background-image:url(/lib/carousel/sprite_ac_hover.png)}
