@charset "utf-8";
/* CSS Document */

.container {
	width:285px;
	height:auto;
	overflow:hidden;
	display:block;
	padding-bottom:5px;
}
.selector {
	background: url(img/selector.png);
}
.hovering {
	background: url(img/selector.png);
	opacity: 0.5;
}
.container .TabMenu {
	position: relative;
	z-index: 0;
}
.container .TabMenu span {
	display: inline-block;
	height: 23px;
	margin: 0;
	padding:0;
	width:92px;
	cursor:pointer;
}

.TabMenu span img {
	width:93px;
}

html > body .TabMenu span img {
    width:auto;
}
.container .ContentFrame {
	width: 285px;
	height:auto;
	position: relative;
	overflow:hidden;
}
.container .ContentFrame .AllTabs {
	position: relative;
	left:0px;
	width: 855px;
	height: auto;
	overflow:hidden;
}
.container .ContentFrame .AllTabs .TabContent {
	width:285px;
	height: auto;
	text-align: justify;
	float:left;
	display:inline;
	overflow:hidden;
}

.TabMenu img {
	border:0;
}
