#homepagepanel {
position:relative; top:0px; left:0px;
margin:0px;
width:960px; height:290px !important;
background:#000;
border-top:solid 1px #fff;
}


div.panelTXT{
margin:10px 0px 0px 10px;
float:left;
color:#fff;
width:510px;
font-size:80%;
}

div.panelTXTsmaller{ font-size:70%; line-height:120%; }

div.panelTXT a{
color:#fff;
text-decoration:none;
font-weight:bold;
}
div.panelTXT a:hover{
color:#666;
}

div.panelIMG{
margin:10px 0px 0px 0px;
float:right; margin-right:40px;
color:#fff;
width:400px; height:270px;
}


#tabs{
position:absolute; top:290px; left:0px;
width:960px; height:69px; overflow:hidden;
padding:0px; margin:0px;
background:#000;
}
#tabs ul {
display: inline;
list-style:none;
}
#tabs ul li {
float:left;
}

#tabs a.tab1 {
background:url(/skin/live/img/panelimgs/tab1.jpg) no-repeat;
float: left;
padding: 0px;
overflow: hidden;
width:240px; height:69px; 
}
#tabs a.tab1:hover {
background:url(/skin/live/img/panelimgs/tab1hover.jpg) no-repeat;
}
#tabs a#tab1.selected {
background:url(/skin/live/img/panelimgs/tab1selected.jpg) no-repeat;
}
#tabs a.tab2 {
background:url(/skin/live/img/panelimgs/tab2.jpg) no-repeat;
float: left;
padding: 0px;
overflow: hidden;
width:240px; height: 69px; 
}
#tabs a.tab2:hover {
background:url(/skin/live/img/panelimgs/tab2hover.jpg) no-repeat;
}
#tabs a#tab2.selected {
background:url(/skin/live/img/panelimgs/tab2selected.jpg) no-repeat;
}
#tabs a.tab3 {
background:url(/skin/live/img/panelimgs/tab3.jpg) no-repeat;
float: left;
padding: 0px;
overflow: hidden;
width:240px; height: 69px; 
}
#tabs a.tab3:hover {
background:url(/skin/live/img/panelimgs/tab3hover.jpg) no-repeat;
}
#tabs a#tab3.selected {
background:url(/skin/live/img/panelimgs/tab3selected.jpg) no-repeat;
}

#tabs a.tab4 {
background:url(/skin/live/img/panelimgs/tab4.jpg) no-repeat;
float: left;
padding: 0px;
overflow: hidden;
width:240px; height: 69px;
}
#tabs a.tab4:hover {
background:url(/skin/live/img/panelimgs/tab4hover.jpg) no-repeat;
}
#tabs a#tab4.selected {
background:url(/skin/live/img/panelimgs/tab4selected.jpg) no-repeat;
}