/* @override http://localhost/~renaudcharpentier/eurobel/www/themes/eurobel/css/banner.css */

#slide {
	padding-top: 7px;
	height: 33px;
}

#slide ul li {
	width: 13px;
	height: 26px;
	background: url(../images/bull_no_active_s1.png) no-repeat center center;
	display: block;
	text-indent: -9999px;
	padding-right: 4px;
	padding-left: 4px;
	cursor: pointer;
}

#slide ul li.current {
	background-image: url(../images/bull_active_s1.png);
}

#slide ul li.prev {
	width: 16px;
	height: 26px;
	padding-right: 12px;
	background: url(../images/arrow_left_s1.png) no-repeat;
}

#slide ul li.next {
	width: 16px;
	height: 26px;
	background: url(../images/arrow_right_s1.png) no-repeat right top;
	padding-left: 12px;
}
