﻿.PhotoGallery
{    
      padding-top:3px;
      width:380px;
      height:350px;
}

.PhotoGallery_Table
{
     width:240px;
     
}
    
.PhotoGallery_preview
{
    vertical-align:top;
     width:80px;
     height:200px;    
     padding:5px 2px 5px 2px; 
}

.PhotoGallery_uparrow
{
     text-align:center;
     background: url('img/up_arrow.gif') no-repeat ;
     background-position:center;
     cursor:hand;
     height:30px;
      width:80px;
    /* border-bottom: solid 1px #000000;     */
      border:solid 1px #000000;    
}

.PhotoGallery_downarrow
{
      text-align:center;
      background: url('img/down_arrow.gif') no-repeat ;
      background-position:center;    
      cursor:hand;
      height:30px;
       width:80px;
  /*    border-top: solid 1px #000000;*/
       border:solid 1px #000000;    
}

.PhotoGallery_rotator
{
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
     height:321px;
     width:80px;
    
}
    
.PhotoGallery_separator
{
    background-color:#CCCCCC;
    width:190px;
    height:1px;
             
}

.PhotoGallery_rotatoritem
{
     width:80px;
     height:74px;    
     text-align:center; 
     vertical-align:middle;
     padding:5px 5px 5px 5px;    

}

.PhotoGallery_rotatoritem:hover
{
      background-color:#b8e52d ;
}

.PhotoGallery_rotatoritem_selected
{
      background-color:black;
} 

.PhotoGallery_view
{
     width:300px;
     height:350px;       
     padding: 0px 5px 0px 5px; 
     
 
}

.PhotoGallery_title
{
     background-image:url('img/barbg.png');
     background-repeat:repeat-x;
     text-align:center;
     font-size:13px;      
     color: #FEFEFE;
     height:25px;
     font-weight:bold;
     border-width:1px;
     border-color:#999999;
     border-style:solid;
              
}

.PhotoGallery_image
{
    
     height:300px; 
     width:100%;
     text-align:center;
     border-top: solid 1px #000000;
     border-left: solid 1px #000000;
     border-right: solid 1px #000000;
    /* background-image: url('img/no_image.gif');*/
      background-repeat:no-repeat;
     background-position:center;
     
}

.PhotoGallery_toolbar
{
     border-bottom: solid 1px #000000;
     border-right: solid 1px #000000;
}

.PhotoGallery_toolbar_empty
{
     border-top: solid 1px #000000;
     border-right: solid 1px #000000;
}

.PhotoGallery_descriptionHeader
{
   /*  background-image:url('img/barbg.png');
     background-repeat:repeat-x;
     text-align:center;
     font-size:13px;      
     color: #000000;
     height:25px;
     border-width:1px;
     border-color:#999999;
     border-style:solid;*/
      visibility:hidden;
      height:0px;
              
}

.PhotoGallery_description
{
  /*  font-size:11px;
    font-family:Arial;
    color:black; 
    height:70px;  
    padding-top:5px;
    vertical-align:top;
    padding-left:0px; 
    padding-right:0px; 
    padding-bottom:0px; 
    border-width:1px;
    border-color:#dedede;
    border-style:solid;*/
     visibility:hidden;
     height:0px;  
}

.PhotoPreview
{
     background-image:url('img/no_image_small.gif');
     background-repeat:no-repeat;
     background-position:center;
    }