/* @override http://localhost/bxslider_v3_plugin/css/styles.css */

/*
 * To change the color scheme of slider change each 
 * background property for each of the five styles below
 */

/*next button*/
a.bx-next, a.bx-prev
{
    font-family: Arial, Helvetica, sans-serif;
    color: #afd10c;
    font-size: none;
    text-decoration: none;
}

.bx-next {
	position: absolute;
	top: 30%;
	right: -20px;
	z-index: 99;
	width: 37px;
	height: 37px;
	background: url("sipkaPrava.png") no-repeat;
}

/*previous button*/
.bx-prev {
	position: absolute;
	top: 30%;
	left: -20px;
	z-index: 99;
	width: 37px;
	height: 37px;
	background: url("sipkaLeva.png") no-repeat;
}









