
.sortfilter{
	width:100%;
	float:none;
	clear:both;
	overflow: hidden;
	padding:10px 0;
	}
.holder
{
	float: left;
    margin: 0 5px;
}
.holder a
{
	font-size: 15px;
	cursor: pointer;
	margin: 0 5px;
	color: #0381bb;
	border: 1px solid #ccc;
	padding: 5px 10px;
	/* height: 39px; */
	/* font-size: 12px; */
	line-height: 30px;
	text-decoration:none;
}
.holder a:hover
{
	background-color: #222;
	color: #fff;
}
.holder a.jp-previous
{
	margin-right: 10px;
	background : url(../images/arrow_left.png) 4px 6px no-repeat;
}
.holder a.jp-next
{
	margin-left: 10px;
	background : url(../images/arrow_right.png) 5px 7px no-repeat;
}
.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;
}
#sortby{
	float:right;
	}

