#MainTWI {
	FLOAT: left;
	OVERFLOW: hidden;
	WIDTH: 495px;
	POSITION: relative;
	HEIGHT: 380px;
}
.TWITab {
	WIDTH: 495px;
	HEIGHT: 380px;
	background-position: center;
	padding-top: 0px;
}
.TWITab_header {
	position:absolute;
	width:490px;
	height:25px;
	left: -2px;
	top: -2px;
	color: #FFF;
	font-size: 18px;
}
.TWI_image {
	border:5px solid #CCC;
	width:485px;
	height:290px;
	position: relative;
}
.TWITab_button {
	position: absolute;
	left: 345px;
	top: 350px;
	width: 150px;
}
#tabSwitchExtra {
	WIDTH: 23px;
	height: 23px;
	float: left;
	display: none;
}
#ColorSelector {
	position: absolute;
	left: 1px;
	top: 352px;
	width: 344px;
	height: 27px;
}
#ColorSelector .ColorSelected {
	FILTER: alpha(opacity=100);
	opacity: 1
}
.TWICS {
	FILTER: alpha(opacity=50);
	WIDTH: 25px;
	CURSOR: pointer;
	HEIGHT: 25px;
	opacity: 0.5;
	float: left;
	margin-right: 5px;
	background-image: url(../images/num_back.png);
	text-align: center;
	color: #FFF;
	line-height: 24px;
}
.TWICS:hover {
	FILTER: alpha(opacity=80);
	opacity: 0.8
}
.slide {
	position: absolute;
	top: 0px;
	left: 0px;
}

