/*-- Fancy Image Magnify Stack v2.1.1 by Joe Workman --*/
.jqZoomTitle{z-index:5000;text-align:center;font-size:11px;line-height:11px;font-family:Tahoma;height:16px;padding-top:2px;position:absolute;top:0px;left:0px;width:100%;color:#FFF;background:#999;-moz-box-shadow:0px 1px 10px #333;-webkit-box-shadow:0px 1px 10px #333;box-shadow:0px 1px 10px #333;}
.jqZoomPup{overflow:hidden;background-color:#FFF;-moz-opacity:0.6;opacity:0.6;filter:alpha(opacity = 60);z-index:10;border-color:#c4c4c4;border-style:solid;cursor:crosshair;}
.jqZoomPup img{border:0px;}
.preload{-moz-opacity:0.8;-khtml-opacity:0.8;opacity:0.8;filter:alpha(opacity = 80);color:#333;font-size:12px;font-family:Tahoma;text-decoration:none;border:1px solid #CCC;background-color:white;padding:8px;text-align:center;background-image:url(../files/zoomloader.gif);background-repeat:no-repeat;background-position:43px 30px;width:90px;* width:100px;height:43px;*height:55px;z-index:10;position:absolute;top:3px;left:3px;}
.jqZoomWindow{border-color:#000000;border-width:0px;border-style:solid;background-color:#FFF;}







#image_stacks_in_371_page3{display:none;}
#stacks_in_371_page3 .centered_image a{margin:0 auto;}



/*-- End Fancy Image Magnify Stack --*/
#stacks_in_371_page3 {
	background-color: #E6CDBF;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
/*
 * jQuery Nivo Gallery v0.7.1
 * http://dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * October 2011
 */
#multiGallery_stacks_in_377_page3{ /*STACK ID */
	width: 100%;
}
.nivoGallery {
    position:relative;
    background:#000000 url(loading.gif) no-repeat 50% 50%;
    width:100%; /* Width can be fixed px or dynamic % value */
    height:400px; /* Height must be fixed px value */
    margin-bottom:28px;
}
.nivoGallery.loaded {
    background:#000000; /* Remove the loading gif */
}
.nivoGallery ul {
    list-style:none;
    margin:0;
    padding:0;
    list-style-image: none;
    list-style-type: none;
}
.nivoGallery ul li {
	list-style: none;
	list-style-image: none;
    list-style-type: none;
    position:absolute;
    padding: 0;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
    font: 14px/1.6em arial,sans-serif;
    color:#fff;
}
.nivoGallery ul img {
	padding: 0;
    display:block;
    max-width:100%;
    max-height:100%;
    position:absolute; 
    top:0; 
    bottom:0; 
    left:0; 
    right:0;
	margin:auto;
    -ms-interpolation-mode:bicubic;
}

.nivoGallery-slides {
	padding: 0;
    position:relative;
    height:100%;
    overflow:hidden;
}

.nivoGallery-htmlwrap {
    padding:20px;
    height:100%;
    overflow:auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nivoGallery-videowrap video,
.nivoGallery-videowrap iframe,  
.nivoGallery-videowrap object,  
.nivoGallery-videowrap embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.nivoGallery-directionNav a {
	padding: 0;
    position:absolute;
    top:45%;
    cursor:pointer;
    display:block;
	width:32px;
	height:34px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
    opacity:0;
    z-index:10005;
    -webkit-transition:opacity 150ms ease-in-out;
    -moz-transition:opacity 150ms ease-in-out;
    -o-transition:opacity 150ms ease-in-out;
    transition:opacity 150ms ease-in-out;
}
.nivoGallery-directionNav .nivoGallery-prev {
    left:10px;
}
.nivoGallery-directionNav .nivoGallery-next {
    right:10px;
    background-position:-32px 0;
}
.nivoGallery:hover .nivoGallery-directionNav a {
    opacity:0.7;
}
.nivoGallery:hover .nivoGallery-directionNav a:hover {
    opacity:1;
}

.nivoGallery-bar {
	padding: 0;
    position:absolute;
    bottom:-28px;
    left:0;
    height:28px;
    width:100%;
    font: 11px/28px arial,sans-serif;
    background: #515151;
    background: -moz-linear-gradient(top, #515151 0%, #0e0e0e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#515151), color-stop(100%,#0e0e0e));
    background: -webkit-linear-gradient(top, #515151 0%,#0e0e0e 100%);
    background: -o-linear-gradient(top, #515151 0%,#0e0e0e 100%);
    background: -ms-linear-gradient(top, #515151 0%,#0e0e0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#0e0e0e',GradientType=0 );
    background: linear-gradient(top, #515151 0%,#0e0e0e 100%);
    border-top:1px solid #222;
    z-index:10005;
}
.nivoGallery-play {
	padding: 0;
    display:inline-block;
    width:32px;
    height:28px;
    border:0;
    background:url(playpause.png) no-repeat 50% 8px;
    cursor:pointer;
    border-right:1px solid rgba(0,0,0,0.3);
}
.nivoGallery-play.playing {
    background-position:50% -92px;
}
.nivoGallery-count {
    display:inline-block;
    vertical-align:top;
    height:28px;
    padding:0 8px;
    color:#aaa;
    border-left:1px solid rgba(255,255,255,0.2);
    border-right:1px solid rgba(0,0,0,0.3);
    text-shadow:0 1px 0 #000;
}
.nivoGallery-caption {
    display:inline-block;
    vertical-align:top;
    height:28px;
    border-left:1px solid rgba(255,255,255,0.2);
    padding:0 15px;
    overflow:hidden;
    color:#aaa;
    text-shadow:0 1px 0 #000;
}
.nivoGallery-captionTitle {
    color:#fff;
    font-weight:bold;
    margin-right:5px;
}
.nivoGallery-fullscreen {
    float:right;
    display:inline-block;
    width:32px;
    height:28px;
    border:0;
    background:url(fullscreen.png) no-repeat 50% 5px;
    cursor:pointer;
    border-left:1px solid rgba(0,0,0,0.3);
}

.nivoGallery-progress {
    position:absolute;
    top:0;
    left:0;
    background:#fff;
    opacity:0.5;
    width:100%;
    height:2px;
    z-index:5;
}

.nivoGallery.fullscreen {
    position:fixed;
    top:0px;
    left:0px;
    width:100% !important;
    max-width:100%;
    height:100% !important;
    z-index:10001;
}
.nivoGallery.fullscreen .nivoGallery-caption {
    position:fixed;
    top:0;
    left:0;
    display:block;
    width:100%;
    background:#000;
    padding:20px;
    opacity:0.65;
}
.nivoGallery.fullscreen .nivoGallery-play {
    position:fixed;
    top:20px;
    right:45px;
    z-index:6;
}
.nivoGallery.fullscreen .nivoGallery-fullscreen {
    position:fixed;
    top:20px;
    right:20px;
}
.nivoGallery.fullscreen .nivoGallery-htmlwrap {
    padding:90px 20px 20px 20px;
}

/* Ronan - CSS changes */
div.nivoGallery-bar {
	z-index: 9995;
}
div.nivoGallery.fullscreen div.nivoGallery-caption, div.nivoGallery-caption {
	display: none;
}
/* End changes */
@media screen and (max-width: 1030px){ /*-- iPad & Kindle Fire Landscape --*/
    #multiGallery_stacks_in_377_page3 {
      max-height:100%;
      height:400px;
    }

}
@media screen and (max-width: 770px){ /*-- iPad & Kindle Fire (600) Portrait --*/
    #multiGallery_stacks_in_377_page3 {/* container wrapper for Gallery */
        max-height:100%;
        height:300px;
    }
	#multiGallery_stacks_in_377_page3 div.nivoGallery-caption {
	    display:none;
	}

}
@media screen and (max-width: 500px){ /*-- iPhone Landscape --*/
	#multiGallery_stacks_in_377_page3 {/* container wrapper for Gallery */
        max-height:100%;
        height:200px;
    }
	#multiGallery_%id& div.nivoGallery-caption {
	    display:none;
	}
	
}
@media screen and (max-width: 320px){ /*-- iPhone Portrait --*/
	#multiGallery_stacks_in_377_page3 {/* container wrapper for Gallery */
        max-height:100%;
        display: none;
    }
	#multiGallery_%id& div.nivoGallery-caption {
	    display:none;
	}
}

#multiSlides_stacks_in_377_page3{display:none;}




#stacks_in_377_page3 {
	background-color: #000000;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding:  9px;
}
