@charset "UTF-8";

#mainPushdown {

width: 970px;
height: 66px;
margin-left:auto;
margin-right: auto;
overflow: hidden;
position: relative;
z-index: 10;

}

#expansionGif {

position: absolute;
top: 0;

}

#collapsedDiv {

width: 100%;
height: 66px;
z-index: 11;

}

#expandedDiv {
position: relative;
width: 100%;
height: 418px;
z-index: 11;
}

.pushdownBtn {

width: 65px;
height: 20px;
opacity: 0.4;
background-color: #fff;
position: absolute;
left: 906px;
text-align: center;
vertical-align: middle;
line-height: 20px;
cursor: pointer;
z-index: 20;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}

#expandedUrl {
position: absolute;
width: 100%;
height: 100%;
background-color: #CCC;
z-index: 13;
cursor: pointer;
background-color: #FFF;
  /* IE 5-8 */
filter: alpha(opacity=0);

  /* Netscape */
-moz-opacity: 0;

  /* Safari 1.x */
-khtml-opacity: 0;

  /* Good browsers */
opacity: 0;

}

#collapsedUrl {
position: absolute;
width: 100%;
height: 100%;
background-color: #9c9;
z-index: 13;
cursor: pointer;
background-color: #FFF;
  /* IE 5-8 */
filter: alpha(opacity=0);

  /* Netscape */
-moz-opacity: 0;

  /* Safari 1.x */
-khtml-opacity: 0;

  /* Good browsers */
opacity: 0;

}

#collapsedImg {

width: auto;
height: auto;
z-index: 12;

}

#expandedImg {

width: auto;
height: auto;
z-index: 12;

}

#expandedVideo {
position:absolute;
right:15px;
bottom: 15px;
z-index:14;
}

