/*
	Skin Name:
	Class:
	Description: Custom skin for Advanced Slider jQuery plugin
	Author: tow
*/

.sliderarrows .slide-arrows a {
	background: url(images/arrows_white.png) no-repeat;
	width: 30px;
	height: 59px;
	top: 50%;
	margin-top: -33px;
}

.sliderarrows .slide-arrows a.previous {
	left: 1.5em;
}

.sliderarrows .slide-arrows a.next {
	right: 1.5em;
	background-position: -30px 0;
}

.sliderarrows-grey .slide-arrows a {
	background: url(images/arrows_grey.png) no-repeat;
	width: 30px;
	height: 59px;
	top: 50%;
	margin-top: -33px;
}

.sliderarrows-grey .slide-arrows a.previous {
	left: 0;
}

.sliderarrows-grey .slide-arrows a.next {
	right: 0;
	background-position: -30px 0;
}
