/********************************     ACCORDION*********************************/#accordionContainer {	float: left;	border:0 solid #EEEEEE;	height:238px;	overflow:hidden;	position:relative;	width:469px;}.asyncImgLoadAccordion { clear: none; }.accordionImgDiv {	background-color:black;	cursor:pointer;	height:238px;	margin-left:0;	overflow:hidden;	position:absolute;	width:469px;}.accordionImgDiv .slideStrip {    position: absolute;    width: 160px;    height:238px;    left:0px;    top:0px;    overflow: hidden;    background-image: url('images/loading6.gif');    background-repeat: no-repeat;    background-position: 50% 50%;    background-color: transparent;}    

.accordionImgDiv .slideDesc {	position: absolute;	left: 15px;	bottom: 15px;	font: normal 12px/12px "Trebuchet MS", Arial, Helvetica, sans-serif;	text-transform: uppercase;	color: #eee;
}
.accordionSlideImage {	background-image:url("images/loading10.gif");	background-position:50% 50%;	background-repeat:no-repeat;	border-left:0 solid #AAAAAA;	display:block;	height:238px;	width:469px;}    

.accordionDescBack {    bottom:-70px;    margin-left:0px;    margin-top:0px;    position:absolute;    left:0px;    width:760px;    height:40px;    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:760px;    height:40px;    opacity:0.0;    filter:alpha(opacity=0); /* IE */     background:none;    border:0px solid red;}.accordionDesc p {    color:#DDD;    font-weight:normal;    font-family: verdana;    font-size:10px;    width:680px;    }.accordionDescHeader {  text-transform:uppercase;  margin-top:5px;    position:static;    color:#FFF;    font: bold 20px "Trebuchet MS", Arial, Helvetica, sans-serif;    padding-bottom:3px;    margin-bottom:0px;} /******************************************    ACCORDION CONTROL PANEL*******************************************/#accordionControlPanel {    text-align:right;    width:250px;    height:16px;    margin-right:40px;    display:inline;     float:right;     margin-bottom:5px;     margin-top:5px;}#accorControlBtnDesc {    margin-right:5px;    padding-top:0px;    margin-top:0px;    font:10px/16px Verdana;    color:#666;
    vertical-align:top;
}.accorControlButton {    cursor: pointer;    vertical-align: top;}