/* JAOS Lightbox Style-Sheet
Einfaches Style-Sheet zur (X)HTML-validen Darstellung
der Thumbnails, ausgelegt auf eine Thumbnail-Grösse
von 108 x 81 Pixel.
Hoch- bzw. Querformat (ls/pt) wird vom Modul berechnet
und dem jeweiligen div's zugeordnet.
*/

div.jaosg_thumbnail{
	float: left;
	border: 0px solid;
	border-color: #606060;
}

div.jaosg_thumbnail img{
	border: 0px solid;
	border-color: #606060;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* ls=landscape-Format der Thumbs */
div.ls img{
	height: 50px;
	width: 50px;
}
/* pt=portrait-Format der Thumbs */
div.pt img{
	height: 50px;
	width: 50px;
}
/*footer schaltet float:left wieder aus */
div#jaosg_footer{
	clear: both;
	padding-top: 1em;
}



