@charset "utf-8";
/* food service top */
/* fade slide */

#fade_slider, #side_slide{
	margin: 0;
	padding: 0;
    width: 323px;
    height: 202px;
    text-align: left;
    overflow: hidden;
    position: relative;
    display:block;
    clear: both;
	float:left;
}

#fade_slider{
	/*padding: 14px 9px 10px 9px;*/
	padding: 14px 5px 10px 9px;
}

#side_slide{
	background-color:#ffffff;
}

#side_slide img {
	margin: 0;
	padding: 0;
    top: 0;
    left: 0;
    position: absolute;
}

#side_slide:hover{
	cursor:pointer;
    opacity:0.6;
    zoom:1;
}

#side_footer{
	margin: 0;
	padding: 0;
	top: 192px;
	left: 9px;
	width: 323px;
	height: 24px;
	z-index: 1000;
	position: absolute;
	background: url('/images/fadeslider/pointer_bg.png');
}

#side_pointer{
	margin: 0;
	padding: 0;
	width: 208px;
	height: 24px;
	overflow: hidden;
	float: left;
}

#side_pointer span{
	margin: 10.5px 3px;
	padding: 0;
	width: 25px;
	height: 3px;
	background: url('/images/fadeslider/pointer_off.gif');
	z-index: 1020;
	float: left;
	cursor: pointer;
}

#side_pointer span:hover, #side_pointer span#point{
	background: url('/images/fadeslider/pointer_on.gif');	
}

#side_footer img.btn_detail{
	cursor:pointer;
	margin: 0px;
	padding: 0px;
	width: 115px;
	height: 24px;
	float:right;
}