@charset "utf-8";


/* Promotion - 중간*/

/* 슬라이드 - Main Container*/
.main_view { position: relative; padding-left:5px; top:5px; width:968px; z-index:1;}
/*--Window/Masking Styles--*/
.window { overflow: hidden; /*--Hides anything outside of the set width/height--*/ position: relative; height:307px; width:968px; z-index:1;}
.image_reel { position: absolute; height:307px; width:955px; z-index:1; }
.image_reel img {float: left;}

/* 슬라이드 - Paging Styles*/
.slider_nav { position:absolute; bottom:0px; right:0px; padding:0px 10px; overflow:hidden; width:948px; background-color: #000; opacity:.6; filter:alpha(opacity:60);  z-index:10;}
.page_nav {width:150px; margin:0px auto 0px;}
.page_nav .paging {display: none;}
.page_nav .paging a { float:left; margin-left:10px; width:27px; height:27px;  display:block; text-align:center; text-decoration:none; font-size:24px; color:#4e5360;}
.page_nav .paging a:hover {font-size:24px; color:#596585;}
.page_nav .paging a.active { color:#fff; font-weight: bold;}

.values { float:left; width:60%; height:8px; text-align:left; *zoom:1; overflow:hidden; }
.values a { color:#999 !important; text-decoration: none; display:none; *zoom:1; }
.values a:first-child { display:inline; }
