/*스크롤러 스타일*/

/*scroller width가 550px인 이유는?
- 현재 이미지 가로 사이즈는 130
- 이미지와 이미지 여백은 10
- 현재 보이는 이미지 갯수는 4개(중간 여백 갯수는 3개)
계산식 = (130(이미지가로크기)*4(이미지출력갯수)=520)+(3(여백갯수)*10(여백마진값)) = 550
*/


.main_slide_bg {position:relative;margin:30px auto 20px;width:190px; padding:0}
#scroller {position:relative;width:133px; height:101px;margin:0 auto;padding-top:15px;clear:both;overflow:hidden; }

/*좌우버튼*/

#sb_btn2_1 { position:absolute;right:10px;cursor:pointer;top:48%;z-index:10;}
#sb_btn2_2 { position:absolute;left:10px;cursor:pointer;top:48%;z-index:10;}

ul#scrollerFrame {width:1000px; padding:0 ;margin:0px;list-style:none;}
ul#scrollerFrame li {position:relative;float:left;width:133px;height:101px;}