@charset "utf-8";
*{
	padding:0px;
	margin:0px;
}
#main{
	width:797px;
}
img{
	border:0px;
}
#ViewArea{
	width:797px;
	height:306px;
	overflow:hidden;
	float:left;
	z-index:1;	
}
#ScrollArea{
	width:auto;
	position:relative;
	z-index:2;
}
#ScrollArea li{
	float:left;
	position:relative;	
	padding:10px 5px 2px 5px;
	text-align:center;
	list-style:none;
}
#ScrollArea p{
	font-size:12px;
	padding:2px 0px 0px 0px;z
}
#Leftbtn{
	width:50px;
	height:125px;
	overflow:hidden;
	float:left;
	z-index:1;
	background-image:url(../lourmel2/images/top/left-btn.jpg);
	background-repeat:no-repeat;		
}
#Leftbtn:hover{
	background-image:url(../lourmel2/images/top/left-btn-ho.jpg);
	background-repeat:no-repeat;		
}
#Rightbtn{
	width:50px;
	height:120px;
	overflow:hidden;
	float:left;
	z-index:1;
	background-image:url(./images/spacer.gif);
	background-repeat:no-repeat;					
}
#Rightbtn:hover{
	z-index:1;
	background-image:url(./images/spacer.gif);
	background-repeat:no-repeat;					
}
