/*	.next, .prev{
	cursor:pointer;
	}
	
	#screen2 #buttons{
	position: relative;
	top: 30px;
	left: 0px;
	width:660px;
	z-index:100;
	}
	
	#screen2 {
	position:relative;
	min-height:150px;
	height:100% !important;
	height:150px;
	}
	
	#screen2  #buttons  img{
	border: 0px none #FFFFFF;
	}
	
	#screen2 .prev{
	top:50px;
	left:0px;
	height: 33px;
	width: 61px;
	display: block;
	text-align: center;
	}
	
	#screen2 .next {
	position:absolute;
	top:0px;
	right:0px;
	height: 33px;
	width: 61px;
	display: block;
	text-align: center;
	}

	#slideshow {
	overflow:hidden;
	width:550px;
	margin: auto;
	position: absolute;
	left: 55px;
	top: 15px;
	}
	
	#slideshow ul{
	width:5200px;
	z-index:100;
	}
	
	#slideshow li{
	list-style-type:none;
	float:left;
	cursor:pointer;
	margin-right: 25px;
	margin-left: 25px;
	text-align:center;
	}
	
	#slideshow img {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #bfbfbf;
	}

	.clear{
	clear:both;
	width:0;
	height:0;
	}
	
	#slideshow .hide {
	display: none;
	}*/