/** ---------- Goof Fotobook ------------- **/

/** Übersicht der Kategorien **/
.gallerie {
width:100%;
float:left;}

.navigation {
width:100%;}

.preview {
width:100%;
}

.thumbnail_preview {
width:242px;
float:left;
background:#F0EFF0;
margin-bottom:20px;
font-size:14px;
margin-right:5px;
margin-top:5px;
border:0px solid #a8a8a8
}

.thumbnail_preview[class] {
width:237px;
}

.thumbnail_preview a {
text-decoration:none;
font-size:14px;
}

.thumbnail_preview img {
border:1px solid #C4C4C4;
margin-right:5px;}

/** Ende Übersicht der Kategorien **/

/** Ansicht der Thumbnails **/

div.gallerie_view {
width:100%;
float:left;
margin-bottom:10px;
display:inline;
padding-left:2px;}

div.gallerie_view[class] {
width:490px;
float:left;
margin-bottom:10px;
display:inline;
padding-left:0px;}


/** Standard Browser Firefox... **/
.gfpb_portret[class],
.gfpb_landscape[class] {
background:#E2E2E2;
display: table;
#position: relative;
overflow: hidden;
float:left;
margin-right:5px;
margin-top:20px;
height:160px;
width:150px;
}

.gallerie_inner[class] {
_top: 50%;
_left: 50%;
#position: absolute;
display: table-cell;
vertical-align: middle;
}


/** IE 6 **/
* html .gfpb_portret,
* html .gfpb_landscape {
background:#E2E2E2;
display: block;
position:relative;
overflow:hidden;
float:left;
margin-right:5px;
margin-top:20px;
height:160px;
width:150px;
}

* html .gallerie_inner {
position: absolute;
top:50%;
left:50%;
}

*html div.gallerie_inner a img {
position: relative;
top: -50%;
left: -50%;}
/** Ende Ansicht der Thumbnails **/

.gallerie_title {
width:100%;
display:block;
font-size:14px;
color:#848484;
font-weight:bold;
height:1.2em;
margin-bottom:10px;
padding-left:0px;}

div.tx-gooffotobook-pi1 img {

width:490px;
left:50%;


