/* CSS Document */
/*ScrolllBar for the main homepage*/
#masterwrap 
{
position: relative;
width: 383px;
height: 169px;
background: #003373 url(bluebg.png) no-repeat scroll 0 0; 
display: block;
}

.wrap 
{
color:white;
position: relative;
float: left;
border: 1px none blue;
overflow: hidden; 
}
.wrap h1{
color:white;
font-size: 30px;
font-family: Tahoma;
text-decoration: blink;
}

.wrap h2{
margin: 2px 0px 0px 5px;
color:yellow;
font-size: 16px;
font-weight: bold;
font-family: Arial;
background: none;
}

.wrap h3{
margin: 2px 0px 0px 20px;
color: white;
font-size: 20px;
font-weight: bold;
font-family: Arial;
background: none;
}

#leftarrow
{
background: transparent url(lablue.png) no-repeat scroll 0 0; 
line-height:169px;
float: left;
width: 30px;
}


#rightarrow
{
background: transparent url(rablue.png) no-repeat scroll 0 0; 
line-height:169px;
width: 30px;
}

#scrollwindow{
float: left;
width: 320px;
height: 169px;
z-index: 1;
}
  
  #tabs
  {
    width: 3000px;
    height: 169px;
    overflow: hidden;
  }
  #tabParent
  {
    width: 3000px;
  }
  #tabs .tabPanel
  {
  position: relative;
  top: 5px;
    height: 160px;
    width: 320px;
    border: 0px;
    float: left;
    left: 5px;
  }
  
  
  #tabs .tabPanel
  {
  margin: 5px;
    border: 0px solid red;
    width: 310px;
    _width: 310px;
    height: 160px;
    _height: 160px;
  }
