﻿ 
   
#ImageSlideShow
{
    float:left;
    width:790px; 
    height:450px;
    background-image:url(images/bg.jpg);
    background-position:10px 0px;
    background-repeat:no-repeat;
    position:relative;
    }
    
#ImageSlideShow #ImageSlideHolder    
{
	width:790px;
	height:441px;
	position:absolute;
	top:5px;
	left:0px;
	overflow:hidden;
    }
    
#ImageSlideShow #ImageSlideHolder .Slide
{
    position:absolute;
    top:0px;
    left:0px;
    width:790px;
    height:450px;    
    background-repeat:no-repeat;
    overflow:hidden ;
    }     

#ImageSlideShow #ImageSlideHolder #FadeWhitePanel      
{
    position:absolute;
    top:0px;
    left:0px;
    width:790px;
    height:450px;
	background-image:url(images/bg.jpg);    
    background-color:#330000;
    display:none;
    z-index:10;
    }     
    

    

