div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
/*	width: 550px; */
	width: 310px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: right;
}
div.nav-controls {
	float: left;
}
div.slideshow-container {
	position: relative;
	clear: both;
	/* height: 502px;  This should be set to be at least the height of the largest image in the slideshow */
	height: 210px; 
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	/*	width: 550px; */
	width: 300px;
	/* height: 502px;  This should be set to be at least the height of the largest image in the slideshow */
	height: 210px; 
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;/*	width: 550px; */
	width: 310px;
/* height: 502px;  This should be set to be at least the height of the largest image in the slideshow */
	height: 210px; 
	line-height: 210px; /* 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 {
	vertical-align: middle;
	padding:5px;
	background-color:#ffffff;
	border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	/*	width: 550px; */
	width: 310px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 9px 3px 0px 3px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.3em;
	margin-top:8px;
	text-align:center;
	line-height:1.2em;
}
div.image-desc {
	line-height: 1.3em;
	margin:8px 0 8px 0;
}
.fabric-swatch {
	display:block;
	margin: 0 auto;
}
div.grid-link {
	float:right;
	margin-right:5px;
}
div.grid-link a {
	color: #790279;
	text-decoration: none;
}
div.product-price {
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
div#thumbs {
	height:430px;
	min-height:430px;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	background-color:#ffffff;
	padding: 0;
	margin: 3px 6px 3px 0;
	list-style: none;
}

.wraptocenter-gallery {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 75px;
    height: 75px;
}
.wraptocenter-gallery * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter-gallery {
    display: block;
}
.wraptocenter-gallery span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/

[if lt IE 8]
.wraptocenter-gallery span {
    display: inline-block;
    height: 100%;
}
[endif]

.floater	{float:left; height:50%; margin-bottom:-25px;}
a.thumb {
	padding: 3px;
	display: block;
	border: 1px solid #ccc;
	clear:both; position:relative;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
ul.thumbs li.selected a.thumb {
	background: #930393;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	margin:auto;
}
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;
	background-color:#ffffff;
	margin-right: 2px;
	padding: 4px 5px 3px 5px;
	border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
div.pagination a:hover {
	background-color: #eee;
	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;
}