div.jContent {
	float: left;
}

div.jContent a {
	position: absolute;
	z-index: 999;
}

div.jContent a.hide {
}

div.jc-horizontal a {
	width: 35px;
	height: 34px;
}

div.jc-vertical a {
	width: 45px;
	height: 45px;
}

div.jc-horizontal a.prev {
	left: 15px;
	top: 400px;
	background: url('../arrows/wleft.png') no-repeat;
}

div.jc-horizontal a.prev:hover {
	background: url('../arrows/bleft.png') no-repeat;
}

div.jc-horizontal a.next {
	right: 15px;
	top: 400px;
	background: url('../arrows/wright.png') no-repeat;
}

div.jc-horizontal a.next:hover {
	background: url('../arrows/bright.png') no-repeat;
}

div.jc-vertical a.prev {
	margin: 0px 0px 5px 0px;
	background: url('../arrows/prev_norm.png') no-repeat top center;
	right: -65px;
	top: 185px;
}

div.jc-vertical a.prev.show{
	background: url('../arrows/prev.png') no-repeat top center;
}

div.jc-vertical a.prev.show:hover {
	background: url('../arrows/prev.png') no-repeat top center;
}

div.jc-vertical a.prev.hide:hover {
	background: url('../arrows/prev_norm.png') no-repeat top center;
}

div.jc-vertical a.next {
	margin: 5px 0px 0px 0px;
	background: url('../arrows/next_norm.png') no-repeat top center;
	right: -65px;
	top: 250px;
}

div.jc-vertical a.next.show {
	background: url('../arrows/next.png') no-repeat top center;
}

div.jc-vertical a.next.show:hover {
	background: url('../arrows/next.png') no-repeat top center;
}

div.jc-vertical a.next.hide:hover {
	background: url('../arrows/next_norm.png') no-repeat top center;
}