#mainwrapper {
	top: 315px;
	
}

li {
    list-style: none;
	
}

#slideshow {
	margin: 0;
	width: 1000px;
	height: 210px;
}

#slideshow_wrapper {
	/* we use relative to catch the children */
	position: relative;
	overflow: hidden;
	height: 230px;
	width: 1000px;
	left: 0px;
	top: 0px;
	
}

#slideshow_set {
padding-left:30px;

	position: absolute;
	display: none;
	
}




#navigation {
    position: absolute;
    z-index: 10;
}

#scroll_left {

	left: -10px;
	top: -40px;
	position:absolute;
	background:url(../../images/arrow-pulse-left.gif) no-repeat;
}

#scroll_left.hidden {
	background-position: 0px -185px;
}
#scroll_right {
	left: 995px;
	top: -40px;
	position:absolute;
	background: url(../../images/arrow-pulse-right.gif) no-repeat;
}
#scroll_right.hidden {
	background-position: 0px -185px;
}


#scroll_left, #scroll_right {
    position: absolute;
    overflow: hidden;
    display: block;
    padding: 0 0 0 37px;
	margin: 37px 0px 0px 0px;
    height: 185px;
    width: 0px !important; /* for most browsers */
    width /**/: 37px; /* for IE5.5's bad box model */
}
