/* GENERAL STYLES */
        .photo_gallery {
            width: 100%; 
            background-color: #333333;
            padding-bottom: 10px;
        }

        .photo_gallery .main_panel_outer
        {
            padding: 15px 0px 10px 0px;
        }
        
        .photo_gallery .loading {
            position: absolute; 
            margin: auto auto; 
            padding: 3px; 
            width: 32px; 
            height: 32px; 
            display: none;
        }
        
        .photo_gallery .large_image {
            padding: 1px; /* defines the border */ 
            width: 10px; 
            height: 10px;
        }

        .photo_gallery .large_image_outer {
            width: 0px; 
            height: 1px; 
            padding-bottom: 0px;
            margin: 0px 0px 0px 0px; /*auto;*/ 
            background-color: White; 
            left: 15px; 
            position: relative;
        }

        .photo_gallery .thumbnails
	{
	    text-align: left;
            margin-left: 15px;
	}

        .photo_gallery .thumbnails img
        {
            margin-right: 13px;
            margin-bottom: 13px;
            border: solid 1px white;
        }


/* EDITOR PROPERTIES */
