.holder {
	margin: 20px 0;
	width:100%;
}

/*
.holder a {
	font-size: 12px;
	cursor: pointer;
	margin: 0 5px;
	color: #333;
}

.holder a:hover {
	background-color: #222;
	color: #fff;
}

.holder a.jp-previous { margin-right: 15px; }
.holder a.jp-next { margin-left: 15px; }

.holder a.jp-current, a.jp-current:hover { 
	color: #FF4242;
	font-weight: bold;
}

.holder a.jp-disabled, a.jp-disabled:hover {
	color: #bbb;
}

.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default; 
	background: none;
}

.holder span { margin: 0 5px; }
*/

.holder ul.pagination {
	list-style-type: none;
}

.holder li {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

.holder ul > li > a {
    background: #e1e1e1 none repeat scroll 0 0;
    border: medium none;
    color: #272727;
    line-height: 30px;
    margin: 0;
    padding: 8px 10px;
	font-weight:normal!important;
}

.holder a {
    background: #e1e1e1 none repeat scroll 0 0;
    border: medium none;
    color: #272727;
    line-height: 30px;
    margin: 0;
    padding: 8px 10px;
	font-weight:normal!important;
	margin-right: 10px;
	margin-bottom:10px;
}

.holder span {
    margin: 0 10px 0 0;
}

.holder a.jp-current, a.jp-current:hover { 
	background: #fe005a none repeat scroll 0 0;
	cursor: default; 
	color:#fff;
}

.holder a:hover { 
	background: #fe005a none repeat scroll 0 0;
	text-decoration:none!important;
	color:#fff;
}

.holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default; 
	background: #e1e1e1 none repeat scroll 0 0;
	color: #bbb;
}