@charset "utf-8";


/* RSS */

#rss div{
background:url(../img/rss_bg.png) no-repeat;
width:250px;
height:320px;
}

div.rss{
background:url(../img/rss/rss_bg.png) no-repeat;
width:280px;
padding:3px 3px 0 3px;
}

div.rss h2{
background:url(../img/rss/h2.png) no-repeat;
border:1px solid #FFF;
overflow:hidden;
width:278px;
height:28px;
text-indent:-9999px;
}

div.rss div.content{
background:url(../img/rss/div_bg.png) repeat-x;
border-width:0 1px 1px 1px;
border-style:solid;
border-color:#FFF;
width:272px;
height:124px;
padding:3px;
}

div.rss div.scroll-pane{
width:272px;
height:124px;
}

div.rss dl{
line-height:1.5;
}

div.rss dl dt{
background:url(../img/rss/rss_dt_bg.gif) no-repeat;
padding:0 0 0 3px;
margin-bottom:-1.5em;
}

div.rss dl dt a{
font-size:75%;
font-weight:bold;
}

div.rss dl dt a:link,
div.rss dl dt a:visited{
color:#F03;
}

div.rss dl dt a:hover,
div.rss dl dt a:active{
color:#C00;
}

div.rss dl dd{
margin-bottom:3px;
font-size:75%;
}

div.rss dl dd.date{
padding-right:3px;
border:none;
margin-bottom:0;
font-size:100%;
text-align:right;
}

div.rss dl dd.date span{
background-color:#F33;
color:#FFF;
padding:0 2px;
font-family:Arial, Helvetica, sans-serif;
font-size:68.75%;
font-weight:bold;
}


/******/

.slidemaximage { display:none; }	
.loader        { position:absolute;z-index:9999;width:39px;height:39px;top:49%;left:49% }
.maximage 			{ position:fixed !important; }

/*****/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: url(../img/rss/drag_middle.gif) repeat-y;
	cursor: pointer;
	overflow: hidden;
	height:8px;
}
.jScrollPaneDragTop {
	position: absolute;
	background: url(../img/rss/drag_top.gif) repeat-y;
	top: 0;
	left: 0;
	overflow: hidden;
	height:6px;
}
.jScrollPaneDragBottom {
	position: absolute;
	background: url(../img/rss/drag_bottom.gif) repeat-y;
	bottom: 0;
	left: 0;
	overflow: hidden;
	height:6px;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}