div.scroller {
	width: 250px;
	height: 140px;
	overflow: hidden;
	/*border:1px solid #cccccc;
	background-color: #EEEEEE;*/
	}
	
	#defaultwidth{
	width:240px;
	left:0;
	position:relative;
	float:left;
	left:-40px;
	top:-16px;
	overflow:hidden;
	height: 140px;
	}
	div.scroller div.section {		
		width:240px;
		height:140px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}
	div.scroller div.content {
		width: 10000px;
		}

	/*div#section2 {
		background:#EEEEEE;
		color:#000000;
		}*/
		
	#buttonholder{
	position:absolute;
	width:70px;
	height:150px;
	line-height:22px;
	}
	#leftbutton{
	float:left;
	top:90%;
	position:relative;
	border:none;
		
	}
	#rightbutton{
	float:right;
	top:90%;
	position:relative;
	border:none;
	}
	
	#baselink{
		
		text-align:center;
	 	background-image:url('buttons/basebutton.png');

	}
	
	#baselink a:hover{
		background-image:url('');
		
	}
	
	.msgstyle{
		
		display:none; 
		font-family:Tahoma; 
		font-size: 8pt;
		overflow:hidden; 
		height:60px; 
		background-color:black; 
		color:white;
	}
	
	#baselink a{
		
		font-family:Tahoma;
		font-size:8pt;
		color:#ffffff;
		text-decoration:none;
	    padding:8px;
	    padding-left:10px; 
	    padding-right:10px;
	  

	}
	
	

	#basemenu li
	{
	display: inline;
	list-style-type: none;
	float:left; 
	padding:8px;
	margin-right:1.5px;
	
	
	}
	
			
	#messageholder{
		
		position:absolute; 
		width:500px; 
		
	}
    
 
