/**
 * content.simple.gallery.css - insert headline here
 *
 * COPYRIGHT: All  title   and  proprietary  rights,  including  trade
 * secrets,   in   the   Software   and   any   copies thereof and the
 * accompanying  written   materials,   are  owned  by   schukai  GmbH
 * and  are  protected  by  German  copyright  laws,  other applicable
 * copyright   laws  and  international  treaty  provisions.
 *
 * @package    alvine
 * @author     schukai GmbH <info@schukai.de>
 * @copyright  Copyright (C) 2002, 2003, 2004, 2005, 2006 schukai GmbH
 * @license    http://www.alvine.de/license/
 * @version    20061114
 * @link       http://www.alvine.de/
 */
 
 
div.content_simple_gallery_panel{
margin:0px;
padding:0px;
margin-top: 30px;;
margin-bottom: 30px;;
}

div.content_simple_gallery_panel .imagepanel{
overflow:hidden;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

div.content_simple_gallery_panel .imagepanel .text1{
}

div.content_simple_gallery_panel .imagepanel .text2{
}

div.content_simple_gallery_panel .imagepanel img{
margin:0px 0px 0px 0px;
border:0px;
}

div.content_simple_gallery_panel .thumbnailpanel{
margin:0px;
padding:0px;
overflow:hidden;
}

div.content_simple_gallery_panel .thumbnailpanel .thumbnail {
margin:0px 10px 10px 0px;
border:0px;
display:block;
float:left;
}

div.content_simple_gallery_panel .thumbnailpanel .thumbnail .text1{
}

div.content_simple_gallery_panel .thumbnailpanel .thumbnail .text2{
}

div.content_simple_gallery_panel .thumbnailpanel .thumbnail img{
margin:0px 0px 0px 0px;
border:0px;
}

div.content_simple_gallery_panel .thumbnailpanel .thumbnail a{
margin:0px;
display:block;
text-decoration: none;
border:0px;
}


div.content_simple_gallery_panel .thumbnailpanel .thumbnail a:hover{
text-decoration: none;
margin: 0px;

}
  
