/* 
--------------------------
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: 52px;
}

.gallery-arrow.next {
	background: url(../images/arrows/arrow-next-bg.png) no-repeat top left;
	right: -13px;
	top: 52px;
}

.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-CATEGORY-PRODUCTS
-------------------------
*/
#gallery-category-products {
	position: relative;
	width: 786px;
	text-align: center;
	font-size: 11px;
}

#gallery-category-products .gallery-arrow.next,
#gallery-category-products .gallery-arrow.prev {
	top: 56px;
}

#category-products-display {
	padding: 10px 0;
	margin: 0 auto;
	width: 712px;
}

#gallery-category-products ul li {
	margin: 0 8px;
	height: 158px;
	width: 130px;
}

#gallery-category-products ul img {
	display: block;
}

#gallery-category-products a,#gallery-category-products a:visited {
	text-decoration: none;
	color: #454545;
	text-transform: uppercase;
	font-weight: bold;
}

#gallery-category-products a:hover,
#gallery-category-products a:active {
	text-decoration: underline;
}