.basictab_gallery{
width:50%;
margin:0;
}

.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:50px;
border: 1px #dddddd;
border-bottom: 0px solid #dddddd;
border-style: solid solid solid;
text-align:center;
}

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

.bbs_w1{width:51%;}
.bbs_w2{width:49%;}

.basictab_gallery li a{
display: block;
text-decoration: none;
padding: 0px;
line-height:50px;
border-bottom: none;
font-size:20px;
color: #666666;
border-right:1px solid #dddddd;
}

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

.basictab_gallery li a:hover, .basictab_gallery li a.current{
color: black;
z-index: 3;
line-height:50px;
font-weight:normal;
color: #fff;
background: #1D89DE;
border-bottom:0px solid #3366cc;
}

.basictab_gallery li a:active{
color: #666;
font-weight:normal;
}





.tabcontainer_gallery{
position: relative;
clear: left;
z-index: 2;
width:100%; /*width of 2nd level sub menus*/
height:200px;
margin:0;
padding:20px;
text-align:center;
border: 1px solid #dddddd;
}

.tabcontent_gallery{

display:none;
}

.tabcontainer_gallery .pr_more {

	top: -30px; right: 0px; width:50%; height:50px; text-align: right; font-size: 13px; display: inline-block; position: absolute;

}

@media screen and (max-width: 1200px) { 

.basictab_gallery li a{

font-size:18px;

}
}

@media screen and (max-width: 992px) { 

.basictab_gallery li a{

font-size:16px;

}
}

@media screen and (max-width: 768px) { 

.bbs_w1{width:100%;}
.bbs_w2{width:100%;}

.basictab_gallery li a{

font-size:14px;

}

.tabcontainer_gallery .pr_more {

display:none;

}


}


