/* CSS Document */

.tabbody {
	float:right;
	width:480px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	
}
.tabbody #box1,
.tabbody #box2,
.tabbody #box3 {
	width: 480px;
	}

.tabheader { list-style: none; width:200px; }
.tabheader li{
	float:left;
	width:55px;
	height:55px;
	display:block;
	margin:0 5px 0 0;
	padding:0;
	}

.tabheader li img{
	width:55px;
	height:55px;
	* margin: 0 0 -5px; 0;
	}
	

.open { 
	opacity: 0.9;
	border:solid 1px #40529f;
	}
	
.close { 
	* filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity: 0.3;
	border:solid 1px #CCCCCC;
	}

#box2{display:none;} 
#box3{display:none;} 
#box4{display:none;}
