ul, li, h4, h3, h2, h1, p {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}

#imgprev{
	cursor:pointer;
    float:left;
    position:absolute;
    left:5px;
    top:30px;
}

#imgnext{
	cursor:pointer;
    float:right;
    position:absolute;
    right:5px;
    top:30px;
}
	
#screen{
	border:0px solid;
	position:relative;
	width:820px;
	margin:0px;
	padding:0px;
}

#slideshow{
	margin-top:0px;
    margin-left:0px;
	overflow:hidden;
	width:730px;
 
}

#slideshow ul{
	width:1800px;
	padding-left:0px;
 	border:0px solid;      
}

#slideshow li{
	float:left;
padding-left:10px;
padding-right:10px;
    /* width:110px; */
	cursor:pointer;
}

.clear{
	clear:both;
	width:0;
	height:0;
}
