.holder {
	margin: 15px 0;
}

.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; }


/*=====================================*/
.holder1 {
	margin:0;
	width: 500px;
	float: right;
	text-align: right;
	text-transform: uppercase;
}

.holder1 a {
	font-size: 12px;
	cursor: pointer;
	margin: 0 5px;
	color: #018FFB;
}

.holder1 a:hover {
}

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

.holder1 a.jp-current, a.jp-current:hover { 
	color: #000;
}

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

.holder1 a.jp-current, a.jp-current:hover,
.holder1 a.jp-disabled, a.jp-disabled:hover {
	cursor: pointer; 
	background: none;
}

.holder1 span { margin: 0 5px; }

/*=====================================*/
.holderS {
	/*** different from the other one***/
	margin-right: 15px;
	float: right;
	clear: left;
	text-transform: uppercase;
}

.holderS a {
	font-size: 12px;
	cursor: pointer;
	margin: 0 5px;
	color: #018FFB;
	padding: 5px;
}

.holderS a:hover {
}

.holderS a.jp-previous { margin-right: 15px; }

.holderS a.jp-next { margin-left: 15px; }

.holderS a.jp-current, a.jp-current:hover { 
	color: #000;
}

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

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

.holderS span { margin: 0 5px; }

/*=====================================*/
.holder_h {
	/*** different from the other one***/
	margin-right: 15px;
	float: right;
	clear: left;
	text-transform: uppercase;
}

.holder_h a {
	font-size: 12px;
	cursor: pointer;
	margin: 0 5px;
	color: #018FFB;
	padding: 5px;
}

.holder_h a:hover {
}

.holder_h a.jp-previous { margin-right: 15px; }

.holder_h a.jp-next { margin-left: 15px; }

.holder_h a.jp-current, a.jp-current:hover { 
	color: #000;
}

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

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

.holder_h span { margin: 0 5px; }

/*=================================*/

.holder_talking {
	margin: 15px 0;
}

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

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

.holder_talking a.jp-current, a.jp-current:hover { 
	color: #FF4242;
	font-weight: bold;
    cursor: default; 
	background: none;
}

.holder_talking span { margin: 0 5px; }

.customBtns { position: relative; }
.arrowPrev, .arrowNext { width:29px; height:29px; position: absolute; top: 195px; cursor: pointer; }
.arrowPrev { background-image: url('../images/back.gif'); left: -45px; }
.arrowNext { background-image: url('../images/next.gif'); right: -40px; }

.arrowPrev.jp-disabled, .arrowNext.jp-disabled { display: none; }

/*======================================*/




