
#news { 
position: absolute; 
top: 0px; 
left: 0px; 
width: 410px; 
height: 170px; 
overflow: hidden; 
}
/*Changes overall area of space*/

#news-scroll-track 
{ position: absolute; 
top: 0px; 
left: 390px; 
width: 16px; 
height: 160; 
border-top: 1px #0A0A0A solid; 
border-bottom: 1px #0A0A0A solid; 
background: url(images/scroll-track.gif) repeat-y; 
}

#news-scroll-thumb-track 
{ position: absolute; 
top: 20px; 
left: 390px; 
width: 14px; 
height: 140px; 
overflow: hidden; 
}

#news-scroll-thumb 
{ position: absolute; 
top: 0px; 
left: 0px; 
width: 14px; 
height: 30px; 
border: none; 
}

#news-content-clip 
{ position: absolute; 
top: 0px; 
left: 0px; 
width: 211px; 
height: 104px; 
clip: rect(0px,410px,158px,0) 
}

#news-content { position: absolute; top: 0; left: 0; width: 385px }
/*Changes width of text*/


#news-scroll-up 
{ position: absolute; 
top: 3px; 
left: 390px; 
width: 14px; 
height: 16px; 
border: none; 
}

#news-scroll-down 
{ position: absolute; 
top: 176px; 
left: 390px; 
width: 14px; 
height: 16px; 
border: none; 
}
.copy {
font-size: 11px;
font-family: Century Gothic, arial, Georgia, verdana;
line-height: 17px;
color: #8A7E86;
}
.prices {
font-size: 11px;
font-family: Century Gothic, arial, Georgia, verdana;
line-height: 18px;
color: #C63399;
}
A.link:link             {
						font-size: 11px;
                        font-family: Century Gothic, arial, Georgia, verdana;
						color: #8A7E86;
						line-height: 18px;
						text-decoration: underline;
						background-color: transparent;
						}

A.link:visited			{
						font-size: 11px;
                        font-family: Century Gothic, arial, Georgia, verdana;
						color: #8A7E86;
						line-height: 18px;
						text-decoration: underline;
						background-color: transparent;
						}

A.link:active			{
						font-size: 11px;
                        font-family: Century Gothic, arial, Georgia, verdana;
						color: #8A7E86;
						line-height: 18px;
						text-decoration: underline;
						background-color: transparent;
						}

A.link:hover			{
						font-size: 11px;
                        font-family: Century Gothic, arial, Georgia, verdana;
						color: #585156;
						line-height: 18px;
						text-decoration: none;
						background-color: FFFFFF;
						}