/*******************************************************************************/
/** tab_2 image tabs**/
#tab_2{
	height:426px;
	width:569px;
}
#tab_2 #tab_overflow{
	width:569px;
	height:426px;
}
#tab_2 #tab_body_container{
	width:569px;
}
#tab_2_outer_container{
	display:block;
	height:512px;
	width:569px;
	margin:10px 0px 5px 0px;
	border:1px solid #CCCCCC;
	background:#EEEEEE;
	float:left;
	overflow:hidden;
}
.img_tab{
	width:80px;
	height:80px;
	color:#CACACA;
	border:1px solid #CACACA;
	margin-left:3px;
	cursor:pointer;
	float:left;
	overflow:hidden;
}
.img_tab:hover{
	color:#FFFFFF;
	border:1px solid #F6B442;
}



.img_tab_body{
	background:#FFFFFF;
	margin:0px 0px 0px 0px;
	width:569px;
	height:426px;
}
.img_tab_body img{
	position:relative;
	margin:0 auto;
}





#tab_overflow{
	position:relative;
	overflow:hidden;
	margin:3px 0px 0px 0px;
	width:569px;
	height:90px;
}
#tab_container{
	position:relative;
	white-space:nowrap;
}
#tab_body_container{
	position:relative;
	overflow:hidden;
}


