.Zebra_Pagination {
    clear: both;
    width: 100%;
    overflow: hidden;
}

.Zebra_Pagination ul {
    position: relative;
    left: 50%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left
}

.Zebra_Pagination li {
    position: relative;
    float: left;
    right: 50%
}

.Zebra_Pagination .pagination {
    display: inline-block;
}

.Zebra_Pagination li {
    display: inline;
}

.Zebra_Pagination a,
.Zebra_Pagination span {
    padding: 6px 12px;
    color: #337AB7;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #DDD;
    display: block;
    float: left;
    position: relative;
    margin-left: -1px;
}

.Zebra_Pagination li.active a {
    color: #FFF;
    cursor: default;
    background-color: #337AB7;
    border-color: #337AB7;
}

.Zebra_Pagination li a:hover,
.Zebra_Pagination li span:hover {
    color: #23527C;
    background-color: #EEE;
    border-color: #DDD;
}

.Zebra_Pagination li.disabled a {
    color: #DEDEDE;
    background-color: transparent;
    border-color: #DEDEDE;
    cursor: default;
}

.Zebra_Pagination li.disabled a:hover {
    color: #DEDEDE;
    background-color: transparent;
    border-color: #DEDEDE;
}

/* ATTRIBUTES FOR THE CONTAINER (THIS HOW WE CENTER EVERYTHING)
--------------------------------------------------------------
--------------------------------------------------------*/
.Zebra_Pagination                       
	{ 
	clear: both; 
	width: 100%; 
	overflow: hidden 
	}
.Zebra_Pagination ul                    
	{ position: relative; 
	left: 50%; 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	float: left 
	}
.Zebra_Pagination li                    
	{ 
	position: relative; 
	float: left; 
	right: 50% 
	}
/* COMMON ATTRIBUTES FOR ALL THE LINKS--------------------------
----------------------------------------------------------------
----------------------------*/
.Zebra_Pagination a                     
	{
	padding: 2px;
	border: 1px solid #AAA;
	color: #fff;
	text-decoration: none;
	margin: 0 1px;
	display: block;
	float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 20px;
	 }
.Zebra_Pagination a:hover               
	{
	background-color: #DEDEDE;
	color: #222;
	font-size: 20px;
	}
/* "NEXT PAGE" AND "PREVIOUS PAGE" LINKS----------------------
--------------------------------------------------------------
----------------------------------*/
.Zebra_Pagination a.navigation          
	{
	border: 1px solid transparent;
	overflow: hidden;
	background-repeat: no-repeat;
	font-size: 24px;
	}
.Zebra_Pagination a.previous            
	{
	background-image: url(larrow.png);
	background-position: left center;
	padding-left: 20px;
	font-size: 24px;
	}
.Zebra_Pagination a.next                
	{
	background-image: url(rarrow.png);
	background-position: right center;
	padding-right: 20px;
	font-size: 20px;
	}
.Zebra_Pagination a.disabled            
	{
	filter: alpha(opacity=50);
	-khtml-opacity: 0.2;
	-moz-opacity: 0.2;
	opacity: 0.2;
	font-size: 20px;
	}
.Zebra_Pagination a.disabled:hover      
	{
	background-color: inherit;
	color: inherit;
	font-size: 20px;
	}
/* hack for transparent borders in IE6 */*html 
.Zebra_Pagination a.navigation    
	{
	border-color: #000001;
	filter: chroma(color=#000001);
	font-size: 20px;
	text-decoration: underline;
	}
/* CURRENT PAGE-------------------------------------
-----------------------------------------------------
----------------------------*/
.Zebra_Pagination a.current,.Zebra_Pagination a.current:hover       
	{
	background: #0094D6;
	border-color: #0094D6;
	color: #FFF;
	font-size: 20px;
	}
/* THE "..." SEPARATOR---------------------------------
-------------------------------------------------------
------------------------------*/
.Zebra_Pagination span                  
	{
	color: #c8c8c8;
	margin-right: 1px;
	display: inline;
	float: left;
	padding: 4px 4px;
	font-size: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}