body {
	background-color: transparent;
}

#divWG {
	width: 100%;
	font: 11px Tahoma;
	text-align: center; 
	
}

#divWG img, #divWG table {
	border:none;
}

#divWG a:link, #divWG a:visited {
	text-decoration:none;
}

#divWG a:hover {
	color:red;
	text-decoration:underline;
}

#tblThumbsLayout {
	text-align:left; 
	margin: 0 auto;
}

td.tdImg { 
	width:115px; 
	height:115px;
	background-image: url("../images/img_bg.png");
	background-repeat: no-repeat;	
}

td.tdImg img {
	vertical-align: middle;
	text-align: center;
}

td.tdImg {
	background-color:#a97e47;
	border: 1px solid #4e3934;
  	text-align:center; 
  	vertical-align:middle;
  	
}

.currentPage {
	font-weight: bold;
}

td#pagingCell { 
	text-align:right; 
	white-space:nowrap;
}


td#pagingCell a, .currentPage {		
	padding: 3px 10px;
	background-color:#334656;
	border:1px solid #a4513a;
	font: italic bold 20px "Times New Roman";
	color: #feec9b;
	vertical-align:middle; 
}

td#pagingCell a:hover, .currentPage {	
	background-color:#feec9b; 
	border: 1px solid #a4513a; 
	font: italic bold 20px "Times New Roman";
	color: #334656;
	text-decoration:none;
}

#pnCell {text-align:right;}
a.pn, a.pn:LINK,a.pn:VISITED {color: #606060; font: 9px arial, helvetica, sans-serif; text-decoration: none; padding: 1px 4px;}

