html, body
{
  font-size: 10pt;
  font-family:  verdana, sans-serif;
  min-height: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0; 
}

html, body
{
  height: 100%;
  width: 100%;
  overflow:hidden;  
}

#outertabs
{
  position:absolute;
  min-height:100%;
  overflow:hidden;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  width:100%;
  height:100%;
}

.clearer{clear:both;}

.ifcls
{
  border:0;
  margin:0 auto;
  padding:0;
  width:100%;
  height:100%;
  bottom:0;
  overflow:auto;
}

#subdiv
{
  position:absolute;
  overflow:hidden;
  /* top:132px; */
  top:0px;
  /* left:-382px; */
  left:0px;
  width:440px;
  height:94px;
  background-color:transparent;
  z-index:10;
}

#uploadspace
{
 height: 200px;
 width:382px;
}

#flashdescr{
    padding:4px;
    height:40px;
    background-color:#000000;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha( opacity = 50 );
    color:#ffffff;
    overflow:hidden;
    /*width:374px;*/
    width:374px;
}

.descrtxt {
    text-align: left;
    font-weight: normal;
    font-size: 11px;
    color: #f7f7f7;
}
.descrhdr {
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
}

#flashcontent{
   min-height:32px;
   height:32px;
  float:left;
  width:382px;
   text-align:center;
   background-color: #000000;
}

#flashdummy{
   min-height:32px;
   height:32px;
  float:left;
  width:382px;
   text-align:center;
   background-color: #000000;
}

#imgdiv ul {
    padding: 0;
    margin: 0;
}

#imgdiv li {
    display: inline;
    list-style-type: none;
}

#imgdiv li a:link, #imgdiv li a:visited {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    color: #ABABAB;
    text-decoration: none;
    text-align: center;
    height: 32px;
    float: left;
    width: 55px;
    padding: 0px;
    background-position: 0px 0px;
    overflow: hidden;
    font-weight: bold;
    background: transparent url(/music/images/arrlr.jpg) 0px 0px no-repeat;
}


#imgdiv li a
{
background: transparent url(/music/images/arrlr.jpg) 0px 0px no-repeat;
  background-position: 0px 0px;
}

#imgdiv li a:hover {
    background-position: -4px 0px;
}

#imgdiv li a.larrow
{
  background-position: -55px 0px;
}

#imgdiv
{
  /* background: transparent url(/music/images/arrlr.jpg) 0px 0px no-repeat; */
  float:left;
  width:55px;
  min-height:44px;
  cursor:pointer;
}
#imgdiv .larrow
{
        background-position: -55px 0px;
  /* background: transparent url(/music/images/arr32.jpg) 0px 0px no-repeat;*/
}

