/* style.css */
* {
	margin: 0;
	padding: 0;
	border: 0;
	font: 12px Arial;
}
html, body {
    background: url('image/black-background.jpg');
}
a {text-decoration: none} 
ul {list-style: none}

/* Slider */
#slider {width: 620px;}
.slider {width: 620px; height: 380px; overflow: hidden}
.slider ul {overflow: hidden}
.slider ul li {width: 620px; height: 100%; float: left;}
.slider ul li a {background-image: url ("image/biz.png");}
.slider ul li a:hover {background-image: url ("image/biz.png");}
.sliderButon {text-align: right;  }
.sliderButon a {background: #333; color: #fff; }

 