

.rotate(@rotate) {
    transform: ~"rotate(@{rotate})";
    -ms-transform: ~"rotate(@{rotate})";             /* IE 9 */
    -webkit-transform: ~"rotate(@{rotate})";      /* Safari and Chrome */
    -o-transform: ~"rotate(@{rotate})";              /* Opera */
    -moz-transform: ~"rotate(@{rotate})";         /* Firefox */
}

/*page*/
.pagination-container{
	position: relative;
	padding: 0px;
	overflow: hidden;
}
.pagination-target{
	float: left;
}
.page-selector{
	width: 30px;
}
.pagination-table{
	border: 0px;
	border-spacing: 0;
	border-collapse: collapse;
}
.pagination-table tr td{
	padding: 0px;
	overflow: hidden;
}
.pagination-container .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{
	border-radius: 0px;
}
.pagination-list{
	margin: auto;
	text-align: center;
}
.page-item{
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	margin-left: 3px;
	margin-right: 3px;
	color: #373333;
	text-align: center;
	font-size: 14px;
	background-color: #ffffff;
	border-radius: 50%;
}
.page-item-selected{
	background-color: #4a0b0b;
	color: #fff!important;
}
.page-item-first{
	background-color: transparent;
	border: 0px #ededed solid;
	background-image: url(img/home/arrow_right.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 9px 17px;
	.rotate('180deg');
}
.page-item-last{
	background-color: transparent;
	border: 0px #ededed solid;
	background-image: url(img/home/arrow_right.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-size: 9px 17px;
}
.page-item-first1{
	width: 25px;
}
.page-item-last2{
	width: 25px;
}
.page-item-input {
	display: inline-block;
	vertical-align: top;
	margin-left: 12px;
}
#gotopage{
	width: 32px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	border: 1px solid #787878;
	background-color: #ffffff;
	font-size: 14px;
	padding-left: 4px;
	padding-right: 4px;
}
.pagination-container .ui-widget{
	font-size: 16px;
}