.basictab_gallery{
width:98%;
margin: 0 auto; /*Áß¾ÓÁ¤·Ä*/
}

.basictab_gallery ul{
margin: 0px;
padding: 0;
margin-left: 0;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
height:45px;
border-top: 1px #dcdcdc;
border-bottom: 1px #dcdcdc;
border-style: solid solid solid;
text-align:center;
}

.basictab_gallery li{
float:left;
margin: 0;
width:33.333333333%;
z-index: 1;
}

.basictab_gallery li a{
display: block;
text-decoration: none;
padding: 0px;
line-height:45px;
border-bottom: none;
font-size:20px;
color: #000;
font-weight:bold;
border-right:1px solid #dcdcdc;
}

.basictab_gallery li.last a {border-right:0px solid #dcdcdc;}

.basictab_gallery li a:hover, .basictab_gallery li a.current{
color: black;
z-index: 3;
line-height:43px;
font-weight:bold;
color: #000;
border-bottom:3px solid #16a1da;
}

.basictab_gallery li a:active{
color: #000;
font-weight:bold;
}

.tabcontainer_gallery{
clear: left;
z-index: 2;
width:90%; /*width of 2nd level sub menus*/
height:150px;
margin: 0 auto;  /*Áß¾ÓÁ¤·Ä*/
padding:10px 0 0 7px;
text-align:center;
border-bottom: 1px solid #dcdcdc;

}

.tabcontent_gallery{
display:none;
}


