ul li {
	padding:0px;
	margin:0px;
    list-style: none;
	}

body *{outline:none;}
#slideshow {
    margin: 0px auto 0 auto;
	width:650px;
	height:300px; overflow:hidden;
	margin-left:15px;
	}

#slideshow_wrapper {
	/* we use relative to catch the children */
	position: relative;
	overflow: hidden;
	height: 280px;
	left: 21px;
	top: 0px;
	background-color:#000;
	width: 600px;
	}

#slideshow_set {
	position: absolute;
	width:auto;
	}

#slideshow_set li {
	float: left;
	padding:0px;
	margin:10px 0px;
	list-style-type:none;
	height: 250px;
	width: 206px;
	}
#slideshow_set li img{
	width: 203px;
	height: 250px;
	cursor:pointer;
	border-right:3px solid #2F2F2F;
	}

img {
	border: 0px;
	}

#navigation {
    position: absolute;
    z-index: 10;
}

#scroll_left {
	left: 0;
	top: 0;
	
	margin:100px 0px 0px 0px;
	background: url(../images/scroll_left.jpg) no-repeat left top;
	}

#scroll_right {
	left:600px;
	top: 0px;
	margin:100px 0px 0px 0px;
	background: url(../images/scroll_right.jpg) no-repeat right;
}

#scroll_left, #scroll_right {
    position: absolute;
    overflow: hidden;
    display: block;
    padding: 0 0px 0 10px;
    height: 80px;
    width: 80px !important; /* for most browsers */
    width /**/: 21px; /* for IE5.5's bad box model */
}

.dispN{
	display:none;
	}
	.dispB{
		display:block;
		}
