/*  GALLERY CSS
====================================================================== */
#pages {
	font-size: 0.9em;
	text-align: center;	
	margin-bottom: 20px;
}
#title {
	color: #333;
	font: bold 1.1em Georgia, "Times New Roman", Times, serif;
x	text-transform: uppercase;
	text-align: center;
	margin: 10px auto;
	padding-top: 10px;
	border-bottom: 1px solid #ccc;
}
#left {
	float: left;
	width: 22%;
	margin: 0;
	margin-right: ;
	padding: 5px;
	position: relative;
	height: 200px;
}
#gallery_main {
	background-color: #FFF;
	padding: 5px;
	margin-left: ;
	margin-right: ;
	text-align: center;
	font-size: 1.1em;
}
x#main img {
	border: 20px solid #000;
	border-top: none;
}
#right {
	position: relative;
	float: right;
	width: 22%;
	margin: 0;
	margin-left: ;
	padding: 5px;
	height: 200px;
}
#slide_previous {
	position: absolute;
	right: 10px;
	background: url(/css/gr/000-slide.gif) center 0 no-repeat;
	width: 130px;
	height: 124px;
	text-align: center;
	font-size: 0.8em;
}
#slide_next {
	position: absolute;
	left: 10px;		
	background: url(/css/gr/000-slide.gif) center 0 no-repeat;
	width: 130px;
	height: 124px;
	text-align: center;
	font-size: 0.8em;
}
table {
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
}
td {
	text-align: center;
}
img {
	border: 1px solid #222;
}
x#footer {
	clear: both;
	padding: 5px;
	margin-top: 10px;
	text-align: center;
	font-size: 0.8em;
	color: #666666;
}

/*  INDEX PAGE CSS
====================================================================== */
table#toc {
	width: 80%;
	padding: 2px;
	margin: 0 auto;
}
#toc td {
	width: 125px;
	height: 135px;
	background: url(/css/gr/000-slide.gif) center no-repeat;
	text-align: center;
}