
div#gallery {
	position:absolute;
	top:204px;
	left:0px;
    padding-left:17px;
}
div#thumbs {
	position:absolute;
	top:120px;
    left:320px;
    width:690px;
    height:80px;
    overflow:hidden;
}

/* galleriffic */
div.navigation a.pageLink {
    background-position:center;
    background-repeat:no-repeat;
    display:block;
    float:left;
    margin:2px;
    position:relative;
    width:16px;
	height: 77px;
	line-height: 77px;
}
div.controls {
	text-align:center;
	height:24px;
}
div.ss-controls {
    top:40px;
    width:636px;
	text-align: center;
}
div.nav-controls {
    display:none;
    position:absolute;
    width:636px;
    top:0px;
}
div.nav-controls a.prev, div.nav-controls a.next {
    color:red;
    line-height:36px;
    font-size:36px;
    font-weight:normal;
    font-family: Arial;
}
div.nav-controls a.prev {
    margin-left:10px;
    float:left;
}
div.nav-controls a.next {
    margin-right:8px;
    float:right;
}
div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
	width: 626px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}
div.loader,
div.slideshow a.advance-link,
div.caption-container {
	height: 622px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
}
div.slideshow-container {
	position: relative;
	float: right;
	height: 532px;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
}
div.slideshow span.image-wrapper {
    padding-top:20px;
    display: block;
}
div.slideshow a.advance-link {
	display: block;
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
	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 a.advance-link:focus {
	outline: none;
}
div.slideshow img {
	border:10px solid white;
}
div.caption-container {
    clear: both;
	float: left;
	position: relative;
	margin-top:42px;
}
span.image-caption {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.caption-container, span.image-caption {
	width: 334px;
}
div.image-title {
	font-size: 24px;
}
div.image-desc {
    font-size: 16px;
	padding-top: 12px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 2px;
    display:inline;
}
div.photo-index {
    display:none;
}
div.zoom {
    margin-top:6px;
    line-height:18px;
    height:32px;
    background-position:0 1px !important;
    background-repeat:no-repeat;
}
div.size {
    padding-top: 0px;
    font-size:16px;
}
div.price {
    padding-top: 10px;
    font-size:16px;
}
div.zoom span {
    padding-left:24px;
    font-size:16px;
}
div#thumbs img {
    border:1px solid white;
}
div.zoom a:hover {
	color:red;
}