@CHARSET "UTF-8";

/*galleryView*/
div.galleryItem {float: left; width: 44%; margin: 0 0 2% 3%; padding: 1%; border: 1px solid #B01415; background: #eee}
div.galleryItem h2 {margin: 0 0 3px 130px; background: #DC271E; padding: 3px;}
div.galleryItem h2 span {color: #fff; font-size: 70%}
div.galleryItem h2 a {color: #fff;}
div.galleryItem h2 a:hover {}
div.galleryItem img {float: left; margin: 0 10px 5px 0;}

/*galleryShow*/
div.galleryItems {width: 100%;}
div.galleryItems li img {width: 122px; height: 122px;}
div.galleryItems div.imagesContainer {overflow: hidden; float: left;}
div.galleryItems div.imagesContainer ul {position: relative; list-style-image: none; list-style-type: none; margin: 0; padding: 0;}
div.galleryItems div.imagesContainer ul li {width:132px; float: left; padding: 0;}
div.galleryItems div.nextItem {padding: 55px 9px 0 0; float: left; width: 22px; text-align: right;}
div.galleryItems div.prevItem {padding: 55px 0 0 9px; float: left; width: 22px;}
div#galleryItem img {padding: 0; max-height: 400px;}
div#galleryItem table {border-collapse: collapse; width: 100%;}
div#galleryItem table.bottom {margin-top: -400px;}
div#galleryItem table.bottom img {display: none;}
div#galleryItem td {height: 400px; vertical-align: middle; text-align: center; padding: 0;}
ul.galleryList {margin: 0; padding: 0; list-style-image: none; list-style-type: none;}
ul.galleryList li {float: left; margin: 10px;}
div.description {text-align: center; padding: 5px 0 10px}
div.backtoList {float: right;}
