.basictab_gallery{
width:300px;
margin: 0 0;
padding: 0;
}

.basictab_gallery ul{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.basictab_gallery li{
float:left;
margin: 0;
z-index: 1;
}

.basictab_gallery li a{
display: block;
text-decoration: none;
padding: 0px;
line-height:30px;
border-bottom: none;
font-size:1.2em;
color: #000;
}

#ddtabs_gallery li.last {padding-right:0;}
.basictab_gallery li.last a {}

.basictab_gallery li a:hover, .basictab_gallery li a.current{
z-index: 3;
font-weight:bold;
color: #b10e0b;
cursor: pointer;
}

.basictab_gallery li a:active{
color: #000;
font-weight:bold;
}

.tabcontainer_gallery{
clear: left;
z-index: 2;
/*width of 2nd level sub menus*/
margin:0;
padding:0;
text-align:center;
/*border-bottom: 1px solid #ccc;*/
}

.tabcontent_gallery{
display:none;
}