.tabs{
    position:relative;
    z-index: 2;
}
.tab_content{
    display:none;
}
#IEroot .tabs li{
	zoom:1;
	display:inline
}
.tabs li{
    display:inline-block;
display:-moz-inline-stack;
    margin-right:0.5%;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
	-moz-box-shadow:0 0 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 1px rgba(0,0,0,0.1);
	box-shadow:0 0 1px rgba(0,0,0,0.1);
	background:url("../../media/gtext.jpg") repeat scroll 0 0 transparent;
}
.tabs li a{
    border:1px solid rgba(0,0,0,0.2);
    -moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
    padding:10px 20px;
    display:block;
    background:url("../../media/btn_hl.png") repeat-x scroll 0 -77px transparent;
}
.tabs li a:hover{
    background-position:0px 4px;
}
.tabs li a:active{
    background:#ACACAC;
    color:#FFF;
}
.tabs li a.current{
    border-bottom:1px solid #F8F8F8;
    background-color:rgba(255,255,255,0.7);
}
#IEroot.tabs li{
    zoom:1;
    display:inline;
}
.tab_content{
    padding:10px;
    border:1px solid rgba(0,0,0,0.2);
    position:relative;
    top:-1px;
    z-index: 1;
    background-color:rgba(255,255,255,0.7);
}
.tab_content_wrap{
	background:url("../../media/gtext.jpg") repeat scroll 0 0 transparent;
}
.tab_content .tab-main-content{
	margin-left:420px;
}

#about-radio-ul
{
   display:inline-block;
   width:50%;
   margin-bottom:20px;
}
#about-radio-ul li
{
   width:25%;
}
#about-bruces .gv_galleryWrap
{
   border-radius:8px;
   padding:0;
   border:4px solid #FFF;
   box-shadow:0 2px 5px rgba(0,0,0,0.3);
   float:left;
   margin:0;
}
.friend-info-wrapper
{
   margin-left:520px;
}
.friend-info-wrapper h2
{
   font-size:200%;
   border-bottom:1px solid #4F4F4F;
}
.other-friends
{
    clear:both;
    padding-top:20px;
    text-align:center;
}
.other-friends a.other-friend-container
{
    display:inline-block;
    min-width:120px;
    width:20%;
    text-align:center;
    vertical-align:top;
}
.other-friends a.other-friend-container img
{
    display:inline-block;
    border-radius:50%;
    box-shadow:0 2px 6px rgba(0,0,0,0.4);
    vertical-align:top;
}
.other-friends a.other-friend-container span{
    display: block;
    font-size: 120%;
    font-weight: bold;
    max-width: 10em;
    margin: 0 auto;
    vertical-align:top;
}

.feedback-list {
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
}

.feedback-list li {
	margin: 20px;
	padding: 10px;
	list-style: none;
	background: whitesmoke;
	border-radius: 5px;
}

.feedback-list small {
	text-align: right;
	font-size: 12px;
	display: block;
}