@charset "iso-8859-2";
/* CSS Document */

.outside {
	width:770px;
	margin:0 auto;
}

.sideimg {
	width:194px;
	float:left;
	margin:0;
}

.content {
	width:576px;
	height:605px;
	float:right;
	margin:0;
	background:url(images/gallery_bg.jpg) top left no-repeat;
}

.content-inside {
	width:462px;
	height:500px;
	margin:10px auto 0 auto; 
	padding:0;
	text-align:left;
}

.slide {
	padding-left:360px;
	text-align:right;
	margin:2px 0 5px 0;
}

.slide a {
	display:block;
	width:103px;
	height:17px;
	background-image:url(images/slide_ov.gif);
}

.slide a:hover { background-color:#FFFFFF; }

.slide a:hover img { visibility:hidden; }

.backnext {
	padding:10px 0 0 352px;
	margin:0;
	list-style-type:none;
}

.backnext li {
	float:left;
	margin:0;
	padding:0;
	height:20px;
}
.backnext a {
	display:block;
	margin:0;
	height:20px;
	background-position:left top;
	background-repeat:no-repeat;
}
.tbt1 { width:56px; }
.tbt2 { width:53px; }
.tbt1 a { background-image:url(images/back_bt_ov.gif); }
.tbt2 a { background-image:url(images/next_bt_ov.gif); }
.backnext a:hover { background-color:#003B6A; }
.backnext a:hover img { visibility:hidden; }
p {
	margin:0 auto 12px auto;
}

