/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/
.pager{display:none;}

ul.simple-pagination {
	list-style: none;
}

.simple-pagination {
	display: block;
	overflow: hidden;
	padding: 0 5px 5px 0;
	margin: 0;
}

.simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}


/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/

.light-theme a, .light-theme span {
	float: left;
	font-size:120%;
	line-height:120%;
	font-weight: normal;
	text-align: center;
	padding: 0 7px;
	margin: 0 5px 0 0;
	color: #777777;
	color: #79ab36       ;

}

.light-theme a:hover {
	text-decoration: none;

}

.light-theme .current {
 font-weight:bold;
	cursor: default;
	color: #79ab36       ;
}

.light-theme .ellipse {

}

.holderdiv.pagebreak { text-align: right;}

.holderdiv  div { display: inline-block; }
.holderdiv form { display: block; float: right; margin: 3px 0 3px 0;}

.holderdiv {
 display:block;
 text-align:center;
 clear:both;
}

.simple-pagination .next img,.simple-pagination .prev img
{
opacity:0.4;
 filter:alpha(opacity=40); /* For IE8 and earlier */
}


.simple-pagination a.next  img,.simple-pagination a.prev  img
{
opacity:1;
 filter:alpha(opacity=100); /* For IE8 and earlier */
}