/* ini utk hot news */
	#mainContainer{
		width:210px;
/*		margin:0 auto; */
		background-color:#FFF;
		text-align:left;	
	}	
	/* 
	END OF DEMO CSS
	*************************************/
	
	/* CSS for my first scrolling box utk hot news */
	#scrollingContainer{
		width:210px;	/* 170 pixels in width */
		height:230px;	/* Height of box */
		line-height:18px;
		
		/*border:1px solid #000;	 Black border around box */
		background-color: #0066FF ;	/* Light blue background color */
/*		padding:2px;	 A little bit of space between border of box and text inside */
		float:left;	/* I want the text to wrap around the box */
/*		margin-right:10px;	 Right margin of 10 pixels */
/*		font-size:0.9em;	 Smaller font size than the rest of the page */
		
		overflow:hidden;	/* Hide overflow content */
	}
	/* End css for my first scrolling box */
		
	/* CSS for my second scrolling box  utk kalender*/
	#scrollingContainer2{
		width:205px;	/* Width of second box */
		height:230px;	/* Height of second box */		
		line-height:16px;
		background-color: #0066FF;
		padding:2px;	/* A little bit of space between border of box and text inside */
		float:left;	/* I want the text to wrap around the box */
		color: #fff;	/* red text color */
		overflow:hidden;	/* Hide overflow content */
	}