/* CSS Document */
.gallery
{
	position:relative;
	text-align:center;
	width:725px;
	/*height:370px;*/
	padding:0px;
	padding-top:20px;
	margin:0px;
	margin-bottom:10px;		
}
.galleryPaging
{
	width:725px;
	text-align:right;
	float:left;
}
.catpnl
{
	width:170px;
	padding:0px;
	margin:0px;
	padding-right:15px;
	padding-bottom:15px;	
	float:left;
}
.imagePnl
{
	width:172px;	
	float:left;
	padding:0px;
	margin:0px;
	padding-right:11px;
	padding-bottom:11px;
}
.imagePnlend
{
	width:172px;	
	float:left;
	padding:0px;
	margin:0px;
	padding-bottom:11px;
}
.galleryImage
{
	display:table-cell;
	width:172px;
	height:172px;
	padding:1px;
	border:solid 1px #dedede;
	vertical-align:middle;
	text-align:center;
	line-height:172px;	
}
* html .galleryImage
{
	display:table-cell;
	width:172px;
	height:172px;
	padding:1px;
	border:solid 1px #dedede;
	text-align:center;
	font-size:150px;
}

* html .galleryImage a
{
	display:block;
}

* html .galleryImage a img
{
	vertical-align:middle;
}
* html .imagePnl
{
	width:170px;	
	float:left;
	padding:0px;
	margin:0px;
	padding-right:6px;
	padding-bottom:6px;
}

.imageContent
{
	display:none;		
}
.catImage
{
	display:table-cell;
	width:171px;
	height:171px;
	padding:1px;
	border:solid 1px #dedede;
	vertical-align:middle;
	text-align:center;
	line-height:169px;	
}
.catContent
{
	width:170px;
	margin-top:10px;
	padding:0px;
	border:solid 1px #dedede;
}
.catTitle
{
	background-color:#a3d9cb;
	color:#00664b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	height:25px;
	line-height:25px;
}
.catDesc
{
	padding:3px;	
}
.active
{
	width:17px;
	height:17px;
}
.active a, .active a:visited, .active a:hover {
	color:#006a50;
	font-weight:bold;
	font-size:12px;
	background-image:url(../OMS/gallery/images/btn_page_sel.gif);
	background-repeat:no-repeat;
	width:17px;
	display:block;
	height:17px;
	line-height:17px;
	text-align:center;
}

.page_no {	
	width:17px;
	height:17px;
	line-height:17px;
}

.page_no a {
	background-image:url(../OMS/gallery/images/btn_page.gif);
	background-repeat:no-repeat;
	color:#006a50;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	text-align:center;
	width:17px;
	height:17px;
	padding:0px;
}

.page_no a:hover {
	background-image:url(../OMS/gallery/images/btn_page_o.gif);
	background-repeat:no-repeat;
}

.previous a {
	display:block;
	background-image:url(../OMS/gallery/images/btn_back.gif);
	background-repeat:no-repeat;
	width:17px;
	height:17px;
	background-position:left;
}
.previous a:hover {
	background-position:right;
}

.next a {
	display:block;
	background-image:url(../OMS/gallery/images/btn_next.gif);
	background-repeat:no-repeat;
	width:17px;
	height:17px;
	background-position:left;
}
.next a:hover {
	background-position:right;
}
.first a {
	display:block;
	background-image:url(../OMS/gallery/images/btn_begin.jpg);
	background-repeat:no-repeat;
	width:17px;
	height:17px;
	background-position:left;
}
.first a:hover {
	background-position:right;
}

.last a {
	display:block;
	background-image:url(../OMS/gallery/images/btn_end.jpg);
	background-repeat:no-repeat;
	width:17px;
	height:17px;
	background-position:left;
}
.last a:hover {
	background-position:right;
}

