	@charset "utf-8";
	/* 반드시 들어가야 하는 스타일 시작 */

	/* 본문 공통 */
	body{
			font:12px/1.5 나눔고딕; /*Tahoma, Dotum, AppleGothic, Sans-serif;*/
			background-color:/*@background-color*/#F3F3F3/*@*/;
			background-image:/*@background-image*//*@*/;
			background-repeat:/*@background-image-repeat*/no-repeat/*@*/;
			background-position:/*@background-image-position*/center/*@*/;
			color:#333;
			padding:0; margin:0;
			background-attachment: scroll;
	}
	a:link          { color:#333;     text-decoration:none;}
	a:visited       { color:#333;     text-decoration:none;}
	a:hover         { color:#666;  text-decoration:underline;}
	a:active        { color:#666;     text-decoration:none;}
	div .syntaxhighlighter { overflow-y: hidden!important; overflow-x: auto!important; }
	/* 페이징 - 현재 페이지 */
	.selected               { font-weight:bold; color:#333; }
	.no-more-prev { background:url(images/ico_prev_no.gif) left 1px no-repeat !important; padding-left:6px; color:#999;}
	.no-more-next { background:url(images/ico_next_no.gif) right 1px no-repeat !important; padding-right:6px; color:#999;}
        
        .ad250_outter {display:none; }


	/* 카테고리 - 이미지 버튼 */
		.ib                     { cursor:pointer;}
	/* 카테고리 - 트리 셀 */
		.branch3                { cursor:pointer;}
	/* 카테고리 - 카테고리 옆 개수 스타일 */
		.c_cnt                  { font:9px Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#BA2326;}

	/* 달력 월 표시 */
		.cal_month              { font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;  height:18px; font-weight:bold;}
	/* 달력 요일 표시(th 영역) */
		.cal_week1              { font:12px Dotum, Arial, sans-serif;  height:18px;  font-weight:normal;}
	/* 달력 일요일 표시(th 영역) */
		.cal_week2              { font:12px Dotum, Arial, sans-serif;  color:#f30; }

	/* 달력 Week(tr 영역)  */
		.cal_week               { }
		.cal_current_week       { }

	/* 달력 Day(td 영역) */
		.cal_day                { font:10px Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#999;  text-align:center;}
	/* 달력 Day, 일요일 (td 영역)  */
		.cal_day_sunday         { color:#f30 !important;}
		.cal_day_sunday a        { color:#f30 !important;}

	/* 달력 지난 달 날짜 표시(td)   */
		.cal_day1               { color:#ccc;}
	/* 달력 다음 달 날짜 표시(td)   */
		.cal_day2               { color:#ccc;}
	/* 달력 이번 달 날짜 표시(td) */
		.cal_day3               { color:#666;}
	/* 달력 오늘 날짜 표시(td) */
		.cal_day4               { color:#000;  text-decoration:underline;}
	/* 달력 글쓴 날 링크 스타일 */
		a.cal_click:link        { color:#333;  font-weight:bold;}
		a.cal_click:visited     { color:#333;  font-weight:bold;}
		a.cal_click:hover       { color:#f30;  font-weight:bold;}

	/* 종류별 코멘트 [##_rp_rep_class_##] */
		.rp_general             {  }
		.rp_admin               { /*background:url(images/iconAdmin.gif) no-repeat; padding-left:20px;*/ }
		.rp_secret              { color:#f30;}
	/* 종류별 방명록 글 [##_guest_rep_class_##] */
		.guest_general          { }
		.guest_admin            { /*background:url(images/iconAdmin.gif) no-repeat; padding-left:20px;*/}
	/* 비밀 댓글 (로그아웃시 비밀글 표현)    */
		.hiddenComment { /*background:url(images/iconSecret.gif) no-repeat;  padding-left:20px;  font-weight:normal;*/}


	/* 이미지 아래 캡션 스타일 */
		.cap1                   { color:#999;  text-align:center; padding:4px 0; margin:0;}
	/* 그림 */
		.imageblock      { /*border:1px solid #ddd;padding:3px; margin:5px 0; text-align:center;*/ margin:5px 0;}
	/* 왼쪽 */
		.left                   { }
	/* 가운데 */
		.center                 { }
	/* 오른쪽 */
		.right                  { }
	/* 그림 2개 배치 */
		.dual                   { background-color:#fff; margin-bottom:5px;}
	/* 그림 3개 배치 */
		.triple                 { background-color:#fff; margin-bottom:5px;}

	/* 본문 - more / less */
		.moreless_fold          {font-size:11px; background:url(images/iconMore.gif) center left no-repeat;  padding-left:13px; color:#666;}
		.moreless_top           {font-size:11px; background:url(images/iconLess.gif) center left no-repeat;  padding-left:13px; color:#666;}
		.moreless_body          { }
		.moreless_bottom        {font-size:11px; background:url(images/iconLess.gif) center right no-repeat;  padding-right:13px; color:#666; text-align:right;}

	/* 키워드 */
		.key1 { cursor: pointer; border-bottom: 1px dotted #ccc; }


	/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능 */

	hr              { display:none;}
	img             { border:0;}
	h1, h2, h3, h4  { margin:0;  padding:0;}
	h1              { font-size: 16px;}			/*상단 제목*/
	h2              { font-size: 12px; color:#060606; margin-bottom:2px; }	/* 검색 결과 */
	h3              { font-size: 11px; font-weight:bold; color:#060606; padding:0 0 8px 3px; margin:0 0 3px 0px; border-bottom:#e1e1e1 1px solid;}	/* 사이트바 제목 */
	h4              { font-size:/*@post-title-font-size*/19px/*@*/; font-weight:bolder; padding:22px 0 15px 3px; background:url(images/title_bg.gif) repeat-x;font-weight:bold; font-family:나눔고딕; color:/*@post-title-color*/#BA2326/*@*/; border-bottom:1px #e1e1e1 solid;}	/* 타이틀 */
	input           { border:1px solid #E5E5E5;}
	textarea        { border:1px solid #E5E5E5;}

		
		
	/* 블로그 레이아웃 */

	#headerBox		{ background-image:/*@title-background-image*/none/*@*/; height:/*@title-height*/85px/*@*/; background-repeat:/*@title-background-image-repeat*/repeat-x/*@*/; background-position:/*@title-background-image-position*/center/*@*/; background-color:/*@title-background-color*/#FFFFFF/*@*/; margin:0; padding:0px; background-attachment: scroll;}
	#header			{ width:/*@post-width:320*/960px/*@*/;  margin:0 auto; padding:15px 0 30px 0;  }
	.blog_title		{ font-size:/*@title-font-size*/15px/*@*/; font-family:/*@title-font-family*/Dotum/*@*/; font-weight:bold; margin: 0px 9px 0px 7px; color:/*@title-color*/#FFF/*@*/; }
	.blog_desc		{ color:#999; font-size:11px; }
	.blogger		{ color:#eee; }

	#menuBox		{ height:40px; margin:0px; padding:0px; background:url(images/menu_bg.gif); }
	#menu			{ width:/*@post-width:320*/960px/*@*/; height:40px; margin:0 auto; padding:0px; font-size:14px; font-family:나눔고딕; font-weight:bold; color:#f2f2f2; }
	.menuTable		{ float:left; width:100%; line-height:normal; }
	.menuTable ul	{ margin:0; padding: 0 0 8px 0; list-style:none; }
	.menuTable li	{ display:inline; margin:0; padding:0; }
	.menuTable a	{ float:left; background:url("images/menu_bg.gif"); margin:0; padding:0 0 0 0; text-decoration:none; }
	.menuTable a span	{ float:left; height:13px; cursor:hand; overflow:none; display:block; background:url("images/menu_bg.gif"); padding:13px 15px 14px 15px; color:#FFF; }
	.menuTable .home	{ width:25px; }
	.menuTable .cover	{ width:28px; }
	.menuTable .media	{ width:47px; }
	.menuTable .location	{ width:60px; }
	.menuTable .tag	{ width:17px; }
	.menuTable .keywords	{ width:46px; }
	.menuTable .guestbook	{ width:35px; }
	.menuTable .admin	{ width:28px; }
	.menuTable .write	{ width:25px; }
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	.menuTable a span { float:none; }
	/* End IE5-Mac hack */
	.menuTable a:hover span { color:#FFF; }
	.menuTable a:hover { background-position:0% -40px; }
	.menuTable a:hover span { background-position:100% -40px; }  

	#mainBox		{ margin:10px 0; padding:0; }
	#main			{ width:/*@post-width:320*/960px/*@*/; margin:0 auto; padding:0; }

	.contents		{ width:/*@post-width:10*/650px/*@*/; margin:0 10px 10px 0; padding:10px 10px 0 10px; float:left; background-color:#fff;color:/*@post-body-color*//*@*/;font-family:/*@post-body-font-family*//*@*/나눔고딕;font-size:/*@post-body-font-size*//*@*/;}
	.searchList, 
	.searchRplist		{ margin-bottom:15px; padding:0; overflow:hidden; }
	.searchList ol, 
	.searchRplist ol	{ border-top:1px solid #eee; repeat-x; list-style:none;  padding:10px 0 15px 0;  margin:0; }
	.searchList li, 
	.searchRplist li	{ border-bottom:1px solid #eee;  padding-bottom:2px;  margin-bottom:4px;}
	.searchList .date,
	.searchRplist .date         { font-size: 10px; color:#999; margin-right:10px; }
	.searchList .cnt            { font-size:9px; color:#BA2326;}
	.searchRplist .name         { font-size:10px; color:#999;  padding-left:8px;}

	.localog					{ padding: 0px 0 20px 0; }
	.localog .spot              { background:url(images/iconIndentArrow_local.gif) 3px 2px no-repeat;  padding-left:20px;  margin-top:5px;}
	.localog .info              { background:url(images/iconIndentArrow_localinfo.gif) -2px 2px no-repeat;  padding-left:15px;  margin-top:2px;}
	.localog a:link             { color:#999999;}
	.localog a:visited          { color:#999999;}
	.localog a:hover            { color:#cccccc;  text-decoration:underline;}

	.taglog						{ padding: 0px 0 10px 0; }
	.taglog ul                  { padding:5px; margin:0; text-align:justify;}
	.taglog li                  { display:inline;}
	.taglog a:hover             { }
	.taglog li .cloud1          { background-color:#eee;  color:#004B74;  font-weight:bold;  font-size:16px;}
	.taglog li .cloud2          { background-color:#eee;  color:#BA2326;  font-weight:bold;  font-size:15px;}
	.taglog li .cloud3          { background-color:#eee;  color:#3F8AB2;  font-weight:bold;  font-size:14px;}
	.taglog li .cloud4          { background-color:#eee;  color:#6395B0;     font-size:13px;}
	.taglog li .cloud5          { font-size:12px;  color:#999; }

	#guestbook p                { padding:0; margin-bottom:10px;}

	.guestWrite                 { padding:10px;  font-size:11px;  border-bottom :1px solid #eee;}
	.guestWrite .label			{ margin-left:4px; }
	.guestWrite input           { width:200px; font-size:12px; border:1px solid #f1f1f1;  }
	.guestWrite textarea        { width:/*@post-width:-24*/616px/*@*/; font-size:12px; padding:5px; border:1px solid #f1f1f1;}
	.guestWrite .homepage       { width:200px;}
	.guestWrite .submit         { width:/*@post-width:-12*/628px/*@*/;  height:30px;  background-color:#2f2f2f;  font:11px Arial, Dotum, sans-serif; color:#fff; padding-top:5px; padding-bottom:5px; }

	.guestList                  { padding:10px 0 0 0; background-color:#f7f7f7; }
	.guestList ol,
	.guestList ul               { margin:0; padding:0;  list-style:none;}
	.guestList li p             { margin-top:0px; padding-top:10px;}
	.guestList ol li            { border-bottom:1px solid #e1e1e1;  padding:10px;  margin-bottom:10px; overflow:hidden;}
	.guestList li ul li         { border:1px solid #e1e1e1; margin:10px 10px 2px 40px;    background-color:#eaeaea;  padding-left:15px;  border:none;  overflow:hidden;}
	.guestList li .name         { color:#BA2326; font-weight:bold; margin-right:4px; }
	.guestList li .date         { font:9px Tahoma, Helvetica, Arial, Gulim, sans-serif; margin-right:4px; }

	.guestList .control a.address       { background:url(images/iconAddress.gif) no-repeat;  padding-left:12px;  padding-bottom:2px;  text-decoration:none;}
	.guestList .control a.address span  {}
	.guestList .control a.modify       { background:url(images/iconModify.gif) 4px 2px no-repeat;  padding:0 0 2px 12px;  text-decoration:none;}
	.guestList .control a.modify span  { font-size:11px; }
	.guestList .control a.write        { background:url(images/iconWrite.gif) 4px 2px no-repeat;  padding:0 5px 2px 12px;  text-decoration:none;}
	.guestList .control a.write span   { font-size:11px; }

	.entryNotice { padding: 0px 0 10px 0; }
	.entryNotice h4 a	{ color:#BA2326;}
	.entryNotice .article                 { margin:10px 5px 10px 5px; overflow:hidden;  }
	.entryNotice .article a:link          { color:#00456A;  text-decoration:none;}
	.entryNotice .article a:visited       { color:#00456A;  text-decoration:none;}
	.entryNotice .article a:hover         { color:#BA2326;  text-decoration:underline;}
	.entryNotice .article a:active        { color:#BA2326;  text-decoration:none;}
	.entryNotice .article dt              { text-decoration:underline;}
	.entryNotice .article dd              { margin-left:20px;  padding-bottom:10px;}
	.entryNotice .article blockquote      { background:url(images/iconBlockquote.gif) top left no-repeat;  padding-left:25px;  margin:10px 20px;}
	.entryNotice .info	{ padding:7px 5px 7px 5px ; font-size:11px; border-top:1px #e1e1e1 solid; border-bottom:1px #e1e1e1 solid;}
	.entryNotice .info .category { padding-left:12px; background:url(images/category.gif) center left no-repeat; margin-right:8px; }
	.entryNotice .info .date { font-size:10px; padding-left:12px; background:url(images/clock.gif) center left no-repeat; }

	.entryProtected { padding: 0px 0 10px 0; } 
	.entryProtected h4 a	{ color:#BA2326;}
	.entryProtected p	{ text-align:center; width: 240px; margin:25px auto; }
	.entryProtected .info	{ padding:7px 5px 7px 5px ; font-size:11px; border-bottom:1px #e1e1e1 solid; border-top:1px #e1e1e1 solid;}
	.entryProtected .info .date { font-size:10px; padding-left:12px; background:url(images/clock.gif) center left no-repeat; }
	.entryProtected label	{ font-size:11px; }
	.entryProtected input           { width:150px;  height:22px; font-size:14px; border:1px solid #f1f1f1;  }
	.entryProtected .submit         { width:40px;  height:30px; margin-top:2px; border:0px solid #f1f1f1; background-color:#fff;  font:11px Arial, Dotum, sans-serif; color:#000; }

	.entry { padding: 0px 0 40px 0;}
	.entry h4 a	{ color:/*@post-title-color*/#BA2326/*@*/;}
	.entry .admin	{ font-size:11px; border-bottom:1px #e1e1e1 solid; padding:8px 0 8px 5px;  }
	.entry .article                 { font-size:14px; margin:12px 5px 30px 5px; overflow:hidden;  }
	.entry .article a:link          { color:#00456A;  text-decoration:none;}
	.entry .article a:visited       { color:#00456A;  text-decoration:none;}
	.entry .article a:hover         { color:#BA2326;  text-decoration:underline;}
	.entry .article a:active        { color:#BA2326;  text-decoration:none;}
	.entry .article dt              { text-decoration:underline;}
	.entry .article dd              { margin-left:20px;  padding-bottom:10px;}
	.entry .article blockquote      { background:url(images/iconBlockquote.gif) top left no-repeat;  padding-left:25px;  margin:10px 20px;}
	.entry .author	{ width:640px; font-size:11px; text-align:right; padding:0 10px 10px 0; border-bottom:1px #e1e1e1 solid; }
	.entry .author span { background:url(images/author.gif) center left no-repeat; padding-left:12px;}

	.entry .tagTrail	{ padding:7px 5px 7px 5px;  font-size:11px; border-bottom:1px #e1e1e1 solid;}
	.entry .tagText		{ margin-right:2px; padding-left:12px; background:url(images/entryTag.gif) center left no-repeat;}
	.entry .info	{ padding:7px 5px 7px 5px ; font-size:11px; border-bottom:1px #e1e1e1 solid;}
	.entry .info .category { padding-left:12px; background:url(images/category.gif) center left no-repeat; margin-right:8px; }
	.entry .info .date { font-size:10px; padding-left:12px; background:url(images/clock.gif) center left no-repeat; }


	.entry .actionTrail             { border-bottom:1px #e1e1e1 solid; padding:7px 5px;  font-size:11px; clear:both;}
	.entry .actionTrail .cnt        { color:#BA2326;}

	.entry .trackback               { background-color:#f7f7f7; padding:10px; margin-bottom:4px;  overflow:hidden; border-bottom:1px #e1e1e1 solid;}
	.entry .trackback a             { color:#000;}
	.entry .trackback h3           { font:11px ; color:#000;  font-weight:normal; border-bottom:0px solid #f5f5f5;  margin:10px 5px 5px 5px;}
	.entry .trackback .track_addr   { font:10px ; color:#333;  font-weight:normal;}
	.entry .trackback ol            { margin:0;  padding:0;  list-style:none;}
	.entry .trackback li            { border-top:1px solid #e1e1e1;  padding:8px;margin-top:10px;}
	.entry .trackback .track_title	{ font-size:11px; }
	.entry .trackback .from			{ font-size:11px; }
	.entry .trackback .date         { font:10px Arial, Gulim, sans-serif;  color:#777; margin-right:10px;}
	.entry .trackback p             { font:11px Dotum, Arial, sans-serif;  color:#999;  margin:3px 0 0 0; padding:0;  letter-spacing:-1px}

	.entry .trackback a.delete      { background:url(images/iconDelete.gif) left center no-repeat;  padding-left:8px;  text-decoration:none;}
	.entry .trackback a.delete span { font-size:11px;}

	.entry .comment                          { border-bottom:1px solid #e1e1e1;  background-color:#f7f7f7; padding:10px; margin-bottom:20px; overflow:hidden;} 
	.entry .comment p                        { margin:3px 0 0 0; padding:0;}

	.entry .comment h3                       { display:none;}
	.entry .comment ol,
	.entry .comment ul                       { margin:0;  padding:0;  list-style:none;}
	.entry .comment .date                    { font:10px Arial, Gulim, sans-serif;  color:#777; margin-right:10px;}
	.entry .comment .name                    { font-weight:bold; color:#BA2326; margin-right:4px; }
	.entry .comment .name a                  { font-weight:bold; color:#BA2326; margin-right:4px; }
	.entry .comment ol li                    { padding:10px 5px; border-bottom:1px solid #e1e1e1; }
	.entry .comment li ul li				 { border:1px solid #e1e1e1; margin:10px 10px 2px 40px;   background-color:#eaeaea;  padding-left:15px;  border:none;  overflow:hidden;}
	.entry .comment .control a.address       { background:url(images/iconAddress.gif) left center no-repeat;  padding-left:52px;  padding-bottom:2px;  text-decoration:none;}
	.entry .comment .control a.address span  { font-size:11px;}
	.entry .comment .control a.modify        { background:url(images/iconModify.gif) left center no-repeat;  padding-left:8px;  padding-bottom:2px;  text-decoration:none;}
	.entry .comment .control a.modify span   { font-size:11px;}
	.entry .comment .control a.write         { background:url(images/iconWrite.gif) left center no-repeat;  padding-left:8px;  padding-bottom:2px;  text-decoration:none;}
	.entry .comment .control a.write span    { font-size:11px;}

	.entry .commentWrite                     { padding:0px; margin-top:20px; font-size:11px; }
	.entry .commentWrite input               { width:200px; font-size:12px; border:1px solid #f1f1f1;}
	.entry .commentWrite textarea            { width:/*@post-width:-24*/616px/*@*/; font-size:12px; padding:5px; border:1px solid #f1f1f1;}
	.entry .commentWrite .homepage           { width:200px;}
	.entry .commentWrite .submit             { width:/*@post-width:-12*/628px/*@*/;  height:30px;  background-color:#2f2f2f;  font:11px Arial, Dotum, sans-serif; color:#fff; padding-top:5px; padding-bottom:5px;}
	.entry .commentWrite .secretWrap         { float:right; position:relative; top:-23px; left:-10px;}
	.entry .commentWrite .checkbox           { border:none; padding:0; margin:0; width:20px;}


	.line	{ height:1px; background-color:#e1e1e1; margin-bottom:10px; }

	#page-error 
	{ 
		font-weight          : bold; 
		padding              : 200px 0; 
		text-align           : center; 
	}

	.paging            { text-align:center;  font-size:11px; background-color:#f8f8f8; padding:10px 0 10px 0;margin-bottom:10px;}
	.paging .numbox    { border-left:1px solid #ccc; padding-left:6px; margin-left:6px;  font-size:11px;}
	.paging .num       { border-right:1px solid #ccc; padding-right:8px; margin-right:5px;}
	.paging #prevPage { background:url(images/ico_prev_no.gif) left 1px no-repeat; padding-left:6px;}
	.paging #nextPage { background:url(images/ico_next_no.gif) right 1px no-repeat; padding-right:6px;}


	.sidebar		{ width:280px; margin:0;  padding:0px; font-size:12px; border:#aeaeae 0px solid; float:right;}
	.sidebar h3     { font-size: 11px; font-weight:bold; color:#060606; padding:0 0 8px 3px; margin:0 0 3px 0px; border-bottom:#e1e1e1 1px solid;}	/* 사이트바 제목 */
	.sidebar .data	{ padding: 6px 0 0 3px; }
	.sidebar .date	{ font-size:10px; margin:0 0 0 10px; color:#999; }
	.sidebar .cnt	{ font-size:9px; margin:0 0 0 1px; color:#BA2326; }
	.sidebar .dot	{ color:#999; margin-right:5px; }
	.blogImage		{ padding:10px; margin:0 0 10px 0; background-color:#fff; }
	.notice			{ padding:10px; margin:0 0 10px 0; background-color:#fff; }
	.notice ul		{ margin:0; padding: 6px 0 0 3px; list-style:none; }
	.notice li		{ margin:0 0 4px 0; }
	.search			{ padding:10px; margin:0 0 10px 0; background-color:#fff; }
	.search         { text-align:center;}
	.search input   { width:220px;  height:20px; margin:0 4px 0 0; border:0px solid #AFAFAF; font-size:14px; color:#060606;}
	.search .submit { background:url(images/btn_search.gif) 3px 3px no-repeat; width:20px;  height:20px; text-indent:-5000px; border:0; cursor:pointer;}
	.authorList			{ padding:10px; margin:0 0 10px 0; background-color:#fff; }
	.authorList ul		{ margin:0; padding: 6px 0 0 3px; list-style:none; text-align:justify;}
	.authorList li      {  display:inline;}
	.category		{ padding:10px; margin:0 0 10px 0; background-color:#fff; }
	.tagbox			{ padding:10px; margin:0 0 10px 0; background-color:#fff; }
	.tagbox ul		{ margin:0; padding: 6px 0 0 3px; list-style:none; text-align:justify;}
	.tagbox li      {  display:inline;}
	.listBox		{ padding:10px; margin:0 0 10px 0; background-color:#fff; }
	.listBox ul		{ margin:0; padding: 6px 0 0 3px; list-style:none; }
	.listBox li		{ margin:0 0 4px 0; }
	.calendar		{ padding:10px; margin:0 0 10px 0; background-color:#fff; }
	.counter		{ padding:10px; margin:0 0 10px 0; background-color:#fff; }
	.counter ul		{ margin:0; padding: 6px 0 0 3px; list-style:none; }
	.counter li		{ margin:0 0 4px 0;}


	#footerBox		{ height:40px; clear:both; text-align:center; margin:0; padding:0; background:url("images/menu_bg.gif"); }
	#footbar			{ width:960px; margin:0 auto; clear:both;}
	.designer		{ margin:11px; 0 0 20px; font-size:11px; color:#fff; float:left;}
	.designer a:link          { color:#D6EAEF;  text-decoration:none;}
	.designer a:visited       { color:#D6EAEF;  text-decoration:none;}
	.designer a:hover         { color:#D6EAEF;  text-decoration:underline;}
	.designer a:active        { color:#D6EAEF;  text-decoration:none;}
	.rss	{ width:52px; height:40px; margin:0; padding:0; float:right; overflow:hidden;}
	.rss span { width:52px; height:40px; overflow:hidden;}