﻿#AlbumMainHolder
{
    position:absolute;
    left:0px;
    top:30px;
    width:100%;
    height:100%;
    z-index:1010;
    /*background-color:Purple;*/
}

    #AlbumSelectorHolder
    {
        position:absolute;
        top:0px;
        right:0px;
        height:auto;
    }
        .GalleryProductsDL 
        {
            position:absolute;
            left:0px;
        }
        
        .ProductAlbumItem a
        {
            font-size:0.8em;
            color:#ece6d8;
            margin-left:4px;
        }
        

        .ProductAlbumItem_NotSelected
        {
            text-decoration:none;
        }
        
        .ProductAlbumItem_Selected
        {
            text-decoration:undeline;
        }
        .ProductAlbumItem_NotSelected:hover
        {
            text-decoration:undeline;
        }


    /*--End AlbumSelectorHolder --*/

    #PhotosHolder
    {
        /*border-top:#FAFAD2 1px solid;*/
        /*border-top:Silver 1px solid;*/
        position:absolute;
        top:20px;
        Z-INDEX: 101;
        width:100%;
        left:0px;
        height:100%;
       
    }
        .GalleryProductDescription
        {
            position:absolute;
            right:0px;
            width:auto;
            text-align:right;
            font-size:0.8em;
        }
        
        .ProductGalleryItemHolder
        {
            margin:0px 0px 0px 0px;
            border:0px 0px 0px 0px;        
        }

            .ProductGalleryItem
            {
                margin:0px 0px 0px 0px;
                border:0px 0px 0px 0px;   
                color:#FAFAD2;
                visibility:hidden;
            }

            /*.ProductGalleryItem:hover*/
            .ProductGalleryItemHolder a:hover
            {
                /*color:#FAFAD2;*/
            }

            .ProductGalleryItemHolder a div
            {
                width:104px;
                height:104px;
                border:0px 0px 0px 0px;
                margin:0px 0px 0px 0px;
                padding:0px 0px 0px 0px;
            }
            
            .ProductGalleryItemHolder a:hover div
            {
                /*background-color:White;*/
            }
            
            /*
            .ProductGalleryItemHolder a:hover .imgProductSmall
            {
                filter: alpha(opacity=96);
                filter: progid:DXImageTransform.Microsoft.Alpha(opacity=96);
                -moz-opacity: 0.96; 
                opacity:0.96;
            }
            */

            .ProductGalleryImageContainer
            {
                background-color:Transparent;
            }
                .imgProductSmall
                {
                    border:none;
                    padding:0px 0px 0px 0px;
                    margin:0px 0px 0px 0px;
                    border:0px 0px 0px 0px;                    
                    margin:0px 0px 0px 0px;
                }


        #ProductGalleryItemDetails
        {
            position:static;
            left:0px;
            width:100%;
            height:25px;
            text-align:left;
        }

        

