/* Start of CMSMS style sheet 'galerie' */
/*UL Liste*/
.n8gallery_ul_list ul
{
 padding: 0px;
 margin: 0px;
 list-style-type:none;
 border: 0px solid red;
 width: 100%
}

.n8gallery_ul_list ul li div
{ 
 margin-bottom: 10px;
 font-size: 16px;
 font-weight:bold;
}

.n8gallery_ul_list ul li li div
{
 font-size: 14px;
}

.n8gallery_ul_list ul li li li div
{
 font-size: 12px;
}


/*Gallery Table*/
.n8gallery_thumb{
 width: 100%;
 border: 0px solid black;
 font-size: 8pt;
}

.n8gallery_thumb img
{
 border:2px solid #385c72;
}

.n8gallery_nav
{
 display:block;
 border: 0px solid black;
 text-align: center;
}

.n8gallery_pic
{
 width: 100%;
 /*height:450px;*/
 text-align:center;
 border:0px solid black;
}

.n8gallery_pic img
{
 margin-bottom: 10px;

}

/* End of 'galerie' */

