/* =Reset
   ----------------------------------------------------*/



/* --- */


form { margin-top: 1em; }

ul, form ul li { margin-bottom: .5em; }

strong { font-weight: bold; }

h1 { margin-bottom: 1em; }

#wrapper {
   width: 940px;
   height:640px;    
 
}
#img {
    position: relative;
    width: 600px;
    height: 610px;
    margin-bottom: 1em;
	overflow:hidden;
	border:5px solid #000000;
	text-align:center;
	margin:0 auto;
}
#gallery { height: 84px; }
#wrapper, #img, #gallery li {

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#gallery li {
    float: left;
    padding: 1px;
    background: transparent url(../i/ajax-loader-small.gif) 50% 50% no-repeat;
    cursor: pointer;
	border:1px solid #ffffff;
}
.caption {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 96%;
    height: 50px;
    padding: 0 2%;
    line-height: 50px;
    color: #fff;
    background-color: transparent;
    opacity: .8;
}