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: 580px;
    height: 560px;
}

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.slideshow {
    height: 560px; /* This should be set to be at least the height of the largest image in the slideshow */
}

div.slideshow-container {
    position: relative;
    clear: both;
    height: 560px; /* This should be set to be at least the height of the largest image in the slideshow */
}

div.loader {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('images/loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    width: 580px;
    height: 560px; /* This should be set to be at least the height of the largest image in the slideshow */
}

div.slideshow span.image-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

div.slideshow a.advance-link {
    display: block;
    width: 580px;
    height: 560px; /* This should be set to be at least the height of the largest image in the slideshow */
    line-height: 560px; /* 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 {
    padding: 6px;
    background: #C4C3C1;
    border: 1px solid white;
    vertical-align: middle;	
}

/* Picture caption */
div.caption-container {
}

span.image-caption {
    display: block;
    position: absolute;
	z-index: 99999;
}

div.caption {
    padding: 10px;
	margin-bottom: 10px;
    text-align: center;
    clear: both;
    background: #1A1A14;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

div.image-title {
    font-size: 1.2em;
    color: #BDBCBA;
    padding: 0 0 5px 0;
	font-weight: bold;
}

div.image-desc {
    font-size: .85em;
    padding: 15px 0;
}

.image-desc {
    font-size: .85em;
    padding: 15px 0;
}

div.image-details {
    font-size: .9em;
}

div.image-details .price {
    color: #BDBCBA;
}

/* controls */
div.controls-wrapper {
	width: 120px;
	float: right;
	clear: right;
}

div.controls {
	width: 76px;
	float: right;
	clear: right;
}
 
div.ss-controls {
	width: 28px;
	float: right;
}

div.nav-controls {
	width: 48px;
	float: right;
}

div#captionToggle a.off {
	float: left;
}

div.nav-controls, 
div.ss-controls,
div#captionToggle {
	text-indent: -99999px;
	display: block;
}	

div.nav-controls a.prev, 
div.nav-controls a.next, 
div.ss-controls a.play, 
div.ss-controls a.pause,
div#captionToggle a.off,
div#captionToggle a.on
{
	background:url(images/controls.jpg) no-repeat 0 0;
	height: 24px;
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
} 

div.ss-controls a.play {
	width: 28px;
	background-position: -84px 0;
}

div.ss-controls a:hover.play {
	width: 28px;
	background-position: -84px -24px;
}
 
div.ss-controls a.pause {
	width: 28px;
	background-position: -84px -48px;
}
 
div.ss-controls a:hover.pause {
	width: 28px;
	background-position: -84px -72px;
}

div.nav-controls a.prev {
	width: 27px;
	background-position: -36px 0;
}

div.nav-controls a:hover.prev {
	width: 27px;
	background-position: -36px -24px;
}

div.nav-controls a.next {
	width: 21px;
	background-position: -63px 0;
}

div.nav-controls a:hover.next {
	width: 21px;
	background-position: -63px -24px;
}

div#captionToggle a.off, div#captionToggle a.on {
	width: 36px;
}

div#captionToggle a:hover.off {
	background-position: 0 -24px;
}

div#captionToggle a.on {
	background-position: 0 -48px;	
}

div#captionToggle a:hover.on {
	background-position: 0 -72px;	
}
/* END controls */


/*thumbs*/
div#thumbs {
    margin: 0 0 15px;
    padding: 0;
}

div.navigation {
    width: 100%;
    float: left;
}

div.navigation .buttons {
    clear: both;
    width: 112px;
    height: 52px;
    margin: 20px auto 0;
}

div.navigation a.pageLink {
    display: block;
    float: left;
    clear: none;
    height: 52px;
    width: 52px;
    background-image: url(images/btn.png);
    background-repeat: no-repeat;
}

div.navigation a.prev {
    background-position: 0 0;
}

div.navigation a.next {
    background-position: -52px 0;
}

div.navigation a:hover.prev {
    background-position: 0 -104px;
}

div.navigation a:hover.next {
    background-position: -52px -104px;
}

div.navigation a.prev-dis, div.navigation a:hover.prev-dis {
    background-position: 0 -52px;
}

div.navigation a.next-dis, div.navigation a:hover.next-dis {
    background-position: -52px -52px;
}

ul#cats {
    margin: 0;
    padding: 0;
    width: 800px;
    float: left;
    text-align: left;
    font-size: .95em;
}

ul#cats li {
    display: inline-block;
	float: left;
    padding-right: 10px;
    color: #BDBCBA;
}

ul#cats li a {
    color: #BDBCBA;
    text-decoration: underline;
}

ul#cats li a:hover {
    color: #C74350;
}

ul#cats li.current-cat a {
    color: #C74350;
    cursor: default;
    text-decoration: none
}

ul#cats li.captionToggle a {
    color: #C74350;
}

ul#cats li.captionToggle a:hover {
    color: white;
}

ul#cats li.first {
    margin-right: 6px;
}

ul.thumbs {
    clear: both;
    margin: 0;
    padding: 0;
}

ul.thumbs li {
    float: left;
    padding: 0 6px 6px 0;
    margin: 0 6px 6px 0;
    list-style: none;
    background: url(images/shadow-1000x1000.png) no-repeat right bottom;
}

a.thumb {
    display: block;
    background: #C4C3C1;
    padding: 4px;
    border: 1px solid white;
}

a.thumb:focus {
    outline: none;
}

ul.thumbs img {
    border: none;
    display: block;
}

div.pagination {
    clear: both;
    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;
}

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;
}
