<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @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*/


.bx-next {
	position:absolute;
	top:30%;
	right:-60px;
	z-index:999;
	width: 40px;
	height: 41px;
	text-indent: -999999px;
	background: url(next.png) no-repeat;
}
/*previous button*/

.bx-prev {
	position:absolute;
	top:30%;
	left:-60px;
	z-index:999;
	width: 40px;
	height: 41px;
	text-indent: -999999px;
	background: url(prev.png) no-repeat;
}
/*
#homenext
{
	display:block;
	width:40px;
	height:41px;
	float:left;
	padding:0px;
	background:url(../images/next.png) no-repeat;	
	cursor:pointer;
        margin-top:35px;
        margin-left:20px;
}
#homeprev
{
	display:block;
	width:40px;
	height:41px;
	float:left;
	cursor:pointer;
	padding:0px;
        margin-top:35px;
	background:url(../images/prev.png) no-repeat;
        margin-right:20px;
}
*/







</pre></body></html>