/* GALLERY */
div.galleryContent {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:left;
	width:550px;
	margin:30px 0 0;
height:565px;

}
div.galleryContent a, div.navigation a {
	text-decoration: none;
}
div.galleryContent a:focus, div.galleryContent a:hover, div.galleryContent a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
text-align:center;
}
div.controls a {
	padding: 5px 0;
}
div.ss-controls {
	float: none;
	text-align:center;
}
div.galleryContent a:focus, div.galleryContent a:hover, div.galleryContent a:active {
	text-decoration:none;
}
div.nav-controls {
	float: right;
}
div.loader {
	/*background-image: url('../img/lookbook/loader.gif');*/
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
}
div.slideshow {
	clear:both;
	height:510px;
}
div.slideshow span.image-wrapper {
	/*float: left;*/
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	/*padding: 2px;*/
	display: block;/*border: 1px solid #ccc;*/
}
div.slideshow img {
	border: none;
	display: block;
	margin:0 auto;
}
div.download {
	float: right;
}
div.embox {
	text-align:left;
	clear: both;
	padding: 12px 12px 12px 0;
	font-size: 26px;
	line-height:22px;
	font-family:"Courier New", Courier, monospace;
}
div.image-title {
	text-transform:uppercase;
}
div.image-title span {
	color:#EC008C;
	padding:0;
	margin:0;
}
div.image-desc {
	font-size: 18px;
	text-transform:lowercase;
}
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.mainThumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.mainThumbs li {
	float: left;
	padding: 0;
	margin: 15px 10px 5px 0;
	list-style: none;
text-align:center;
width:18%;
height:130px;
}
ul.mainThumbs a.thumb {
		display: block;
border:none;
		
}
ul.mainThumbs li a.thumb img:hover {
	background: #ccc;
}
ul.mainThumbs a.thumb:focus {
	outline: none;
}
ul.mainThumbs img {
margin:0 auto;
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
	}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #ccc;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	float:right;
	margin:0 21px 21px 0;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border:1px solid #231F20;
	font-family:"Courier New", Courier, monospace;
}
div.pagination a:hover {
	background-color:#231F20;
	text-decoration: none;
	color:#EC008C;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color:#EC008C;
}
/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}
#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}

