#slideshow {
	padding-top: 20px;
}
#HeadTitle{
	clear:both;
	height:264px;
	margin:0 auto;
	width:645px;
}
#MainTWI{
	width: 470px;
	height: 264px;
	position:relative;
	overflow: hidden;
	float: left;
}
.TWITab{
	width:470px;
	height:264px;
	z-index: 0;
}

#ColorSelector{
	position:relative;
	float: right;
}
#ColorSelector .ColorSelected{
	background:url(../styleImages/gallery_button_hover.png) no-repeat;
	height: 69px;
	color: #990033;
	font-weight: bold;
	opacity: 1;
	filter: alpha(opacity=100);
}
.TWICS{
	background:url(../styleImages/gallery_button.png) no-repeat;
	width:175px;
	height: 65px;
	cursor: pointer;
	color: #333366;
	font-weight: bold;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.TWICS:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}
.TWICS div {
	padding: 10px;
}