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: left;
    height: 280px;
    overflow: hidden;
    padding: 10px 0 10px 10px;
    position: relative;
    width: 680px;
}
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: left;
}
div.nav-controls {
    float: right;
}
div.slideshow-container {
    position: relative;
    clear: both;
    height: 280px; /* This should be set to be at least the height of the largest image in the slideshow */
    z-index:0;
}
div.loader {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    width: 680px;
    height: 280px; /* 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 a.advance-link {
    display: block;
    width: 680px;
    height: 280px; /* 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 {
    border: 1px solid #f0efef;
    left: 0;
    position: absolute;
    top: 0;
    /*box-shadow: 2px 2px 2px #999;
    -webkit-box-shadow: 2px 2px 2px #999;
    -moz-box-shadow: 2px 2px 2px #999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999');*/
    width:680px;
    height:280px;
}
div.caption-container {
    position: absolute;
    width:680px;
    height: 120px;
    top: 171px;  
    left:11px;
}

.shadow{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
     -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    background-color: #222222;
    height: 120px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 680px;
    z-index: 1;
}
span.image-caption {
    display: block;
    position: absolute;
    width: 680px;
    bottom: 0;
    left: 0;
}
div.caption {
    padding: 0px 10px 0px 10px;
    color:#fff;
    overflow:hidden;
    position:relative;     
}

div.caption .visit{
    font-weight:700;
    color:#fff;
}

div.caption .visit:hover{
    text-decoration:none;
    color:#0093d0;
}

div.image-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    padding: 5px 0px;
    position:relative;
    z-index:999;
}
div.image-desc {
    font-size: 13px;
    max-height: 85px;
    height: expression(this.height > 75 ? "75px" : true);
    line-height: 15px;
    overflow: hidden;
    padding-bottom:5px;
    position:relative;
    z-index:999;
}
div.navigation {
    height: 300px;
    position: relative;
    right: 11px;
}
ul.thumbs {
    float: right;
    margin: 10px 0 10px 10px;
    padding: 0;
    width: 335px;
}
ul.thumbs li {
    clear: both;
    height: 80px;
    list-style: none outside none;
    margin: 0 0 7px;
    padding: 0 0 0 25px;
    width: 310px;
    position:relative;
}

ul.thumbs li .golink{
    position:absolute;
    right:2px;
    bottom:-4px;
    margin:0px;
    padding:0px;
    opacity:1 !important;
}

ul.thumbs li.selected .golink{
    bottom:-2px
}

a.thumb {
    padding: 2px 1px;
    display: block;
    text-align:center;
    background-color: #FAF8F6;
    border:1px solid #f0f0f0;
    overflow:hidden;
}
ul.thumbs li.selected a.thumb{
    background:none;
    border:none;
}
ul.thumbs li.selected {
    background: url("selected-tabm3.png") no-repeat 14px 0;
    color:#fff !important;
    border:none;
}

a.thumb:focus {
    outline: none;
}
ul.thumbs img {
    border: none;
    max-width: 140px;
    max-height: 70px;
    width: expression(this.width > 140 ? "140px" : true);
    height: expression(this.height > 70 ? "70px" : true);
    padding-top: 3px;
}

ul.thumbs li .c-title{
    float:right;
    padding: 0 5px;
    text-align: left;
    width: 161px;
    height:76px;
    vertical-align: middle;
}

ul.thumbs li p{
    font-size: 14px;
    font-weight: 700;
    color: #000000 !important;
    margin:0px;
}

ul.thumbs li.selected p{
    color:#fff !important;
}
div.pagination {
    bottom: 5px;
    clear: both;
    display: block;
    height: 20px;
    line-height: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 310px;
}

div.pagination a,div.pagination span{
    padding:10px;
    font-size:0px;
    color:#fff;
}


div.pagination a{
    background:url("buttonunselected.png") no-repeat;
}

div.pagination span.current{
    background:url("buttonselected.png") no-repeat;
}

.pagination a[title="hide"]{display:none !important}