.pagination{
display: block;
padding: 8px 2px 2px 2px;
clear: both;
}

.pagination span {
	display: block;
	color: #666;
	margin-top: 5px;
	display: none;
	}

.pagination ul{
list-style: none;
margin: 0px 0px 0px 0px;
padding: 0;
}

.pagination li{
float: left;
clear: none;
padding-bottom: 5px;
margin-right: 7px;
}

.pagination li a {
	white-space: nowrap;
	}

*:first-child+html .pagination li a{ /*IE7 only CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
}

* html .pagination li a{ /*IE6 and below CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE6 and below browsers*/
}


	
.pagination a:hover{
	color: #CC0000;
	}
	
.pagination a.currentpage{ 
	font-weight: bold;
	color: #333;
	text-decoration: none;
	}
	
.pagination li.previous,
.pagination li.next { 
	display: none;
	}

/*
.pagination a, .pagination a:visited, .pagination a:active{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}



.pagination a.currentpage{ 
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disabled, .pagination a.disabled:hover{ 
background-color: white;
cursor: default;
color: #929292;
border-color: transparent;
}

*/

/*
.pagination a.prevnext{ 
font-weight: bold;
}
*/
	
.winners-loading img {
	float: right;
	margin: -30px 160px 0px 0px;
	z-index: 1000;
	}
