li {
    list-style: none;
}

#slideshow {
    width: 274px;
    height: 450px; 
}

*html #slideshow { background-color: #ededed; }

#slideshow_wrapper {
    /* we use relative to catch the children */
	position: relative;
	overflow: hidden;
	width: 274px;
	height: 447px;
}

#slideshow_set {
	position: relative;
}

#slideshow_set li {
	float: left;
	height: 15px;
	width: 274px;
}

img {
	border: 0;
}

#navigation {
    position: absolute;
    z-index: 10;
	background: red;
}

#scroll_left {
	left: 215px; top: 455px;
	background: transparent url('../i/leftarrow.jpg') left top no-repeat;
}

#scroll_right {
	
	left: 245px; top: 455px;
	background: transparent url('../i/rightarrow.jpg') left top no-repeat;
}

#scroll_left, #scroll_right {
    position: absolute;
    overflow: hidden;
    display: block;
    padding: 0;
    height: 14px;
    width: 17px !important; /* for most browsers */
    width /**/: 20px; /* for IE5.5's bad box model */
}

div#title{
	top: 0px; left: 0px; position: relative; 
	height: 16px; width: 100px;  
	padding: 4px 0 0 5px;  
}