/* =Reset
   ----------------------------------------------------*/

html, body, div, span, a,
h1, img, ul, li, form {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
background: transparent;}
a { text-decoration: none; }
ul li {list-style: none;}

/* --- */



strong { font-weight: bold; }

#wrapper {
    width: 560px;
    margin: 0 auto;
    padding: 20px;
    background-color: #E5EDF2;
}

 div.Outer {
        width: 540px;
        position: relative;
        clear: both;
        }

        div.InnerLeft {
        width: 268px;
        position: relative;
        float: left;
	padding: 2px;
  	height: 60px;
        }

        div.InnerRight {
        width: 260px;
        position: relative;
        float: right;
	padding: 2px;
   	height: 60px;
} 

#img {
    position: relative;
    width: 560px;
    margin-bottom: 1em;
}

#gallery { height: 85px; }

#wrapper, #img, #gallery li {
    border: 1px solid #223106;
    -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;
    border-color: #345;
    cursor: pointer;
    border-style:none;
}

.caption2 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 50px;
    padding: 0 2%;
    line-height: 50px;
    color: #fff;
    background-color: #000;
    opacity: .8;
}
