/** {
	margin: 0;
	padding: 0;
}
*/
#slideshow li, #navigation li {
    list-style: none;
}

#slideshow {
    margin: 0 auto 0 auto;
    width: 298px;
    height: 140px;
    /*background: #91c8ff url(images/slideshow_bg2.gif) repeat-x;*/
}

#slideshow_wrapper {
    /* we use relative to catch the children */
	position: relative;
	overflow: scroll;
	width: 238px;
	height: 140px;
	left: 30px;
	top: 0px;
	margin: 0;
	padding: 0;
}

#slideshow_set {
	list-style: none;
	position: absolute;
	margin: 0;
	padding: 0;
}

#slideshow_set li {
	float:left;
	text-align:center;
	height: 140px;
	width: 238px;
}

/*img {
	border: 0;
}*/

#navigation {
    position: absolute;
    z-index: 10;
	margin: 0;
	padding: 0;
}

#scroll_left {
	left: 0;
	top: 0;
	background: url(buttons/home_cat-scroll-left.gif) no-repeat;
}

#scroll_right {
	left: 278px;
	top: 0;
	background: url(buttons/home_cat-scroll-right.gif) no-repeat;
}

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