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: 422px;
}

div.slideshow-container {
	position: relative;
	height: 800px; /* This should be set to be at least the height of the largest image in the slideshow */
        width: 408px;
        margin: 0 auto;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 422px;
	height: 200px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
}

div.thumbs
{
    width: 168px;
    margin: 0 auto;
}
div.thumbs ul
{

}
div.thumbs li
{
    display: inline;
}
div.thumbs img
{
    margin-bottom: 5px;
    margin-right: 5px;
    vertical-align: middle;
}

.gallery_title
{
    margin: 0;
    font-weight: bold;
    font-size: 14px;
}

.gallery_buyline
{
    font-weight: bold;
}



