
div#i_containTab{
	position:relative;
	display:block;
	width:610px; /* กำหนดความกว้างทั้งหมด   */
	
}
ul#navi_containTab{
	list-style:none;
	padding:0;
	margin:0;	
	width:100%;

}
ul#navi_containTab li{
	display:block;
	float:left;
	height:75px;	
	width:180px;  /* กำหนดความกว้างทั้งหมด  หารด้วยจำนวนเมนูแท็บ  */
	border:0px solid #CCC;
	line-height:25px;
	cursor:pointer;
	text-align:center;
}
/* class รูปแบบของแต่ละเมนู */
.tabNavi1{
	margin-left:5px;

}
.tabNavi2{
	margin-left:5px;

}
.tabNavi3{
    margin-left:5px;		
}


ul#detail_containTab{
	list-style:none;
	padding:0;
	margin:0;	
	width:100%;	
}
ul#detail_containTab li{
	float:left;
	width:100%;
	height:150px;	
}
.selector
			{
				background: url(../images/etc/selector.png) no-repeat;
			}
.hovering
			{
				background: url(../images/etc/selector.png) no-repeat;
				opacity: 0.5;	
			}
/* class รูปแบบของแต่ละเนื้อหา */
.detailContent1{
	display:block;
	margin-top: -15px;
}
.detailContent2{
			
	display:none;
	
}
.detailContent3{

	display:none;	
}
.Pic-Content-Welcome{
	float:right;
	
}
.welcome {
 width: 180px; 
height: 46px;
background:url(../images/etc/welcome.png) no-repeat;
}.welcome:hover {
 width: 180px; 
height: 46px;
background:url(../images/etc/welcome_hover.png) no-repeat;
	  }
  .order_process1{
 width: 180px; 
height: 46px;
background:url(../images/etc/order_process1.png) no-repeat;
}.order_process1:hover {
 width: 180px; 
height: 46px;
background:url(../images/etc/order_process1-hover.png) no-repeat;
	  }
	    .order_process2{
 width: 180px; 
height: 46px;
background:url(../images/etc/order_process2.png) no-repeat;
}.order_process2:hover {
 width: 180px; 
height: 46px;
background:url(../images/etc/order_process2-hover.png) no-repeat;
	  }