﻿.container
{
 width:285px;
 height:auto;
 overflow:hidden;
 margin:auto;
 }
 .selector
 {
 background: url(../img/selector.png);
 background-repeat:no-repeat;
 }
 .hovering
 {
 background: url(../img/selector.png);
 background-repeat:no-repeat;
 opacity: 0.5;
 }
 .container .TabMenu
 {
 position: relative;
 top: 5px;
 left: 2px;
 z-index: 10;
 }
 .container .TabMenu span
 {
 display: inline-block;
 height: 30px;
 margin: 0px;
 padding:0px;
 }
 .container .ContentFrame
 {
 width: 285px;
 height:auto;
 left: 0px;
 position: relative;
 overflow:hidden;
 }
 .container .ContentFrame .AllTabs
 {
 position: relative;
 left:0px;
 width:1190px;
 height: auto;
 overflow:hidden;
 }
 .container .ContentFrame .AllTabs .TabContent
 {
 width:285px;
 height: auto;
 margin-right:20px;
 text-align: justify;
 float:left;
 overflow:hidden;
}