/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/

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;
	min-width:30px;
	height:31px;
	text-align:center;
	margin-left:5px;
}

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

.light-theme a, .light-theme span {
	text-decoration: none;
	background-color: inherit;
	color: #000;
	float: left;
	width: 30px;
	text-align:center;
	width: 30px;
	height: 24px;
	padding-top: 7px;
}

.light-theme a:hover {
color: #ffffff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width: 30px;
height: 24px;
padding-top: 7px;

}

.pagination-holder .drama_pages a:hover{
background-color: #e154d7;
}

.pagination-holder .drama_pages .current{
background-color: #e154d7;
}

.pagination-holder .edu_pages a:hover{
background-color: #3fb4f7;
}

.pagination-holder .edu_pages .current{
background-color: #3fb4f7;
}

.pagination-holder .community_pages a:hover{
background-color: #73d43a;
}

.pagination-holder .community_pages .current{
background-color: #73d43a;
}

.pagination-holder .news_pages a:hover{
background-color: #3b5999;
}

.pagination-holder .news_pages .current{
background-color: #3b5999;
}

.pagination-holder .about_pages a:hover{
background-color: #ff4036;
}

.pagination-holder .about_pages .current{
background-color: #ff4036;
}

.pagination-holder .gallery_pages a:hover{
background-color: #f66742;
}

.pagination-holder .gallery_pages .current{
background-color: #f66742;
}

.pagination-holder .sponsor_pages a:hover{
background-color: #3b996e;
}

.pagination-holder .sponsor_pages .current{
background-color: #3b996e;
}

.pagination-holder .promotion_pages  a:hover{
background-color: #ff366e;
}

.pagination-holder .promotion_pages .current{
background-color: #ff366e;
}

.light-theme .current {
color: #ffffff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width: 30px;
height: 24px;
padding-top: 7px;
}

.light-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	cursor: default;
}

.light-theme .next {min-width:12px;}
.light-theme .next a{
	background-image: url(images/next-page.png);
	height: 12px;
	width: 12px;
	display: inline-block;
	background-repeat: no-repeat;
	text-align: left;
	padding: 0px;
	border-radius: 0px;
	color: #FFFFFF;
	cursor:pointer;
	text-indent:-9999em;
	margin-top: 10px;
}
/*new*/


.light-theme .next a:hover{
	background-image: url(images/next-page.png);
	height: 12px;
	width: 12px;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius:0%;
	display: inline-block;
	background-repeat: no-repeat;
	text-align: left;
	background-color: inherit;
	color: #FFFFFF;
}

.light-theme .prev {min-width:12px;}
.light-theme .prev a{
	background-image: url(images/back-page.png);
	height: 12px;
	width: 12px;
	display: inline-block;
	background-repeat: no-repeat;
	text-align: left;
	padding: 0px;
	border-radius: 0px;
	color: #FFFFFF;
	cursor:pointer;
	text-indent:-9999em;
	margin-top: 10px;
}

.light-theme .prev a:hover{
	background-image: url(images/back-page.png);
	height: 12px;
	width: 12px;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius:0%;
	display: inline-block;
	background-repeat: no-repeat;
	text-align: left;
	background-color: inherit;
	color: #FFFFFF;
}