#bgListingWindow{
	margin-left:8px;
}
.bgListing_top {
   padding:0px;
   margin:0px 0px 0px 0px;
   width: 490px;
   height: 30px;
   background: url(img/windows/contentWinBg_top.jpg) no-repeat;
}

.bgListing_left {
   padding:0px;
   margin:0px;
   width: 8px;
   height: 100%;
   vertical-align: top;
   background: url(img/windows/contentWinBg_middle_left.jpg) repeat-y;
}

.bgListing_right {
   padding:0px;
   margin:0px;
   vertical-align: top;
   width: 8px;
   height: 100%;
   background: url(img/windows/contentWinBg_middle_right.jpg) repeat-y;
}

.bgListing_middle {
   padding: 10px 0px 10px 0px;
   margin:0px;
   vertical-align: top;
   width: 474px;
   overflow:hidden;
   background: url(img/windows/contentWinBg_middle.jpg) repeat-x bottom left;
}

.bgListing_bottom {
   padding:0px;
   margin:0px;
   width: 490px;
   height: 26px;
   background: url(img/windows/contentWinBg_bottom.jpg) no-repeat;
}


/*Bg Listing Window*/
.bgListing{
	width:475px;
}
.bgListing div{
   padding:0px;
/*   margin:0px 8px 8px 0px;*/
	margin-bottom:8px;
	width:20%;
	float:left;
	clear:none;
	text-align:center;
}
.bgListing img{
	margin:0;
	width:80px;
	height:80px;
	border:1px;
	border-color:#009900;
}

/*End Bg listing window*/

.bgListingPage{
	position:relative;
	margin:0;
	margin-top:1px;
	padding:0;
	padding-right:8px;
	margin-left:auto;
	margin-right:auto;
	float:right;
}

.bgListingPage div.num{
	position:relative;
	width:30px;
	height:20px;
	font-weight:bold;
	clear:none;
	float:left;
	background-image:url(img/buttons/num.gif);
	text-align:center;
}

.bgListingPage div.next{
	position:relative;
	width:30px;
	height:20px;
	clear:none;
	float:left;
	background-image:url(img/buttons/next.gif);
	text-align:center;
}

.bgListingPage div.previous{
	position:relative;
	width:30px;
	height:20px;
	clear:none;
	float:left;
	background-image:url(img/buttons/previous.gif);
	text-align:center;
}

.bgListingPage a{
	position:relative;
	width:100%;
	text-decoration:none;
	font-family: verdana, arial, sans-serif; 
	text-decoration:none;
	padding:0;
	font-size:14px;
	float:left;
	clear:none;
}

.bgListingPage a.active{
	position:relative;
	width:100%;
	text-decoration:none;
	font-family: verdana, arial, sans-serif; 
	text-decoration:none;
	padding:0;
	font-size:16px;
	float:left;
	clear:none;
}


.bgListingPage a:link{
	color:#FFFFFF;
}
.bgListingPage a:visited{
	color:#FFFFFF;
}
.bgListingPage a:hover{
	color:#00FF00;
}
.bgListingPage a:active{
	color:#FFFFFF;
}

.bgListingPage a.active:link{
	color:#FFFFFF;
}
.bgListingPage a.active:visited{
	color:#FFFFFF;
}
.bgListingPage a.active:hover{
	color:#00FF00;
}
.bgListingPage a.active:active{
	color:#FFFFFF;
}