.holder {
    direction: ltr;
    float: left;
    height: 40px;
    padding: 0;
	margin-top:15px;
}
.rtl .holder {
    direction: rtl;
    float: right;
}

.holder a {
   -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #dedede;
    border:1px solid #d1d1d1;
    color: #000;
    cursor: pointer;
    float: left;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 34px;
    transition: all 0.5s;
    box-shadow: 0 -31px 17px -14px #eeeeee inset, 0 0 0 1px #ffffff inset;
	margin:0 1px;
}
.rtl .holder a {
	font-family:"Mitra";
	font-weight:bold;
}
.holder a:hover {
	color: #222;
    box-shadow: 0 -31px 20px -21px #cdcdcd inset;
}

.holder a.jp-previous {
    box-shadow: -1px 0 0 0 #ffffff inset, -22px 0 14px -10px #dddddd inset;
}
.holder a.jp-next {  
    box-shadow: 1px 0 0 0 #ffffff inset, 22px 0 14px -10px #dddddd inset;
}
.jp-current {
    color: #fff;
	box-shadow:none !important;
	border-color:#fff;

}
.holder a.jp-current, a.jp-current:hover { 
border: 1px solid #1d1450;
	background:#1d1450;
	color:#fff;
}

.holder a.jp-disabled, a.jp-disabled:hover {
	color: #666;
}

.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default; 
}

.holder span { -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f8f8f8;
    border-color: #d1d1d1 #d1d1d1 #d1d1d1 -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    box-shadow: 0 -31px 17px -14px #eeeeee inset, 0 0 0 1px #ffffff inset;
    color: #16a085;
    float: left;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 34px;
    transition: all 0.5s; }