﻿#FlashObjects
{
    width:500px;
    height:330px;
    margin-top:20px;
    position:relative;
    float:right;
    
    }
    
    #FlashObjects #FlashObjectsContent
    {
        height:330px;
        }
        
        #FlashObjects #FlashObjectsContent .FlashObjectsHeader
        {
            width:500px;
            height:30px;
            
            text-align:center;
            }
            
        #FlashObjects .FlashObjectsHeader h2
        {   
            display:inline;
            color:#880003;
            text-align:center;
            }
            
            #FlashObjects #FlashObjectsContent .flashcontainer
            {
                width:500px;
                height:300px;
                position:absolute;
                bottom:0px;
                z-index:10;
                }
                
            #FlashObjects .flashOverGradient
            {
                background:url(/framework/images/coverflowGradient.png) no-repeat;
                border:1px solid red;
                width:500px;
                height:52px;
                position:absolute;
                bottom:0px;
                left:0px;
                right:0px;
                z-index:200;    
                
                }
