.asyncImgLoad { clear: none; } 

.commonLink
{
    font-weight:normal;
    font-family: verdana;
    font-size:10px;
	font-weight:bold;
    color: #cbde49;
    text-decoration:none;
    cursor: pointer; 
    padding-right: 12px;
    /* background-image: url('../img_cabecalho/linkArrowBlue.png'); */
    background-position: 100% 60%;
    background-repeat: no-repeat; 
}

.commonLink:hover
{
    font-weight:normal;
    font-family: verdana;
    font-size:10px;
    color: #cbde49;
	font-weight:bold;
    text-decoration:underline;
}  

#accordionContainer {
    width:710px; 
    height:200px; 
    overflow:hidden; 
    background-color:#000; 
    position:relative;
    border:0px solid #EEE; 
    margin:0px;  
    padding:0px;
}

.asyncImgLoadAccordion { clear: none; }

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

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

.accordionImgDiv .slideStrip img
{
	width: 180px;
	height: 200px;
}

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

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

.accordionSlideImage .asyncImgLoadAccordion img {
    width:560px;
    height:200px;
}

.accordionDescBack 
{
    bottom:-52px;
    margin-left:0px;
    margin-top:0px;
    position:absolute;
    left:0px;
    width:560px;
    height:42px;
    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:11px;
    padding-top:0px;
    padding-left:10px;
    text-align:left;
    color:#DDD;
    bottom:-52px;
    margin-left:0px;
    margin-top:0px;
    position:absolute;
    left:0px;
    width:560px;
    height:42px;
    opacity:0.0;
    filter:alpha(opacity=0); /* IE */ 
    background:none;
    border:0px solid red;
}

.accordionDesc p {
    padding-top:-10px;
	margin-top:3px;
}

.accordionDescHeader 
{
    margin-top:3px;
    position:static;
    color:#FFF;
    font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding-bottom:10px;
    margin-bottom:-10px;
}