.holder {
	text-align:right;
	float:right;	
	width:24px; 
	min-height:20px;
	max-height:100%;
}
.holder a {
	font-family:Arial;
	font-size: 12px;
	cursor: pointer;
	text-align:center;
	padding-top:2px;
	color: #002662;
	display:block;
	width:20px;
	height:18px;
	margin-bottom:7px;
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	-khtml-border-radius:50px;
	background-color:#D5D5D5;
}
.holder a:hover {
	background-color: #002662;
	color: #FFF;
}   
.holder a.jp-current, a.jp-current:hover { 
	cursor: default; 
	font-family:Arial;
	font-size: 12px;
	cursor: pointer;
	text-align:center;
	padding-top:2px;
	color: #FFFFFF;
	display:block;
	width:20px;
	height:18px;
	margin-bottom:7px;
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	-khtml-border-radius:50px;
	background-color:#002662
}
.customBtns { width:24px; min-height:50px; margin-top:250px; float:right; position:relative; padding-top:50px; padding-bottom:50px;}
.arrowPrev, .arrowNext { width:29px; height:29px; position: absolute;  cursor: pointer; }

.arrowPrev { background-image: url(images/blue_arrow_up.png); background-repeat:no-repeat; left: 0px; top: 0px; }
.arrowNext { background-image: url(images/blue_arrow_down.png) ; background-repeat:no-repeat; left: 0px; bottom:0px; }

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

div#content ul#itemContainer { list-style: none; padding:0; margin: 20px 0;}
div#content ul#itemContainer li { display: inline-block; margin: 5px; zoom: 1; display:inline; }
div#content ul#itemContainer ll li img { vertical-align: bottom; width: 125px; height: 125px; }

a { color: #222; text-decoration: none; outline:none}
a:visited { color: #222; }
a:focus { outline: thin dotted; }