/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/gallery/simple.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* The outer container with a relative position */
#gallery {width:570px; height:505px; position:relative; background:transparent; border:0px solid #aaa;}

/* Float the ul to the right with a width to give 3 thumbnail images per row */
#gallery ul {list-style:none; padding:0; margin:8px 0 0 0; width:180px; height:505px; float:right; overflow:auto;}

/* Place the list items inline using display:inline for IE and float:left */
#gallery ul li {display:inline; width:70px; height:70px; float:left; margin:0 0 5px 5px; border:0px solid #fff; cursor:pointer; overflow:hidden;}

/* Hide the full size images */
#gallery ul li span i img {display:none;}

/* set up the .click style which will be added using javascript */

/* Change the li border to white */
#gallery ul li.click {border:0px solid #fff; cursor:default;}

/* Position the span using an absolute position and specify the width and height */
#gallery ul li.click span {position:absolute; left:0; top:0; width:370px; height:355px;}

/* Set up the i so that it is the same size as the span BUT this has a static position so that the image can be both vertically and horizontally centered in all browsers except IE using display:table-cell */
#gallery ul li.click span i {width:370px; height:355px; display:table-cell; vertical-align:middle; text-align:center;} 

/* Make the image actual size using auto width and height */
#gallery ul li.click span i img {display:inline; width:95%; height:auto; border:0px solid #fff; margin:0 auto; vertical-align:middle}

/* set up the default image */
#gallery ul li.default {width:0; height:0; border:0;}
#gallery ul li.default span {position:absolute; left:0; top:0; width:420px; height:355px;}
#gallery ul li.default span i {width:570px; height:355px; display:table-cell; vertical-align:middle; text-align:center;} 
/* specify the image width and height for IE6 */
#gallery ul li.default span i img {display:block; width:auto; height:auto; border:0px solid #fff; margin:0 auto;}
#gallery ul li.off {display:none;}


#bla-image { /* first image - always in bg */
 position:absolute;
 top:20px;
 left:150px;
 height:580px;
 width:600px;
 background:url(http://www.erschossen.net/hp/bgimage.png) 0 0 no-repeat;

}

span.tit {position:absolute; left:100; top:0; height:355px; width:370px;}