

/*****************
  Main demo page
 *****************/


/* captions */
/* set to position: relative here in case javascript is disabled, script sets captions to position: absolute */
#slider1 .caption-top,
#slider1 .caption-right,
#slider1 .caption-bottom,
#slider1 .caption-left 
{
    background: #000; 
    color: #fff; 
    padding: 10px; 
    margin: 0; 
    position: relative; 
    z-index: 10; 
    opacity: .8; 
    filter: alpha(opacity=80); 
 }

/* Top caption - padding is included in the width (480px here, 500px in the script), same for height */
#slider1 .caption-top  
{
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 30px; 
    background-color:#3B0C0F;   
 }


/* Right caption - padding is included in the width (130px here, 150px in the script), same for height */
#slider1 .caption-right  
{ 
   /* right: 25%; */
    bottom: 68px;    
    height: 28px; 
    /*margin-left:20%; */
    /*margin-left: 25%;
    background-color:#003014;   */
    margin-left: 0;   margin-right: auto;   width: 450px;
    background-color:#3B0C0F;
}

/* Bottom caption  - padding is included in the width (480px here, 500px in the script), same for height */


/* Left caption - padding is included in the width (130px here, 150px in the script), same for height */
#slider1 .caption-left   { left: 0; bottom: 0; width: 100%; height: 597px;  }

/******************
  Expand demo page
 ******************/
#wrapper1              
{ 
    width: 740px; 
    height:580px; 
    margin-top: 0px; 
    margin-bottom:0px;
 }