@charset "utf-8";
/* CSS Document */
body {
	font-size:12px;
}

.MediaBarList
{
    width: 455px;
    height: 356px;
    overflow: hidden;
    position: relative;
}
.MediaBarList .MediaBarItem_Normal
{
    width: 455px;
    height: 356px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
.MediaBarList .MediaBarItem_Active
{
    width: 455px;
    height: 356px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
}
.MediaBarWrapper
{
    position: relative;
}
.MediaBarWrapper .MediaBarButtonList
{
    position:absolute;
    bottom: 12px;
    right: 12px;
    z-index: 1000;
}
.MediaBarWrapper .MediaBarButtonList .MediaBarButtonItem_Normal
{
    background-color: #2d2a2d;

	filter:alpha(opacity=60);   /* Internet Explorer       */
  	 -moz-opacity:0.6;           /* Mozilla 1.6 and below   */
  	 opacity: 0.6;
    color: #fff;
    width: 35px;
    text-align: center;
    font-weight: normal;
    display: block;
    padding: 3px 0px; 
    float: left;
	text-decoration: none;
}

.MediaBarWrapper .MediaBarButtonList .MediaBarButtonItem_Active
{
    background-color: #7d7c5d ;
	filter:alpha(opacity=90);   /* Internet Explorer       */
  	-moz-opacity:0.9;           /* Mozilla 1.6 and below   */
  	opacity: 0.9;
    color: #fff;
    width: 35px;
    text-align: center;
    font-weight: bold;
    display: block;
    padding: 3px 0px; 
    float: left;
    text-decoration: none;
}
.whiteLink {
	color: #fff;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}