/* -------------------------------------------------------------------------- */
/* -----| GALLERY LIST |----------------------------------------------------- */
/* -------------------------------------------------------------------------- */

#galleryList {
    margin: 0 !important;
    padding: 0 0px !important;
}

#galleryList li {
    display: inline-block;
    float: left;
    list-style: none;
    margin: 5px 0px;
    padding: 0;
}

#galleryList li a {
        margin: 2px;
	background-color: black !important;
    border: 0px solid #CCC;
    display: block;
    padding: 1px !important;
	
	
	-webkit-filter: grayscale(100);
}
#galleryList li a:hover {
    border-color: #999;
	transition-duration: 1.8s;
	filter: brightness(1.75);
	-webkit-filter: grayscale(0);
}

#galleryList li a img {
    border: none;
}

/* -------------------------------------------------------------------------- */
/* -----| GALLERY FOOTER |--------------------------------------------------- */
/* -------------------------------------------------------------------------- */

#galleryFooter {
    
    margin-top: 10px;
    padding: 3px;
	
}

#credit {
    float: right;
    font-size: 0.9em;
    margin: 4px 0;
	
}

#galleryFooter #credit a {
    color: white;
	
}


/* -------------------------------------------------------------------------- */
/* ----|  PAGINATION  |------------------------------------------------------ */
/* -------------------------------------------------------------------------- */

#galleryPagination {
    color: #D46326;
    float: left;
    font-size: .9em;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

#galleryPagination li {
    color: #D46326;
       display: block;
    float: left;
    list-style: none;
    
}

#galleryPagination li:hover {
    background-color: #D46326;
   color: #322E2B;
}

#galleryPagination li a{
    color: #D46326;
    display: block;
    padding: 3px 6px;
    text-decoration: none;
}
#galleryPagination a:hover {
   
   color: #322E2B;
}

#galleryPagination li.title {
    
    font-weight: normal;
    padding: 3px 6px 3px 22px;
}


#galleryPagination li.current {
    background-color: #D46326;
     color: #322E2B;
    font-weight: bold;
    padding: 3px 6px;
}

#galleryPagination li.inactive {
    background-color: #D46326;
    color: #322E2B;
    display: block;
    padding: 3px 6px;
}


/* -------------------------------------------------------------------------- */
/* ----|  MISCELLANEOUS  |--------------------------------------------------- */
/* -------------------------------------------------------------------------- */

/* --- CLEAR FIX --- */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1; /* IE6 */
}

*:first-child+html .clearfix {
    zoom: 1; /* IE7 */
}

/**
 * UberGallery.css created and implimented by,
 * Chris Kankiewicz -- http://www.ChrisKankiewicz.com
 */