/* CSS Document */
.sl {
	width:300px;
	margin:0 auto;
	overflow:hidden;	
}

.sl a {	
	width:6px;
	height:8px;
	display:block;
	float:left;
	margin:3px;
	margin-top:4px;
	margin-bottom:0px;
	background:url('/content/images/coffee.gif') left top no-repeat;
}

.sl a:hover { background:url('/content/images/coffee_over.gif') left top no-repeat }
