﻿/* =Reset
   ----------------------------------------------------*/

html, body, div, span, a,
h1, img, ul, li, form {
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: 660px;
	background-color: #ffffff;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#img {
    position: relative;
    width: 660px;
    height: 660px;
}

#gallery { height: 84px; }

#img, {
}

#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: #ffffff;
	margin-top: 7px;
}
.caption {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 660px;
	height: 60px;
	line-height: 50px;
	color: #000;
	background-color: #FFFFFF;
	filter: alpha(opacity = 80);
	opacity: .8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

