.holder {

	float:none;

	margin:10px auto;

	text-transform:uppercase;

	font-size:12px;

	text-align:right;

}



.holder a {

  

   display: inline-block;

  color: #000;

  text-align: center;

  vertical-align: middle;

  padding: 5px;

  cursor: pointer;

  width: 33px;

  height: 33px;
line-height: 25px;
  

}







.holder a.jp-previous { 

	background:url(../images/new_images/left_nav.png) no-repeat center center;

	display:inline-block;

}

.holder a.jp-next { 

	background:url(../images/new_images/right_nav.png) no-repeat center center;

	display:inline-block;

}



.holder a.jp-current { 

	

	  color: #00978c;

	  /*border-bottom: 1px solid #00978c;*/

}



.holder a.jp-disabled, a.jp-disabled:hover {

	color: #bbb;

}







.holder span {	

	width: 28px;

  height: 28px;

  vertical-align: middle;

  padding-top: 4px;

  font-size: 15px;

  color: #000;

}











