@charset "utf-8";
/* CSS Document */
#slider{
	width:585px;
	height:300px;
	background: url(/images/slide.jpg) no-repeat;
	border:#CCC solid 1px;
	position:relative;
}

#sliderMenu{
	float:right;
	width:130px;
	height:300px;
	position:relative;
	z-index:10;
	text-align:center;
	overflow:hidden;
}
#sliderMenuOptions{
	width:130px;
	height:260px;
	overflow:hidden;
	position:relative;
}
#slideUp, #slideDown{
	height:15px;
	width:130px;
	overflow:hidden;
}
#slideDown{
	margin-top:5px;
}
#slideUp{
	margin-bottom:5px;
}
#sliderMenuBuff{
	position:absolute;
	top:0px;
	left:0px;
	width:130px;
	text-align:center;
}
#sliderMenu .choice{
	width:126px;
	display:block;
	cursor:pointer;
	margin:2px;
	display:block;
	padding:2px;
	
}
#sliderMenu .choice:hover{
	background:#CCC;
}
#sliderMenu .choice img{
	height:60px;
	width:90px;
}
#slideArea{
	overflow:hidden;
	width:450px;
	height:300px;
	position:relative;
}
#bgbuffer{
	position:absolute;
	top:0px;
	left:450px;
	width:450px;
	height:300px;
	background:#000;
	
}
#slideBuffer{
	overflow:hidden;
	width:2000px;
	height:300px;
	position:absolute;
	left:-450px;
}
#slidetool1, #slidetool2{
	width:450px;
	height:300px;
	min-height:300px;
	float:left;
	position:relative;
	z-index:3;
	background:#000;
}
.slide{
	display:none;
	width:450px;
	height:300px;
	min-height:300px;
	float:left;
	background:#000;
	position:relative;
	z-index:5;
}