@media print
	{
	    
	    

		
	}	
@media screen
	{
		div.HomePage
			{
				height:119px;	
			}
		div.scrollable 
			{
				
				/* required settings */
				position:relative;
				overflow:hidden;	 	
				width: 420px;	
				height:140px;	
				
				/* custom decorations */
				
				
								
			}
		
		
		div.scrollable div.items 
			{	
				/* this cannot be too large */
				width:20000em;	
				position:absolute;
				clear:both;		
				
				/* decoration */
				margin-left:10px;
			}
		
		/* single scrollable item */
		div.scrollable div.items div
			{
				float:left;
				text-align:center;
				width:120px;				
				font-size:30px;
				font-family: 'bitstream vera sans';
				margin-right: 10px;			
			}
		
		/* active item */
		div.scrollable div.items div.active 
			{
				background-color:#fff;
			}	     

	}
@media all
	{
	
	}
	


