/* Styles for the Photo Gallery */
.dsGallery {
    /*margin: 5px;*/
    text-align: center;
    overflow: auto;
}
/*.dsGallery #pictures li {
    float: left;
    height: 200px;
    list-style: none outside none;
    padding: 10px;
    text-align: center;
}*/

.dsGallery #pictures li {
    float: left;
    height: 160px;
    list-style: none outside none;
    padding-right: 30px;
    padding-top: 10px;
    text-align: center;
}
	
.dsGallery #pictures li .gallery_thumbnail {
    border: 1px solid;
}
.dsGallery #pictures li .gallery_thumb_image {
    border: 3px solid;
}
.dsGallery #pictures li .gallery_thumb_title {
    /*background-color: #6600FF;*/
    color: #e2ae1d;
	font-family: 'Fjalla One',sans-serif;
	text-transform:uppercase;
	font-size:18px;
}

#cboxWrapper #cboxCurrent {
	display:none;	
}