/* 
--------------------------
GENERAL GALLERY STYLES
--------------------------
*/
.gallery-arrow {
	cursor: pointer;
	height: 71px;
	position: absolute;
	width: 35px;
	z-index: 999;
}

.gallery-arrow.prev {
	background: url(../images/arrows/arrow-prev-bg.png) no-repeat top left;
	left: -13px;
	top: 30%;
}

.gallery-arrow.next {
	background: url(../images/arrows/arrow-next-bg.png) no-repeat top left;
	right: -13px;
	top: 30%;
}

.gallery-arrow.prev:focus,.gallery-arrow.prev:hover,.gallery-arrow.next:focus,.gallery-arrow.next:hover
	{
	background-position: 0 -71px;
}

.gallery-arrow.prev:active,.gallery-arrow.next:active {
	margin-top: 1px;
}

.gallery-arrow-sm {
	cursor: pointer;
	height: 45px;
	position: absolute;
	width: 22px;
	z-index: 9;
}

.gallery-arrow-sm.prev {
	background: url(../images/arrows/arrow-prev-bg-sm.png) no-repeat top left;
	left: -9px;
	top: 14%;
}

.gallery-arrow-sm.next {
	background: url(../images/arrows/arrow-next-bg-sm.png) no-repeat top left;
	right: -9px;
	top: 14%;
}

.gallery-arrow-sm.prev:focus,.gallery-arrow-sm.prev:hover,.gallery-arrow-sm.next:focus,.gallery-arrow-sm.next:hover
{
	background-position: 0 -45px;
}

.gallery-arrow-sm.prev:active,.gallery-arrow-sm.next:active {
	margin-top: 1px;
}
