/* gallery widget */
.gallery { margin: 10px 0; }
.gallery img { display: block; }
.gallery .showing ul { margin: 0; padding: 0; border-bottom: 1px solid #d3d3d3; }
.gallery .showing ul li { display: none; margin:0; padding: 0; background: #f5f5f5; list-style:none; height: 182px; width: 280px; overflow: hidden; }
.gallery .showing ul li img { margin: 0 auto; }
.gallery .showing ul li a { border: 0; }
.gallery .showing ul li p { background: #000; color: #f5f5f5; text-align: center; padding: .4em 0; margin: -5em 0 0 0; position: absolute; height: 5em; width: 280px; }
.js-enabled .gallery .showing ul li p { display: none; }
.gallery .showing ul li p .credit { position: absolute; bottom: 3px; right: 5px; font-size: .72em; }
.gallery .showing ul li.current { display: block; #display: inline; /* :hack: fixed gap in IE6+7 */}
.gallery .thumbs { background: #f5f5f5 url(graphics/gallery_thumbs.png) no-repeat 0 0; padding: 8px 45px 11px 45px; position: relative; zoom: 1; /* :hack: make buttons align in IE */ }
.js-disabled .gallery .thumbs { display: none; }
.gallery .thumbs_sleeve { width: 190px; height: 30px; overflow: hidden; position: relative; }
.gallery .thumbs ul { margin: 0; padding: 0; width: 400px; position: relative; left: 0; }
.gallery .thumbs ul:after { content:"."; clear:left; display:block; height:0; visibility:hidden; } /* :hack: clearing floats for standards compliant */
.gallery .thumbs ul li { float: left; margin: 0 10px 0 0; padding: 0; background: #000; list-style:none; }
.gallery .previousButton, .gallery .nextButton { cursor: pointer; position: absolute; top: 14px; display: block; width: 19px; height: 19px; text-indent: -9999px; background: no-repeat 0 0; }
.gallery .previousButton { left: 19px; background-image: url(graphics/buttons/b_arrow_left.png); }
.gallery .nextButton { right: 19px; background-image: url(graphics/buttons/b_arrow_right.png); }
.gallery .previousButton:focus, .gallery .previousButton:hover { background-image: url(graphics/buttons/b_arrow_left_over.png); }
.gallery .nextButton:focus, .gallery .nextButton:hover { background-image: url(graphics/buttons/b_arrow_right_over.png); }

/* Large Gallery Styles */
.gallery.large { margin-top: 0; }
.gallery.large .showing ul li { width:620px; height:413px; }
.gallery.large .showing ul li p { width: 620px; margin-top: -5.7em; }
.gallery.large .thumbs { background-image:url(graphics/gallery_thumbs_large.png); height:71px; }
.gallery.large .thumbs_sleeve { height:60px; width:550px; }
.gallery.large .thumbs ul { padding:0; }
.gallery.large .previousButton, .gallery.large .nextButton { top:30px; }
.gallery.large .previousButton { left:9px; }
.gallery.large .nextButton { right:9px; }
.gallery.large .thumbs { padding:13px 35px 6px 35px; }