.gallery-content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.gallery-content a, div.navigation a {
	color: #777;
}

.controls {

	
}

.controls a {
	
	
}

.ss-controls {
	float: left;
}


.nav-controls {
	
}

.nav-controls .prev,
.nav-controls .next {
	position: absolute;
	top: 0;
	background:  url(/images/global/arrow_prev.gif) center center no-repeat;
	z-index: 1;
	width: 20px;
	max-width: 20px;
	height: 400px;
	/*color: transparent;*/	
	*color: #e8e8e8;
	font-size: 0%;
}

.nav-controls .prev:active,
.nav-controls .next:active {
	outline: dotted 1px #999;
}

.nav-controls .prev {
	background: url(/images/global/arrow_prev.gif) center center no-repeat;
	left: 0;
}

.nav-controls .next {
	right: 0;
	background: url(/images/global/arrow_next.gif) center center no-repeat;
}
.nav-controls .next:hover {
	background: url(/images/global/arrow_next_over.gif) center center no-repeat;
	text-decoration: none;
}
.nav-controls .prev:hover {
	background: url(/images/global/arrow_prev_over.gif) center center no-repeat;
	text-decoration: none;
}

#nexttip, #prevtip { 
    display: none; 
    background: transparent url(/images/tooltips/black.png) no-repeat; 
    height: 47px; 
    width: 131px;
	padding-top: 15px;
    color: #fff;
	text-align: center;
	font-size: 95%;
}





div.slideshow-container {
	position: relative;
	clear: both;
	width: 270px;
	height: 400px;
}

div.loader {
	position: absolute;
	top: 0;
	left: 20px;
	background-image: url('/images/global/loader_grey.gif');
	background-image /*\**/: none\9;   /* Hide loader from IE8 while id doesn't work */
	background-repeat: no-repeat;
	background-position: center;
	width: 270px;
	height: 400px; /* This should be set to be at least the height of the largest image in the slideshow */
}

#zoomtip { 
    display: none; 
    background: transparent url(/images/tooltips/black.png) no-repeat; 
    height: 47px; 
    width: 131px;
	padding-top: 13px;
    color: #fff;
	text-align: center;
	font-size: 95%
	z-index: 10;
}
#tinybox {position:absolute; display:none; padding:10px; background:#fff url(/images/global/loader.gif) no-repeat 50% 50%; border:10px solid #e3e3e3; z-index:2000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background:#fff}



div.slideshow {

}

div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 20px;
}

div.slideshow a.advance-link {
	display: block;
	width: 270px;
	height: 400px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 400px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}

div.slideshow a.advance-link:hover, 
div.slideshow a.advance-link:active, 
div.slideshow a.advance-link:visited {
	text-decoration: none;
}

div.slideshow img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 260px;
	height: 400px;
	/*border: solid 3px white;*/
	overflow: hidden;
	border: none;
	border-right: solid 2px #e0e0e0;
	border-bottom: solid 2px #e0e0e0;
	background: #FFF;

}


/* Caption */
.image-caption {
	display: block;
	position: absolute;
	width: 530px;
	height: 400px;
	top: 0;
	right: 0px;
		
}

.caption {
	font-size: 85%;
	width: 508px;
	height: 400px;
	overflow: auto;
}

.caption hr {
	color: #DDD;
	background-color: #DDD;
}

#wardrobe .caption {
	font-size: 85%;
}

.caption h2 {
	font-size: 110%;
	margin-bottom: 0.3em;
	text-transform: none;
}

.caption dl {}

.caption dt {
	width: 8em;
}

.caption dd {
	margin-bottom: 0.2em;
}

.caption p {
	margin-bottom: 0.4em;
	color: #8f8e8e;
}

.caption a {
	display: block;
	text-decoration: none;
	width: 480px;
}

.caption a h2 {
	color: #457ecc;
}

.caption a:hover {
	text-decoration: none;
	outline: none;
}

.caption a:hover h2 {
	color: #5a97ea;
	text-decoration: underline;
}

.caption a:hover dt,
.caption a:hover dd,
.caption a:hover p {
	color: #a8a8a8;
	text-decoration: none;
}

.caption a.wearwith {
	display: block;
	text-align: center;
	width: 250px;
}
.caption a.wearwith h3 {
	color: #457ecc;
}
.caption a.wearwith:hover h3 {
	color: #5a97ea;
}
.caption a.wearwith img {
	width: 100px;
	height: 150px;
	border: solid 2px white;
}

.caption a.wearwith:hover img {
	border: solid 2px #CCC;
}



/* thumbs */
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
	clear: left;
	margin: 15px 0 0 20px;
	
}
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: #333;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	width: 100px;
	height: 150px;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
	background-color: #eee;
}
div.pagination a:hover {
	background-color: white;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #333;
	border-color: #333;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}