#thumbs * {
	margin: 0;
	padding: 0;
}

li {
    list-style: none;
    display:inline;
}

#thumbs {
    margin: 20px auto 0 auto;
    width: 650px;
    height: 68px;
    /*background: #d5d5d5 url(../images/slideshow_bg.gif) repeat-x;*/
	background: transparent;

	clear:both;
}

#thumbs_wrapper {
    /* we use relative to catch the children */
	position: relative;
	overflow: hidden;
	width: 600px;
	height: 68px;
	left: 55px;
	top: 0;

line-height: 68px;
}

#thumbs_set {
	position: absolute;
	/*width: 1200px;*/
	float:left;

}

#thumbs_set li {
	float: left;
	height: 68px;
	width: 68px;
}

img {
	border: 0;
}

#navigation {
    position: absolute;
    z-index: 0;
    line-height: 68px;
}

#scroll_left {
	left: 0;
	top: 0;
	/*background: url(../img/left2.gif) no-repeat;*/
	line-height: 68px;
	color: #808080;

}

#scroll_right {
	left: 655px;
	top: 0;
	/*background: url(../img/right2.gif) no-repeat;*/
	color: #808080;
}

#scroll_left, #scroll_right {
    position: absolute;
    /*overflow: hidden;*/
    display: block;
    padding: 0 0 0 21px;
    height: 68px;
    width: 0px !important; /* for most browsers */
    width /**/: 21px; /* for IE5.5's bad box model */
	color: #808080;
	text-align: left;
	font-size: 70%;
}

#scroll_left a:link, #scroll_right a:link {
 color: #808080;
 }