/* @override http://localhost/bxslider_v3_plugin/css/styles.css */
#slider {width:540px;height:90px;padding:0;margin: 0 0 0 25px;text-align:center;border:1px solid #c9c9c9;background-color:#dcdddf;}
#slider1 {height:90px;margin:0;padding:0;margin-top:2px;font-family:Arial, Helvetica, sans-serif;}
#slider1 ul {margin:0; padding:0;width:540px;overflow:hidden}
#slider1 li {width:84px;margin:0 0px;padding:0; vertical-align:middle;}
#slider1 li a {
	color:#fff;
	font-size: 0.78em;
	font-weight:bold;
	text-decoration:none;
	width:84px; 
	height:58px; 
	display:block;
	padding-top: 9px;}
#slider1 li a.even {background: #f6f6f6 url(https://webarchive.library.unt.edu/web/20121110022818oe_/http://www.myfloridalegal.com/legalcontrols.nsf/images/priority_bg_2.jpg) no-repeat bottom}
#slider1 li a.odd {background: #f6f6f6 url(https://webarchive.library.unt.edu/web/20121110022818oe_/http://www.myfloridalegal.com/legalcontrols.nsf/images/priority_bg_3.jpg) no-repeat bottom}
#slider li a.even:hover {color: #343843; background: #f6f6f6 url(https://webarchive.library.unt.edu/web/20121110022818oe_/http://www.myfloridalegal.com/legalcontrols.nsf/images/priority_bg_2.jpg) no-repeat top}
#slider li a.odd:hover {color: #343843; background: #f6f6f6 url(https://webarchive.library.unt.edu/web/20121110022818oe_/http://www.myfloridalegal.com/legalcontrols.nsf/images/priority_bg_3.jpg) no-repeat top}

.bx-wrapper {height: 70px;margin:10px auto 0;border-right: 1px dotted #999;border-left: 1px dotted #666}

/*
 * 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:19px;
	left:440px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(https://webarchive.library.unt.edu/web/20121110022818oe_/http://www.myfloridalegal.com/legalcontrols.nsf/images/gold_next.png) no-repeat 0 -30px;
	outline:none;
}

/*previous button*/
.bx-prev {
	position:absolute;
	top:19px;
	left:-50px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(https://webarchive.library.unt.edu/web/20121110022818oe_/http://www.myfloridalegal.com/legalcontrols.nsf/images/gold_prev.png) no-repeat 0 -30px;
	outline:none;
}



/*
 * End color scheme styles
 */


/*next/prev button hover state*/
.bx-next:hover,
.bx-prev:hover {
	background-position: 0 0;
}












