.holder {
	padding-top:10px;
	margin-left:-13px;
	text-align:center;
	text-transform:uppercase;
	color:#000;
	clear:both;
}

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

.holder a:hover {
	color: #000;
	text-decoration:underline;
}

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

.holder a.jp-current, a.jp-current:hover { 
	color: #000;
	font-weight: bold;
	text-decoration:underline;
}

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

#itemContainer{
	margin:20px auto;
	padding:10px;
	padding-left:20px;	
}

#itemContainer li{
	list-style-type:none;
}	