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

html, body, div, span, a,
h1, img, ul, li, form {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;}
a { text-decoration: none; }
ul li {list-style: none;}

/* --- */

form { margin-top: 1em; }

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

strong { font-weight: bold; }

h1 { margin-bottom: 1em; }

#wrapper {
	width: 700px;
	padding: 20px;
	background-color: #CDE7C0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#img {
    position: relative;
    width: 700px;
    height: 450px;
    margin-bottom: 1em;
}

#gallery { height: 84px; }

#img, {
    border: 1px solid #C0E1B0;
}

#gallery li {
    float: left;
    padding: 2px;
    background: transparent url("../i/ajax-loader-small.gif") 50% 50% no-repeat;
    border-color: #345;
    cursor: pointer;
}
.gallery-table {
	background-color: #CDE7C0;
	margin-top: 7px;
}

