/*롤링 바깥 영역*/
/* #content {background:url(../img/bg.gif);text-align:center;padding:20px;} //배경 이미지 사용 */
 
#latest_content {width:100%; margin:0 auto; text-align:center;padding:20px;}

/*롤링 영역*/
#rolling {margin:0 auto;padding:0;position:relative;z-index:1}
 
/*롤링 각 객체*/
#rolling li {margin:0;padding:0;list-style:none;position:absolute;z-index:1;display:none;border:1px solid #000;background-color:#fff; float:left;}
#rolling img{margin:0px;cursor:pointer;border:1px #000 solid;}
 
/*대제목 텍스트*/
#rolling h6{display:none;}
/*소제목 텍스트*/
#rolling span{font-family:'Malgun Gothic', dotum, sans-serif;padding:10px!important;margin:0;color:#000;z-index:100; line-height:40px; font-size:18px!important; text-align:center!important;
position:relative;top:170px; }
 
 
/*맨 앞 돌출 이미지(front)*/
#rolling .front{margin-top:0}
#rolling .front img{margin:0px}
 
/*대제목 텍스트*/
#rolling .front h6{color:#ff6000;z-index:100;font-family:'Malgun Gothic', dotum, sans-serif;font-size:15px;font-weight:bold}
 
/*소제목 텍스트*/
#rolling .front span{font-size:15px;}
 
/*두번째 사이드 이미지(behind)*/
#rolling .behind{}
#rolling .behind img{margin:0px}
#rolling .behind span{font-size:12px}

/*두번째 li 위치*/
#rolling_item2{left:0px !important;}
#rolling_item4{left:0px !important;}
 
/*맨 뒷쪽 이미지(back)*/
#rolling .back{display:none;}
#rolling .back h6{font-size:12px}
#rolling .back span{font-size:7px}
 
#rolling img {border:0;}
#rolling span {display:block;position:absolute;left:0;right:0;bottom:0;text-align:left;cursor:pointer;opacity:0.7;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";filter:alpha(opacity=70)}
#rolling h6 {cursor:pointer}
#rolling a {cursor:pointer;text-decoration:none}
 
#controlbtn {width:100%; clear:both; position:relative; top:-100px; z-index:999;}
.control_left{left:0; float:left;}
.control_right{right:20px; float:right;}







