﻿   
    #sideBarMap{
        position: fixed;
        width: auto;
        height: 87px;
        top: 400px;
        right:-5px;
        background-image:url(../../images/GUI/background.gif);
        background-position:top left;
        background-repeat:repeat-y;   
        z-index:3000000000;     
    }
    
    #sideBarTabMap{
        float:left;
        height:87px;
        width:28px;
    }
    
    #sideBarTabMap img{
        border:0px solid #FFFFFF;
    }
    
    #sideBarContentsMap{
    overflow:hidden !important;
    }
    #sideBarContentsInnerMap{
        width:200px;
    }
    
    #sideBarLivetrack{
text-align:left;
}

#sideBarLivetrack{
	position: absolute;
        width: auto;
        height: 105px;
        top: 563px;
        right:0px;
       background-image:url(images/background.gif);
        background-position:top left;
        background-repeat:repeat-y;
         background-color: #3b3b3b;
        z-index:200000001;
}

#sideBarTabLivetrack
{
	cursor:pointer;
	float:left;
	height:100px;
        width:28px;
        
}

#sideBarTabLivetrack img{
	border:0px solid #FFFFFF;
}

#sideBarContentsLivetrack{
	float:left;
	float:left;
	overflow:hidden !important;
	width:370px;
	height:105px;
	
}

#sideBarContentsInnerLivetrack{
	width:370px;
}
    