div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	position: absolute;
	width: 950px;
}

a {
	text-decoration: none;
	outline: none;
	border: none;
}

div.nav-controls {
	float: left;
	position: relative;
	margin-left: 43px;
}
div.slideshow-container {
	position: relative;
	width: 950px;
height: 891px; /* This should be set to be at least the height of the largest image in the slideshow */

	margin: 0;
	padding: 0;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 630px;
	height: 891px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
 width: 630px;
 height: 891px;
 margin: 0;
 float: right;
 position: relative;
 	background:url(images/jewelry_bg.jpg) no-repeat;
	padding: 0;
	border: none;
	outline: none;
		text-decoration: none;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
		text-decoration: none;
}



div.slideshow img  {
	outline: none;
	border: none;
	text-decoration: none;
	position: relative;
	top: -19px;
	left: 0;
	padding: 0;
	margin: 0;
	width: 630px;

}

div.slideshow img a #horizontal {
	top: 500px;	
}

div.slideshow img a {
	outline: none;
	border: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
	position: absolute;
}



div.caption-container {
	position: absolute;
	top: 750px;
	width: 630px;
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	left: 320px;
}
span.image-caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E8CB88;
	padding: 0;


}
div.caption {

	
}

div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
	
	position: absolute;
	top: 215px;
	left: 43px;
}
ul.thumbs {
	float: left;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 7px 5px 0px 0px;
	list-style: none;
		text-decoration: none;
		outline: none;
		
}
a.thumb {
	padding: 2px;
	display: block;
		border: 1px dotted #ffdaa2;
		outline: none;
		text-decoration: none;
		float: left;
}
ul.thumbs li.selected a.thumb {
	background: #000;
	outline: none;
	text-decoration: none;
}
a.thumb:focus {
	outline: none;
	text-decoration:none;
}
ul.thumbs img {
	border: none;
	display: block;
	outline: none;
	text-decoration: none;
	float: left;
}
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;
	color: #ffdaa2;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
div.pagination a:hover {
	color: #fff;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

