/* BASIC css start */
#main { position: relative; }


/* 큰이미지 */

.slide {	width: 880px;height: 400px;	border: 0px solid gray;	position: relative;	margin: 0 auto;}
.slide img {width: 880px; height: 400px;	border: 0px; display: none;	position: absolute;	left: 0px;	top: 0px;}
.link_btn {width: auto; height: auto; padding: 0px 0px; position: absolute; bottom: 10px;right: 0px;z-index: 5;}
.btn {width: 15px;height: 15px;margin: 3px 3px; background-color: #e5e5e5;	border-radius: 50%;	float: left; cursor: pointer;}


/* 베스트상품리스트 */

.flash_banner {border:0px solid #e3e3e3;	position:relative;padding:0;	margin:0px auto 0px;width:880px;height:280px;z-index:0;}

.flash_banner .flash_banner_body{float:left;position:absolute;padding:0px;width:830px;height:250px;padding-top:0px;overflow:hidden;margin-left:25px;}
.flash_banner .flash_banner_body ul {float: left;position:absolute;list-style-type: none; width:2922px;height:250px;zoom*1;margin:0px;padding:0px;overflow: hidden;}
.flash_banner .flash_banner_body li {float: left;text-align:center;position: relative;width:207px;border-right:0px solid #ddd;line-height:0px;padding:0px;margin:0px;overflow: hidden;}
.flash_banner .flash_banner_body li img { width:200px; display:inline;margin:0px;padding:0px; border:0px solid #F1F1F1;}

.flash_banner .btn {cursor:pointer;z-index:12;}
.flash_banner .btn_left {  position:absolute; left:0px; top:110px; width:0px;  text-align:center; z-index:13;}
.flash_banner .btn_right { position:absolute; right:0px; top:110px;   text-align:center; z-index:13;} 



/* BASIC css end */

