/* albums start */

.album-slideshow{
height:300px;
}

.album-thumbs ul{
list-style:none;
margin:0px;
margin-top:5px;
clear:both;
}

.album-thumbs ul li{
float:left;
margin-right:5px;
}

.album-thumbs .bottom{
clear:both;
}

.album-thumbs .pagination span, .album-thumbs .pagination a{
margin-right:3px;
}

/* albums end */

/* embedded albums start */

.embedded-album-slideshow{
height:300px;
}

.embedded-album-thumbs ul{
list-style:none;
margin:0px;
margin-top:5px;
}

.embedded-album-thumbs ul li{
float:left;
margin-right:5px;
}

.embedded-album-thumbs .bottom{
clear:both;
}

.embedded-album-thumbs .pagination span, .embedded-album-thumbs .pagination a{
margin-right:3px;
}

span.image-wrapper {
	display:block;
}

span.image-wrapper a {
display:block;
text-decoration: none;
}

/* embedded albums end */








ul.thumbs{
text-align: center;
}

.thumbs li{
margin-left: 5px;
margin-bottom: 5px;
float:left;
display:block;
}















/*---------- Embedded Album ----------*/
.embedded-album{
}

.embedded-album-slideshow{
width:100%;
height:305px;
}

.embedded-album-caption{
margin:5px 0px;
}

.embedded-album-thumbs ul{
list-style:none;
}

.embedded-album-thumbs ul li{
float:left;
margin:0px 2px 2px 0px;
}

.embedded-album-thumbs ul li a img{
border:4px solid white;
}

.embedded-album-thumbs ul li.selected a img{
border:4px solid #cccccc;
}

.embedded-album-thumbs div.bottom{
clear:both;
padding-top:8px;
}

.embedded-album-thumbs .pagination a, .embedded-album-thumbs .pagination span{
font-weight:bold;
margin-right:0.25em;
margin-top:10px;
background:#efefef;
padding:2px 6px;
text-decoration:none;
color:gray;
}

.embedded-album-thumbs .pagination span.current{
color:#cccccc;
}

.embedded-album-bottom{
clear:both;
margin-bottom:15px;
}



/*---------- Album ----------*/
.album{
}

.album-slideshow{
width:100%;
height:310px;
}

.album-caption{
margin:5px 0px;
}

.album-thumbs ul{
list-style:none;
}

.album-thumbs ul li{
float:left;
margin:0px 2px 2px 0px;
}

.album-thumbs ul li a img{
border:4px solid white;
}

.album-thumbs ul li.selected a img{
border:4px solid #cccccc;
}

.album-thumbs div.bottom{
clear:both;
padding-top:8px;
}

.album-thumbs .pagination a, .album-thumbs .pagination span{
font-weight:bold;
margin-right:0.25em;
margin-top:10px;
background:#efefef;
padding:2px 6px;
text-decoration:none;
color:gray;
}

.album-thumbs .pagination span.current{
color:#cccccc;
}

.album-bottom{
clear:both;
margin-bottom:15px;
}




.ss-controls {
display: none;
}
.caption {
font-style:italic;
padding: 5px 10px;
}
.thumbs {
margin: 0 auto;
padding: 0;
list-style-type: none;
width: 850px;
}
.thumbs a {
display: block;
}
.thumbs li img {
border: 3px solid #000;
}
.thumbs li.selected img {
border: 3px solid #506d29;
}
a.navNext, a.navPrev {
float: left;
display: block;
height: 99px;
width: 45px;
background-repeat: no-repeat;

}
a.navNext {
background-image: url(../img/nextButton.gif);
margin-left: 5px;
}
a.navPrev {
background-image: url(../img/prevButton.gif);
margin-right: 5px;
}

.thumbsContainer{
padding-left: 42px;
}





.slideshow{
text-align: center;
}
.slideshow img{
padding: 5px;
border: 1px solid #eee;
}
.caption{
text-align: center;
}
.slideshowLinks{
display: none;
}