@charset "UTF-8";
/* CSS Document */

		
			.container	
			{
				background: url(img/slideTabbg.png);
				width:388px;
				height:500px;
				overflow:hidden;
				top:0px; left:375px; position:absolute;		}
			.selector
			{
			color:#000000;
			}			
			.hovering
			{
			color:#000000;
				
			}						
			.container .TabMenu
			{
				position: relative;
				top: 5px;
				left: 2px;
				z-index: 10;
			}
			.container .TabMenu span
			{
				display: inline-block;
				height: 77px;				
				margin: 0px;
				padding:0px;
				width:10px;  
				
				text-align:center; 
			}
			.container .ContentFrame
			{
				width: 380px;
				height:450px;
				left: 10px;
				position: relative;
				overflow:hidden;
			}			
			.container .ContentFrame .AllTabs
			{
				position: relative;	
				left:0px;		
				width: 2950px;
				height: 600px;
				overflow:hidden;
			}
			.container .ContentFrame .AllTabs .TabContent
			{
				width:360px;
				height: 600px;
				margin-right:20px;
				text-align: justify;
				float:left;
				overflow:hidden;				
			}