.gallery { height:454px; overflow:auto; margin: 14px 0 50px; }
.gallery img { vertical-align: bottom; }
/*change background here to alter colour behind big images*/

.gallery .gallery-infocus { background: white; float: left; height: 454px; width: 681px; position: relative; border: 1px solid #CCC; }
.gallery .gallery-imgs { overflow: hidden; }
.gallery .gallery-imgs a { display: block; width: 100%; text-align: center; line-height: 450px; }
.gallery .gallery-imgs img { vertical-align: middle; }
.gallery .gallery-caption { background: rgba(0,0,0,0.7); background:url(../images/captionbg.html); position: absolute; bottom: 0; left: 0; width: 100%; z-index: 5000; }
/*remove to enable captions*/ .gallery .gallery-caption { display: none; visibility: hidden; }
.gallery .gallery-nav { float: right; position: relative;}
.gallery > img{ margin-bottom:10px; }
.gallery .thumbnail { text-align: center; height: 100%; overflow: hidden; line-height: 45px; }
.gallery .thumbnail img { vertical-align: middle; }

.gallery .gallery-print { position: absolute; right: 1px; bottom: -31px; color: #58585A; text-decoration: none; font-size:11px; }

/*controls*/
.gallery-ctrl { position: absolute; left: 0; text-align: center; font-size:9px; text-transform:uppercase}
.gallery-ctrl span { cursor: pointer; margin-left: 7px; }
.gallery-ctrl-top { top: -20px; left: 8px; background: url(../images/controls.png) no-repeat; display:none}
.gallery-ctrl-top > span { display: block; float: left; height:13px; width: 13px; text-indent: 13px; overflow: hidden; }
.gallery-ctrl-top > span:first-child { margin: 0; }
.gallery-ctrl-bottom { bottom: -30px; left: -440px; }
.gallery-ctrl-bottom > span { border-left: 1px solid #58585A; padding-left: 7px; }
.gallery-ctrl-bottom > span:first-child { border-left: none; padding-left: 0px; }
.gallery-ctrl-bottom span span { display: inline-block; height: 13px; width: 13px; vertical-align: bottom; }
.gallery-ctrl-bottom .gallery-next span { margin: 0 0 0 5px; background: url(../images/controls.png) right top no-repeat; }
.gallery-ctrl-bottom .gallery-prev span { margin: 0 5px 0 0; background: url(../images/controls.png) left top no-repeat; }
.gallery-play { color: #799A9B; }
