/* Gallery styling
========================*/

/************************
 *main menu
*************************/

.gallery_picture_menu_centerframe
{
    width: 650px;
    margin: auto;
}

/* boxes in mainmenu*/
.gallery_picture_menu_centerframe .gallery_menu_thumb
{
    display: inline;
    width: 190px;
    height: 210px;
    /*padding: 15px 0px 0px 0px;*/
    margin-right: 15px;
    margin-top: 15px;
    text-align: center;

    float: left;
}

.gallery_picture_menu_centerframe .gallery_menu_thumb a img
{
    border: 2px #800000 solid;
}

/*header in mainmenu boxes*/
.gallery_picture_menu_centerframe .gallery_menu_thumb .gallery_menu_header
{
    color: #800000;
    margin-bottom: 0.1em;
}

/*link tag in main menu*/
.gallery_picture_menu_centerframe .gallery_menu_thumb a:link,
.gallery_picture_menu_centerframe .gallery_menu_thumb a:active,
.gallery_picture_menu_centerframe .gallery_menu_thumb a:visited,
.gallery_picture_menu_centerframe .gallery_menu_thumb a:hover
{
    text-decoration: none;
}

/*************************
 * preview menu
 ************************/

.gallery_picture_menu_centerframe .gallery_thumb
{
    display: inline;
    width: 200px;
    height: 200px;
  
    margin-right: 10px;
    margin-top: 10px;
        
    /*margin: 0 1em 1em 0;*/
    text-align: center;
    float: left;
}

.gallery_picture_menu_centerframe .gallery_thumb a img
{
    border: 2px solid #800000;
}

.gallery_picture_menu_centerframe .gallery_menu a:link,
.gallery_picture_menu_centerframe .gallery_menu a:active,
.gallery_picture_menu_centerframe .gallery_menu a:visited,
.gallery_picture_menu_centerframe .gallery_menu a:hover
{
    text-decoration: none;
    font-size: 1.3em;
}

/*************************
 * gallery viewer
 ************************/

.gallery_viewer
{
    text-align: center;
}

/*used to get a rectangle around the picture so that the navigation bar is always on the same height*/
.gallery_viewer .gallery_viewer_picture
{
  width: 610px;   /*change the width of the border of picture in viewer */
  /*height: 540px;*/  /*change the height of the border of picture in viewer */
  /*border: 1px solid #000000;*/
  margin: auto; /*set picture to center of viewer*/
}

.gallery_viewer .gallery_viewer_picture img
{   
    border: 2px solid #800000;
}

.clearer_left
{
  clear: left;
}

