<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.basictab_gallery{
width:1034px;
margin:20px 0 0;
}

.basictab_gallery ul{
margin: 0px;
padding: 0;
margin-left: 30px;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
height:25px;

text-align:center;
}

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

.basictab_gallery li a{
display: block;
text-decoration: none;
padding: 0px;
line-height:35px;
border-bottom: none;
font-size:13px;
color: #fff;
}

.basictab_gallery li.last a {border:0px solid #ccc;}

.basictab_gallery li a:hover, .basictab_gallery li a.current{
color: black;
z-index: 3;
line-height:34px;
font-weight:bold;
color: #fff;
border-bottom:2px solid #fbe100;
}

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

.tabcontainer_gallery{
clear: left;
z-index: 2;
margin:0;
padding:10px 0 0 7px;

}

.tabcontent_gallery{
margin-top:50px;
display:none;
}</pre></body></html>