div.gallery { width: 100%; height: 100%; display: block; }
div.gallery div#slideshowWrap { width: 700px; height: 525px; display: inline-block; margin-left: 2px; }
	div.gallery div#slideshowWrap div#loading { background: url('/img/loading.gif') center no-repeat; width: 700px; height: 525px; }
	div.gallery div#slideshowWrap div#slideshow { width: 700px; height: 525px; position: relative; }
	div.gallery div#slideshowWrap div.pager { line-height: 25px; text-align: center; margin-top: 0px; }
		div.gallery div#slideshowWrap div.pager a { border: 1px solid; padding: 0px 5px 2px 5px; font-size: 1.2em; margin-right: 5px; }
		div.gallery div#slideshowWrap div.pager a:hover { text-decoration: none; background-color: #0052ae; color: white; border: 1px solid #0052ae; }

div.gallery div#thumbs { float: left; height: 547px; position: relative; display: block; margin-right: 5px; }
	div.gallery div#thumbs ul { padding-right: 5px; padding-top: 12px; padding-bottom: 12px; border-right: 1px solid #e4e4e4; }
		div.gallery div#thumbs ul li { margin: 3px; }
			div.gallery div#thumbs ul li a { display: block; }
			div.gallery div#thumbs ul li a img { margin: 0; padding: 0; }
	div.gallery div#thumbs div.pager { display: block; position: absolute; bottom: 0px; left: 0; right: 0; text-align: center; line-height: 20px; }
		div.gallery div#thumbs div.pager a { padding: 0px 5px 2px 5px; border: 1px solid; margin-right: 3px; }
		div.gallery div#thumbs div.pager a:hover { text-decoration: none; background-color: #0052ae; color: white; border: 1px solid #0052ae; }
		div.gallery div#thumbs div.pager span { padding: 0 5px; color: #545454; margin-right: 3px; }
