ul li {list-style: none;}

/* --- */
ul, form ul li { margin-bottom: .5em; }

strong { font-weight: bold; }
#slideWrapper {
    width: 282px;
    margin: 0 auto;
    padding: 0px;
}

#img {
    position: relative;
    width: 240px;
    height: 180px;
    margin-bottom: 1em;
}
.img {height:auto;width:240px}


#gallery { height: 54px; }

#slideWrapper, #img, #gallery li {
  
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.smallerImage{
	height:180px;
	width:240px;
}
#gallery li {
	float: left;
    padding: 1px;
    background: transparent url(../i/ajax-loader-small.gif) 50% 50% no-repeat;
    border-color: #345;
    cursor: pointer;
}

.caption {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 96%;
    height: 50px;
    padding: 0 2%;
    line-height: 50px;
    color: #fff;
    background-color: #000;
    opacity: .8;
}