#slider {
	width: 480px;
	height: 186px;
	padding: 8px;
	z-index: 200;
	background: url(../img/slider_bg.gif) no-repeat;
	margin-bottom: 30px;
}
#mask-gallery {
	width: 480px;
	height: 186px;
	overflow: hidden;	
}
#gallery {
	z-index: 100;
	/* width = total items multiply with #mask gallery width */
	width: 1440px;
	overflow: hidden;
}
#gallery li {
	float: left;
}
#links {
	z-index: 200;
}
#links a {
	width: 15px;
	height: 15px;
	background: url(../img/bullit.png) no-repeat top;
	text-indent: -9999px;
	float: left;
	outline: none;
	margin-top: 20px;
}
#links a:hover, #links a.current {
	background: url(../img/bullit.png) no-repeat bottom;	
}