/* albums start */

.album-slideshow{
height:300px;
}

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

.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;
}


/* embedded albums end */




























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