/* SLIDER STYLES */
	div.fade_l {
		position: absolute;
		top: 0px;
		left: 0px;
		background-image: url('img/fade/fade_l.png');
		width: 40px;
		height: 100%;
		margin: 0px;
		padding: 0px;
		z-index: +1;
	}
	div.fade_r {
		position: absolute;
		top: 0px;
		right: 0px;
		background-image: url('img/fade/fade_r.png');
		width: 40px;
		height: 100%;
		margin: 0px;
		padding: 0px;
		z-index: +1;
	}
	div.fade_t {
		position: absolute;
		top: 0px;
		right: 0px;
		background-image: url('img/fade/fade_t.png');
		width: 100%;
		height: 40px;
		margin: 0px;
		padding: 0px;
		z-index: +1;
	}
	div.fade_b {
		position: absolute;
		bottom: 0px;
		right: 0px;
		background-image: url('img/fade/fade_b.png');
		width: 100%;
		height: 40px;
		margin: 0px;
		padding: 0px;
		z-index: +1;
	}
	
	div.scroll-limit {
		position: relative;
		float: left;
		width: 640px;
		height: 86px;
		overflow: hidden;
	}
	div.scroll-area {
		position: absolute;;
		left: 20px;
		top: 0px;
		width: 1000px;
		height: 86px;
		z-index: +1;
	}
	img.thumb {
		border: none;
		display: none;
		width: 100%;
		height: 100%;
	}
	div.slider {
		position: relative;
/*		width: 500px; */
		top: 45px;
		left: 0px;
	}
	div.box {
		position: relative;
		width: 80px;
		height: 80px;
		margin: 3px;
		background-color: #ccc;
	}
	#icon_up {
		position: relative;
		top: 18px;
		left: 0px;
	}
	#icon_down {
		position: relative;
		top: 28px;
		left: 0px;
	}
	div.updown {
		position: relative;
		text-align: center;
		margin: auto;
		top: 0px;
		left: 0px;
	}
/* END SLIDER STYLES */

