
/* emChess adFrame */

/* $Id$ 090605 7:38  */

/*
	Position text off screen. Text used to drive ad content, only visible on $is_ads == true
*/

		#adFrame, #scroller, .adFrameSection { height: 1px; }

		#adFrame {
			overflow: hidden;
			margin: 0 auto;
			width: 238px;
			position: relative;
			}
	
		#scroller {
			width: 200px;
			margin: 0 auto;
			overflow: hidden;
			}

		#adFrameContent {
			width: 5250px;
			}
	
		.adFrameSection {
			width: 190px;
			margin: 10px;
			float: right;
			}
