#aniListingWindow{
	margin:0px;
}

.aniListing_vert_490px_top {
   width: 490px;
   height: 30px;
   background: url(img/windows/contentWinBg_490px_top.jpg) no-repeat;
}

.aniListing_vert_490px_left {
   width: 8px;
   height: 100%;
   vertical-align: top;
   background: url(img/windows/contentWinBg_middle_left.jpg) repeat-y;
}

.aniListing_vert_490px_right {
   vertical-align: top;
   width: 8px;
   height: 100%;
   background: url(img/windows/contentWinBg_middle_right.jpg) repeat-y;
}

.aniListing_vert_490px_middle {
   vertical-align: top;
   width: 474px;
   background: url(img/windows/contentWinBg_middle.jpg) repeat-x bottom left;
}

.aniListing_vert_490px_bottom {
   width: 490px;
   height: 26px;
   background: url(img/windows/contentWinBg_490px_bottom.jpg) no-repeat;
}


/*Animation Listing Window*/
.aniListing{
	width:475px;
}
.aniListing div{
	width:20%;
	float:left;
	clear:none;
	text-align:center;
	margin-bottom:2px;
}
.aniListing img{
	width:76px;
	height:76px;
	background-color:#FFFFFF;
}
/*End Animation listing window*/

.aniListingPage{
	position:relative;
	margin:0;
	margin-top:1px;
	padding:0;
	padding-right:8px;
	margin-left:auto;
	margin-right:auto;
	float:right;
}

.aniListingPage 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;
}

.aniListingPage div.next{
	position:relative;
	width:30px;
	height:20px;
	clear:none;
	float:left;
	background-image:url(img/buttons/next.gif);
	text-align:center;
}

.aniListingPage div.previous{
	position:relative;
	width:30px;
	height:20px;
	clear:none;
	float:left;
	background-image:url(img/buttons/previous.gif);
	text-align:center;
}

.aniListingPage 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;
}

.aniListingPage 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;
}


.aniListingPage a:link{
	color:#FFFFFF;
}
.aniListingPage a:visited{
	color:#FFFFFF;
}
.aniListingPage a:hover{
	color:#00FF00;
}
.aniListingPage a:active{
	color:#FFFFFF;
}

.aniListingPage a.active:link{
	color:#FFFFFF;
}
.aniListingPage a.active:visited{
	color:#FFFFFF;
}
.aniListingPage a.active:hover{
	color:#00FF00;
}
.aniListingPage a.active:active{
	color:#FFFFFF;
}