/* =Reset
   ----------------------------------------------------*/

ul li {list-style: none;}

/* --- */


ul, ul li { margin-bottom: .5em; }

strong { font-weight: bold; }


#wrapperGallery {
    max-width: 440px;
}

#img {
	text-align:center;
    position: relative;
	vertical-align:middle;
	max-height:328px;
	max-width:427px;
    margin-bottom: 1em;
}


#gallery { height: 84px; }

#wrapperGallery, #img, #gallery li {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#gallery li {
    float: left;
    padding: 1px;
    cursor: pointer;
}

.caption {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 440px;
    height: 50px;
    padding:3;
    line-height: 50px;
    color: #fff;
    background-color: #000;
    opacity: .8;
}
