/***************************************STYLESHEET FOR SMARTGALLERY*******************************************/
/******************************creative director: ANDREAS K. aka A.KAUFHOLD***********************************/
/************************************************AUGUST '08***************************************************/

#smartgallery{
              width:100%;
              height:100%;
              }

#gallerie{
          background-color: #b7b7b7;
          border: 5px solid #b1b1b1;
          float: left;
          width:  700px;
          margin-left:10px;
          margin-top:18px;
          display: inline;
          }

#galleriepic{
              text-align:center;
              vertical-align:middle;
              }

#bild{
      position:relative;
      max-width:700px;
      max-height:700px;
      }

.pfeil{
       margin-left:60px;
       float: left;
       display:inline;
       }

#pfeil_oben{
       padding-bottom:3px;
       cursor: pointer;
       float:left;
       }

#pfeil_unten{
       padding-top:3px;
       cursor: pointer;
       float:left;
       }

#rechts{
        max-width:95px;
        width:72px;
        text-align: center;
        float:left;
        }

#thumbnail{
           background-color: #b1b1b1;
           float: left;
           margin-left:30px;
           text-align: center;
           max-width:95px;
           width:72px;
           padding:5px;
           padding-bottom: 0px;
           height:308px;
           overflow:hidden;
           display: inline;
          }

.thumbpic{

          float: left;
          padding-bottom: 5px;
          cursor: pointer;
          }

.thumb{
       border: 1px solid #FFFFFF;
       }

.cleaner{
         clear: both;
         font-size: 1px;
         height: 1px;
         }