#slidein{
	border: solid 0px #333;
	width: 428px;
	height: 56px;
	position: relative;
	z-index: 10;
}

#scroll_left{
	background-image: url(../img/scroll.png);
	width:8px;
	height:36px;
    position:absolute;
	left: 20px;
	z-index: 10;
}

#scroll_right{
	background-image: url(../img/scroll.png);
	width:8px;
	height:36px;
    position:absolute;
	left: 80px;
	z-index: 10;
}

#selected{
	background-image: url(../img/case.png);
	background-repeat: repeat-x;
	position:absolute;
	left:24px;
	width:60px;
	height:12px;
	margin-top:10px;
	z-index: 10;
}
.bg{
	position: absolute;
	margin-top: 10px;
	z-index:0;
}
.bg_left{
	float:left;
	background-image: url(../img/bg_left.png);
	background-repeat: no-repeat;
	width:4px;
	height:12px;
}

.bg_center{
	float:left;
	background-image: url(../img/bg_center.png);
	background-repeat: repeat-x;
	width:395px;
	height:12px;
}

.bg_right{
	float:left;
	background-image: url(../img/bg_right.png);
	background-repeat: no-repeat;
	width:4px;
	height:12px;
}
