@font-face { 
FONT-FAMILY:arial; 
src:url(arial.eot)/*tpa=http://old.ultaris.cafe24.com/web/supload/arial.eot*/; 
}

 
.title {color:#ffffff; font-family:arial; font-size:13pt;font-weight:bolder;padding-top:14px;padding-right:4px;}
.img {padding-top:10px;}



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



body {}
img {border:0}
a {text-decoration:none}
 
/*스크롤러 스타일*/
 
/*scroller width가 1200px인 이유는?
- 현재 이미지 가로 사이즈는 1200
- 이미지와 이미지 여백은 0
- 현재 보이는 이미지 갯수는 1개(중간 여백 갯수는 0개)
계산식 = (1200(이미지가로크기)
1(이미지출력갯수)=1200)+(0(여백갯수)
0(여백마진값)) = 1200
*/
div#scroller {position:relative;height:800px; width:1250px; padding:0; margin:0; clear:both;overflow:hidden;border:0px #999 solid}
 
/*좌우버튼*/
div.button {height:0px;}
#btn1, #btn2 {cursor:pointer}
 
ul#scrollerFrame {width:12500px; padding:0;margin:0;list-style:none;}
ul#scrollerFrame li {position:relative;float:left; margin-right:0px;width:1250px;height:800px;}
 
/*가격 및 설명 부분*/
ul#scrollerFrame li p {margin:0;padding:0}
ul#scrollerFrame li p.price{font-family:verdana;font-size:12px;font-weight:bold;margin-top:7px;text-align:center;color:#0a62cf}
ul#scrollerFrame li p.comment{font-family:돋움;font-size:11px;letter-spacing:-1px;margin-top:4px;padding:0 5px;text-align:center;color:#555;line-height:130%}
 
/*붙박이 아이콘 설정*/
.besticon {position:absolute;top:0;left:0}
 
                      
 