#TabShow.loaded {
	width:							320px;
	float:							right;
	margin:							0 0 1em 1em;
}

#TabShow .labels,
.tab_like .labels {
	cursor:							pointer;
	color:							#999;
	font-weight:					bold;
	letter-spacing:					4px;
	margin-bottom:					.5em;
}

#TabShow .labels .selected,
.tab_like .labels .selected {
	cursor:							default;
	color:							#2c4269;
}

#TabShow .tabs {
	width:							320px;
	height:							240px;
	border:							1px solid #2c4269;
	position:						relative;
}

#TabShow .labels li,
.tab_like .labels li {
	padding:						0 1em;
	border:							1px solid #2c4269;
	border-top:						none;
	border-bottom:					none;
}

#TabShow .labels li:first-child,
#TabShow .labels li.first,
.tab_like .labels li:first-child,
.tab_like .labels li.first {
	padding-left:					0;
	border-left:					none;
}

#TabShow .labels li.last,
.tab_like .labels li.last/*,
#TabShow .labels li:last-child,
.tab_like .labels li:last-child*/ {
	padding-right:					0;
	border-right:					none;
}

#TabShow .tabs .tab {
	position:						absolute;
}

#TabShow #slide_controller {
	position:						absolute;
	right:							0;
	top:							-1.75em;
}