/* 롤링
   ================================================== */

#featured { 


	overflow: hidden; }
#featured>img,  
#featured>div,
#featured>a { display: none; }

div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative;
	z-index:0; }

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden }

div.orbit>img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
	width:1100px;
	height:auto; }

div.orbit>a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0; 
    display: none; }

.orbit>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

div.slider-nav {
    display: block }

div.slider-nav span {
    width: 37px;
    height: 40px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 60%;
    margin-top: -50px;
    cursor: pointer; }

div.slider-nav span.right {
    background: url('../images/main_arrow_r.png');
    right: -1px; }

div.slider-nav span.left {
    background: url('../images/main_arrow_l.png');
    left: -1px; }

/* 롤링
   ================================================== */