#imageSlider { position: relative; width: 460px; height: 70px; }
	#imageSlider div.imageList { position: relative; width: 376px; height: 65px; margin: 5px 41px 0; overflow: hidden;}
	#imageSlider div.imageList ul{ position: relative; left: 0; list-style: none; width: 1000px; margin: 0; padding: 0; overflow: hidden; }
	#imageSlider div.imageList li{ float: left; margin: 0 5px 0 0;}
	#imageSlider div.imageList li.img{text-align:center;font-family:dotum;color:#4f4f4f;font-size:11px;}
	#imageSlider div.imageList li img {border: 1px solid #ccc; }
	#imageSlider div.controller img { position: absolute; top: 0px; width: 41px; height: 69px; cursor: pointer; }
	#imageSlider div.controller img.btn_prev { left: 0px; }
	#imageSlider div.controller img.btn_next { right: 0px; }
	#result { position: relative; top: 0; left: 0; height: 10px; padding: 5px; width:150px; text-align:right;}
	.alert { background: #FF0000; color: #fff; }