
			.container	
			{
			
				width:748px;
				height:220px;
				overflow:hidden;
				margin:auto;
				position:relative;
			}
										
			.container .TabMenu
			{
				position:absolute;
				top: 26px;
				right:6px;
				z-index: 10;
			}
			.container .TabMenu span
			{
				display: block;
				background:#FFF;
				background: url(bgEventLink.png);
				width:222px;
				height:44px;
				line-height:14px;
				padding:0px;
				cursor:pointer;
				margin-bottom:2px;
				font-size:11px;
				color:#333;
				padding:8px 14px 2px;
				
			}
			.container .TabMenu span.selector
			{
				background: url(bgEventLinkSelector.png);
			}	
			
			.container .TabMenu img{
				border:1px solid #FFF;
				float:left;
				margin-right:10px;
			}
			.container .ContentFrame
			{
				width:940px;
				height:220px;
				position: absolute;
				overflow:hidden;
				z-index:1; 
			}			
			.container .ContentFrame .AllTabs
			{
				position: relative;	
				left:0px;
				height: 2000px;
			}
			.container .ContentFrame .AllTabs .TabContent
			{
				position: relative;	
				height: 220px;
				margin-bottom:10px;
				float:none;
				overflow:hidden;
							
			}
			.container .ContentFrame .AllTabs .TabContent img{
				
			}
			.container .ContentFrame .AllTabs .TabContent a{
				text-decoration:none;
			}
			.container .ContentFrame .AllTabs .TabContent .text{
				position:absolute;	
				top:25px;
				left:25px;	
				bottom:25px;
				right:260px;
				padding:24px 20px;	
				background:#000;
				background: url(bgEventDescription.png);
				color:#FFF;
			}
			.text h3{
				color:#FFF;
				font-size:22px;
				margin-bottom:0;				
			}
			.text p.date{
				color:#FFF;
				font-size:22px;
				margin-bottom:18px;	
			}

