/*
	jquery.paginate.css  
	Version 0.1.1
*/
.jPaginate{ padding-left: 5px !important; font-size:11px !important;}
.jPag-control-back{ float:left; margin-left:5px;}
.jPag-pages{ width:100%! !important}
.jPag-control-back > li > a {
	
	display: block;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #ddd;
	background: white;
	text-decoration: none;
	cursor: pointer;
	
}
.jPag-control-front{ float:left; margin-left:5px;}
.jPag-control-front > li > a {
	
	display: block;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #ddd;
	background: white;
	text-decoration: none;
	cursor: pointer;
	
}

.jPag-current {
	
	display: block;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #ddd;
	background: white;
	text-decoration: none;
	cursor: pointer;
	
	}
	
	.jPag-first{
	
	display: block;
	height: 30px;
	width: 40px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #ddd;
	background: white;
	text-decoration: none;
	cursor: pointer;
	padding-left:5px;
	padding-right:5px;
	float:left !important;
	
	} .jPag-sprevious {
	
	display: block;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #ddd;
	background: white;
	text-decoration: none;
	cursor: pointer;
	float:left !important;
	margin-right:5px;
	}.jPag-snext{
	
	display: block;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #ddd;
	background: white;
	text-decoration: none;
	cursor: pointer;
	float:left !important;
	
	} .jPag-last{
	
	display: block;
	height: 30px;
	width: 40px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #ddd;
	background: white;
	text-decoration: none;
	cursor: pointer;
	float:left !important;
	}
.jPaginate ul {
	
	padding: 0;
	list-style: none;
	
}

.jPaginate ul:after {
	
	content: ' ';
	display: table;
	clear: both;
	
}

.jPaginate ul > li {
	
	float: left;
	margin-right: 3px;
	
}

.jPag-pages > li > a {
	
	display: block;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #ddd;
	background: white;
	text-decoration: none;
	cursor: pointer;
	
}

.jPaginate ul > li > a.page:hover { opacity: 0.7; }
.jPaginate ul > li > a.page.active { opacity: 0.7; cursor: default; }

.jPaginate ul > li > a.page-next.deactive,
.jPaginate ul > li > a.page-prev.deactive { opacity: 0.7; cursor: default; }
