ul, li, h4, h3, h2, h1, p{
	padding:0;
	margin:0;
	list-style:none;
}

.next, .prev{
	cursor:pointer;
	
}

.next:hover, .prev:hover{
	cursor:pointer;
	background-color: #ffffff;
	
}
#screen2{
	position:relative;
	width:640px;
	margin:0px;
}
	#screen2 #buttons{
	/*	border:1px solid #777;*/
		margin-bottom:0px;
		padding: 0;
		width:640px;
	}
	
	#screen2 #buttons a{
		/*margin:10px 10px;*/
		color:#69C;
	}
	#screen2 .prev{
		float:left;
		padding:15px 0 0 0;
	}
	#screen2 .next{
		float:right;
		padding:15px 0 0 0;
	}

#slide_container{
	position:relative;
	width:640px;
	margin:0px;
	text-align: center;
	background: url('http://www.moto-akcesoria.pl/includes/js_serial_scroll/gfx/background.jpg') no-repeat bottom;
	min-height: 139px;
	height: 200px;
	}
	
#slideshow{
	overflow:hidden;
	width:584px;
	/*border:1px solid #777;*/
	padding:15px 0 0 0;
	
}

	#slideshow ul{
		/*width:3900px;*/
		width:6900px;
		padding-left:225px;
	}

		#slideshow li{
			float:left;
			margin:0 40px 0 0;
			cursor:pointer;
			text-align: center;
			width: 155px;
			font-size: 10px;
			font-family: Arial, Verdana, sans-serif;
		
		}

.clear{
	clear:both;
	width:0;
	height:0;
}