html, body, * {
	margin: 0;
	border: 0;
	padding: 0;
}

/* Fix a bug in Mozilla; thanks, Carey Evans */
html {
	min-width: 780px;
}

body {
	background-color: #6595F1;
	margin: 0;
	padding: 0;
	font: small/18px Tahoma, Verdana, Helvetica, sans-serif;
}

div#top {
	background: #6595F1 url(toppasek.gif) repeat-x bottom left;
	width: 100%;
	height: 55px;
	border-bottom: 5px solid #F0F8FF;
}

div#gallery {
	background: #F0F8FF url(toppasek.gif) repeat-x bottom left;
	width: 100%;
	padding: 1px 0 30px 0;
}

div#photoContainer {
	float: left;
	margin-left: 10px;
	width: 600px;
	text-align: center;
	display: none;
}

img#photo {
	width: 100%;
}

div#frame {
//	border: 10px solid #6595F1;
	border: 20px solid #fff;
    margin: 0 auto;
	position: relative;
	background-color: #fff;
}

div#thumbs {
	margin-left: 620px;
}

div#thumbs:after {
	content: ".";
    display: block;
    height: 10px;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html div#thumbs {height: 1%;}
/* End hide from IE-mac */

a.thumb {
	border: 0;
}

a.thumb img {
	border: 2px solid #6595F1;
//	border: 5px solid #efefef;
	width: 60px;
	height: 60px;
}

a.thumb:hover img {
	border: 2px solid #fff;
}

.logo {
	width: 300px;
	margin-left: 50px;
	padding-top: 10px;
}

.logo a {
    font-family: Tahoma;
    font-size: 13px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.logo:after {
	content: ".";
    display: block;
    height: 10px;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html div.logo{height: 1%;}
/* End hide from IE-mac */

P.t {
        font-family: Times New Roman;
        font-size: 22px;
        color: #0000CC;
        font-style: normal;
        font-weight: bold;
        text-align: center;
        text-indent: 0px;
        margin: 20px 0;
}

P.c {
        color: #0000CC;
        text-align: center;
}

#navigation, div#loadingContainer {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
}

#navigation a {
	outline: 0;
}

#prev, #next {
	width: 49%;
	height: 100%;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	display: none;
}

#prev {
	float: left;
	background: url(prevlabel.gif) top left no-repeat;
}

#next {
	float: right;
	background: url(nextlabel.gif) top right no-repeat;
}

#prev:hover, #prev:visited:hover , #next:hover, #next:visited:hover { 
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

div#loadingContainer {
	text-align: center;
}

img#imageLaoding {
	margin: 184px auto 0 auto;
}

div#footer {
    clear: both;
	color: #000;
	background-color: #6595F1;
	font-size: 0.8em;
    text-align: center;
}
