#media-wrapper
        {
            width: 705px;
            height: 410px;
            border: solid 0px #000000;
            position: relative;
            margin:25px 0px 0px 0px;
            background-image: url('/images/mediacenter/mediacenterbg.gif');
            background-repeat:no-repeat;
        }
        #media-wrapper h2
        {
            font-family: Verdana;
            font-size: 11px;
            line-height: 24px;
            color: #0072ae;
            background-position: bottom left;
            background-image: url( '/images/mediacenter/dashes.png' );
            background-repeat: no-repeat;
            margin:0px 0px 15px 0px;
        }
		
		#media-wrapper h3
        {
            font-family: Verdana;
            font-size: 11px;
            line-height: 24px;
            color: #0072ae;
            background-position: bottom left;
            margin:0px 0px 15px 0px;
        }
        #media-index
        {
            width: 168px;
            height: 350px;
            position: absolute;
            left: 12px;
            top: 15px;
            overflow: scroll;
            overflow-x: hidden;
           
        }
        #media-index img
        {
            border: 0;
            margin: 0px 0px 20px 0px;
        }
       #media  #media-index ul
        {
            margin: 0;
            padding: 0;
        }
      #media  #media-index ul li
        {
            list-style-type: none;
            background-image: url(/images/mediacenter/bluebullet.png);
            background-repeat: no-repeat;
            background-position: 6px left;
            color: #666667;
            font-size: 11px;
            font-family: verdana;
            margin: 0px 0px 10px 0px;
        }
  #media-index ul li a
        {
            color: #1cb9cc;
            text-decoration: underline;
        }
  #media-index ul li a:hover
        {
            text-decoration: underline;
        }
        #media-content
        {
            position:absolute;
            right:0px;
            top:0px;
            width:524px;
            height:411px;
        }
        
        #audioplayer1
        {
        position:absolute;
        left:115px;
        bottom:100px;/*change to 60px if img used*/
               }
        
        #patsradio
        {
        position:absolute;
        top:22px;
        left:22px;
        width:480px;
        height:362px;
        color:#666667;

        text-align:center;
        
        }        
        #patsradio img
        {
        margin:10px 0px 0px 0px;
        display:none; /*remove if img used*/
        }
        
        #patsradio p
        {
            margin:0px auto 0px auto;
            text-align:left;   
            padding:15px 0px 0px 0px; 
            width:290px;
            line-height:16px;
        }
        
        #patsradio h2
        {
            margin:40px auto 0px auto;
            text-align:left;   
            width:290px;
            background-repeat: repeat-x;
            display:block; /*change to none if img used*/
        }
        
        #btns
        {
         position:absolute;
         top:375px;
         left:12px;
        }
        
        .btn
        {
        cursor:pointer;
        }
        
        #vip-image
        {
        width:480px;
        height:362px;
        margin:80px auto;
        text-align:center;
      
        }
        
        #vip-image a
        {
        color:#ffffff;
        text-decoration:underline;
        }
	
	.showBanner {
	display:block;
}

.hideBanner {
	display:none;
}
