/******************************** 
    ACCORDION
*********************************/

#accordionContainer {
    width:631px; 
    height:264px; 
    overflow:hidden; 
    background-color:#000; 
    position:relative;
    border:0px solid #EEE; 
    margin-left:0px; 
    margin-top:0px;
}

.asyncImgLoadAccordion { clear: none; }

.accordionImgDiv 
{
    width: 383px;  
    height: 264px; 
    position: absolute;  
    border-left:1px solid #222;  
    margin-left: 0px; 
    background-color: black; 
    cursor:pointer;
    overflow: hidden;
}

.accordionImgDiv .slideStrip
{
    position: absolute;
    width: 90px;
    height: 264px;
    left:0px;
    top:0px;
    overflow: hidden;
    background-image: url('../images/loading6.gif');
    background-repeat: no-repeat;
    background-position: 60% 50%;
    background-color: transparent;
}    

.accordionImgDiv .slideDesc
{
  position: absolute;
  left: 5px;
  bottom: 15px;
  font: normal 12px/12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #eee;     
}

.accordionSlideImage 
{
    border-left: 0px solid #AAA; 
    width:380px; 
    height:264px;
    
   background-image: url('../images/loading10.gif');
   background-repeat: no-repeat;
   background-position: 50% 50%; 
}    

.accordionDescBack 
{
    bottom:-70px;
    margin-left:0px;
    margin-top:0px;
    position:absolute;
    left:0px;
    width:380px;
    height:70px;
    opacity:0.0;
    filter:alpha(opacity=0); /* IE */ 
    background-color:#000;
    border-top:1px solid #111;
}

.accordionDesc 
{
    font-weight:normal;
    font-family: verdana;
    font-size:10px;
    padding-top:0px;
    padding-left:10px;
    text-align:left;
    color:#DDD;
    bottom:-70px;
    margin-left:0px;
    margin-top:0px;
    position:absolute;
    left:0px;
    width:380px;
    height:70px;
    opacity:0.0;
    filter:alpha(opacity=0); /* IE */ 
    background:none;
    border:0px solid red;
}

.accordionDescHeader 
{
    margin-top:2px;
    position:static;
    color:#FFF;
    font: bold 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding-bottom:2px;
    margin-bottom:0px;
}
 
/****************************************** 
   NEWS BAR AND ACCORDION CONTROL PANEL
*******************************************/


#accordionControlPanel
{
    text-align:right;
    width:250px;
    height:14px;
    margin-right:0px;
    display:inline; 
    float:right; 
    margin-bottom:2px; 
    margin-top:0px;
}

#accorControlBtnDesc
{
    margin-right:5px;
    line-height:10px;
    padding-top:0px;
    margin-top:0px;
    font:10px/16px Verdana;
    color:#666;
    vertical-align:top;
}

.accorControlButton
{
    cursor: pointer;
    vertical-align: top;
}

