body {
	text-align: left;
	font: 12px Arial, Tahoma, sans-serif;
	margin: 0;
	padding: 0 0 10px;
	background: #F3F3F3 url(../gfx/gallery/bg.jpg) repeat-x;
}
a {
	color: #950E11;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	background: #2C2C2C;
}
#galWrapper {
	width: 800px;
	text-align: left;
	margin: 0;
	padding: 0;
}
.galBG {
	float: left;
	height: 562px;
	width: 150px;
	background: url(../gfx/gallery/left.jpg) no-repeat;
}
.galNavigation {
	height: 40px;
	width: 630px;
	float: left;
	background: url(../gfx/gallery/navBG.jpg) repeat-y;
}
.pageBox {
	height: 40px;
	width: 60px;
	float: left;
	background: #3d3d3d url(../gfx/gallery/over.gif) no-repeat right;
	overflow: hidden;
}
.pageNum {
	font-size: 22px;
	color: #FFF;
	font-weight: bold;
	line-height: 13px;
	padding-top: 27px;
	width: 60px;
	text-align: right;
	padding-right: 0px;
}
.galleryRightBtn a {
	overflow: hidden;
	height: 22px;
	width: 9px;
	cursor: pointer;
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 18px;
	background: url(../gfx/gallery/bttnR.gif) repeat-x 0 0;
}
.galleryRightBtn a:hover {
	background: url(../gfx/gallery/bttnR.gif) repeat-x 9px 0;
}
.galleryLeftBtn a {
	overflow: hidden;
	height: 22px;
	width: 9px;
	margin-left: 7px;
	cursor: pointer;
	display: block;
	float: left;
	margin-top: 18px;
	background: url(../gfx/gallery/bttnL.gif) repeat-x 0 0;
}
.galleryLeftBtn a:hover {
	background: url(../gfx/gallery/bttnL.gif) repeat-x 9px 0;
}
.galCat {
	float: left;
	padding-top: 23px;
	padding-left: 10px;
	color: #3D3D3D;
}
.galPic {
	width: 640px;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}

