#gallery #thumbs,
#gallery1 #thumbs1,
#gallery2 #thumbs2 {
	width:220px;
	float:left;
	}

#gallery #slideshow,
#gallery1 #slideshow1,
#gallery2 #slideshow2 {
	float:right;
	}

#gallery #thumbs li a,
#gallery1 #thumbs1 li a,
#gallery2 #thumbs2 li a {
	margin:0;
	padding:0;
	}

#galleryVertRight {	
	width:480px;
	float:right;
	margin: 20px 0 20px 20px;
	}
	
#galleryVertLeft {
	width:480px;
	float:left;
	margin:20px 20px 20px 0;
	}

#galleryVertRight #slideshow,
#galleryVertLeft #slideshow {
	float:none;
	}

#galleryVertRight #thumbs,
#galleryVertLeft #slideshow {
	clear:both;
	}

#gallery #thumbs li,
#gallery1 #thumbs1 li,
#gallery2 #thumbs2 li,
#galleryVertRight #thumbs li,
#galleryVertLeft #slideshow {
	background:none;
	margin:5px 5px 0 0;
	padding:0;
	float:left;
	}




	
div.controls,
div.controls1,
div.controls2 {
	margin-top: 5px;
	height: 23px;
	clear:both;
}

div.ss-controls,
div.ss-controls1,
div.ss-controls2 {
	float: right;
	width:525px;
	text-align:center;
}
div.ss-controls span,
div.ss-controls1 span,
div.ss-controls2 span {
	color: #666666;
	cursor: pointer;
}
div.nav-controls,
div.nav-controls1,
div.nav-controls2 {
	width:525px;
	float:right;
	text-align:center;
	padding:.5em 0;
}
div.nav-controls a,
div.nav-controls1 a,
div.nav-controls2 a {
	padding: 5px;
}
div.slideshow,
div.slideshow1,
div.slideshow2 {
	clear: both;
}
div.slideshow span.image-wrapper,
div.slideshow1 span.image-wrapper,
div.slideshow2 span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link,
div.slideshow1 a.advance-link,
div.slideshow2 a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img,
div.slideshow1 img,
div.slideshow2 img {
	border: none;
	display: block;
}
div.download,
div.download1,
div.download2 {
	float: right;
}
div.embox,
div.embox1,
div.embox2 {
	padding: 12px;
	float:right;
	width:520px;
	text-align:right;
	clear:both;
	
}
div.image-title,
div.image-title1,
div.image-title2 {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc,
div.image-desc1,
div.image-desc2 {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
ul.thumbs li a {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a {
	background: #333;
}
ul.thumbs a:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	font-size:85%;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination strong {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 2px 5px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #ffc;
	text-decoration: none;
}
div.pagination strong {
	background-color: #acf;
}
