h1 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #000000

}

.menu_title1 {
	font-size: 14px;
	font-weight: bold;
}
.menu_text1 {
	font-size: 14px;
}
form {
	margin: 0px;
}
.menu_text2 {
	font-size: 12px;
}
.back1 {
	background-image: url(images/back_image1.gif);
	font-size: 12px;
}
.BACK2 {
	background-image: url(images/back_image2.gif);
	font-size: 12px;
	font-weight: bold;
}

/*slider*/
/**{
	padding:0px;
	margin:0px;
}*/

img{
	border:0px;
}
#ViewArea{
    text-align:center;
	width:860px;
	height:200px;
	overflow:hidden;
	float:left;
	z-index:1;
	/*margin-left:30px;*/
}
#ScrollArea{
	position:relative;
	z-index:2;

}
#ScrollArea ul {
    padding:0px;
	margin:0px;

}
#ScrollArea li{
	width:210px;
	float:left;
	position:relative;
	padding:0px 0;
	text-align:center;
	list-style:none;
}
#ScrollArea p{
	font-size:12px;
	padding:2px 0px 0px 0px;
}
#Leftbtn{
	width:50px;
	height:100px;
	margin-top:48px;
	overflow:hidden;
	float:left;
	z-index:1;
	background-image:url(./images/btn_l.gif);
	background-repeat:no-repeat;
	/*margin-left:30px;*/
}
#Leftbtn:hover{
	background-image:url(./images/btn_l_over.gif);
	background-repeat:no-repeat;		
}
#Rightbtn{
	width:50px;
	height:100px;
	margin-top:48px;
	overflow:hidden;
	float:left;
	z-index:1;
	background-image:url(./images/btn_r.gif);
	background-repeat:no-repeat;
			
}
#Rightbtn:hover{
	z-index:1;
	background-image:url(./images/btn_r_over.gif);
	background-repeat:no-repeat;					
}
