 
ul, h4, h3, h2, h1, p{
	padding:0;
	margin:0;
	list-style:none;
}

.next, .prev{
	cursor:pointer;
}

.box-img-ele{
	width:53px;
/*
	height:80px;
*/
	}

#screen2{
	position:relative;
	width:195px;
	margin:0px;
}
	#screen2 #buttons{
		height:7px;
		margin-bottom:0px;
		width:193px;
	}
	
	#screen2 #buttons a{
		margin:0 10px 0 10px;
		
	}
	#screen2 .prev{
		float:left;
	}
	#screen2 .next{
		float:right;
	}

#slideshow{
	overflow:hidden;
	width:193px;

}

	#slideshow ul{
		width:5555px;
		margin-left:0px;

	}

		#slideshow li{
			float:left;
			margin:0 0 0 10px;
			cursor:pointer;
		}

.clear{
	clear:both;
	width:0;
	height:0;
}

