span.right-button {
	background:url('http://media.codefisher.org/images/webapps/slider/right.png') no-repeat;
	height:17px;
	width:17px; 
	display:inline-block;
}

span.left-button {
	background:url('http://media.codefisher.org/images/webapps/slider/left.png') no-repeat;
	height:17px;
	width:17px; 
	display:inline-block;
}

span.right-button:hover {
	background:url('http://media.codefisher.org/images/webapps/slider/right_h.png') no-repeat;
	width:17px;
}

span.left-button:hover {
	background:url('http://media.codefisher.org/images/webapps/slider/left_h.png') no-repeat;
	width:17px;
}

span.right-button:active {
	background:url('http://media.codefisher.org/images/webapps/slider/right_a.png') no-repeat;
	width:17px;
}

span.left-button:active {
	background:url('http://media.codefisher.org/images/webapps/slider/left_a.png') no-repeat;
	width:17px;
}


#slider1 {
	background:url('http://media.codefisher.org/images/webapps/slider/back.png') repeat-x;
	height:17px;
	display:inline-block;
}

.bar {
	background:url('http://media.codefisher.org/images/webapps/slider/slider.png') no-repeat;
	height:17px;
	width:17px; 
	display:inline-block;
}

.bar:hover {
	background:url('http://media.codefisher.org/images/webapps/slider/slider_h.png') no-repeat;
}


#active {
	background:url('http://media.codefisher.org/images/webapps/slider/slider_a.png') no-repeat;
}

.slider span {
	display:table-cell;
	height:17px;
}
