﻿.left {float:left;}
.right {float:right;}

#myscroller 
{
	width: 210px;
	height:120px; 
	
	overflow:hidden; 
	
	margin:5px;
}


.scrollerTop
{
	background-image: url('../../upload/images/site/whatsnew_top.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #eeedeb;
	height: 38px;
	
}
.scrollerContent
{
	background-color: #a4c8e8;	
	
}
.scrollerContent a:link
{
	text-decoration: underline;
}
.scrollerBottom
{
	background-image: url('../../upload/images/site/whatsnew_bottom.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #eeedeb;
	height: 42px;
	text-align: center;
	
}