/* pagination */
.pagination ul {
list-style:none;
padding:0px;
margin:0px;
}

.pagination li {
float:left;
}

#gallery {
padding-top:25px;
}

.pagination li a, .ss-controls a, .nav-controls a {
border:1px solid #cccccc;
background-color:#dddddd;
color:#666666;
text-decoration:none;
padding:4px;
margin-right:5px;
}

.pagination li .active, .pagination li a:hover, .pagination li .text, 
.ss-controls a:hover, .nav-controls a:hover {
border:1px solid #89add1;
background-color:#6087b0;
color:#fff;
text-decoration:none;
padding:4px;
margin-right:5px;
}

.ss-controls, .nav-controls {
float:right;
}

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 */

}
div.loader {
position: absolute;
top: 0;
left: 0;
background-image: url('loader.gif');
background-repeat: no-repeat;
background-position: center;
width: 550px;
height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
#slideshow {	
width:765px;
}
div.slideshow {
text-align:right;
}
div.slideshow span.image-wrapper {
display: block;
position: absolute;
top: 0;
left: 0;
}
div.slideshow a.advance-link {
display: none;
width: 550px;
height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
line-height: 502px; /* 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;
border: 1px solid #ccc;
}
div.download {
float: right;
}

div.caption {
float:right;
padding-top:5px;
}
div.image-title {
font-weight: bold;
font-size: 1.4em;
}
div.image-desc {
line-height: 1.3em;
padding-top: 12px;
}
div.navigation {
/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
margin: 0;
padding: 0;

}
ul.thumbs li {
float: left;
text-align:center;
padding: 0;
margin: 5px 10px 5px 0;
list-style: none;
}
a.thumb {
padding: 2px;
display: block;
width:100%;
}

ul.thumbs li img {
border: 1px solid #ccc;
}

ul.thumbs li.selected a.thumb {
}
a.thumb:focus {
outline: none;
}
ul.thumbs img {
border: none;
display: block;
}

.pvVideo {
border-collapse:collapse;
width:100%;
}

.pvVideo .column1 {
width:250px;
}

.pvVideo tr {
height:20px;
}

.pvVideo a, .pvVideo a:hover, .pvVideo a:active, .pvVideo a:visited {
text-decoration:none;
}

.pvVideo a:hover {
text-decoration:underline;
}
