/**
@author hags
@copyright insyma
@projectDescription CSS Datei für insymaGallery
@version 1.0
**/
div.thumbgallery {
	float: left;
	clear: both;
	padding: 1em 0;
	width: 100%;
}
div#inhalt ul.thumblist {
	float: left;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
}
ul.thumblist a {
	float: left;
}
ul.thumblist li {
	float: left;
	margin: 0 5px 10px 0;
	padding: 0;
	list-style: none;
	/*overflow: hidden;*/
}/*
div#inhalt ul.thumblist img {
	border: none;
}*/
li.hide { display: none; }
li.show { display: block; }

p.paging {
	float: left;
	width: 480px;
}
p.paging span {
	float: left;
	line-height: 1.0;
	padding: 5px 10px 5px 0;
}
p.paging a {
	float: left;
	line-height: 1.0;
	padding: 5px 10px 5px 0;
}
div#InsymaGallery {
	position: absolute;
	line-height: 0;
	z-index: 100;
	width: 100%;
	top: 50%;
	text-align: center;
}
div#outerContainer {
    background: #fff;
    height: 250px;
    width: 250px;
    position: relative;
    margin: 0 auto;
    padding: 10px;
}
div#overlay{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	background: #000;
	left: 0;
	top: 0;
	position:absolute;
	z-index: 90;
}
div#controlContainer {
    height: 25px;
    width: auto !important;
    padding: 0 0 10px 0;
}
ul#controlList {
    margin: 0;
	padding: 0;
}
ul#controlList span {
	float: left;
	text-indent: -2000px;
	text-align: left;
}
ul#controlList li {
    float: left;
	list-style: none;
	display: inline;
	margin: 0 10px 0 0;
}
ul#controlList a {
    width:33px;
    height: 25px;
    display: block;
}
ul#controlList li#controlPrev a {
   width: 47px;
	background: url(../img/gallery-control-prev.gif) no-repeat top center;
}
ul#controlList li#controlPlay a {
   width: 42px;
	background: url(../img/gallery-control-play.gif) no-repeat top center;
}
ul#controlList li#controlPlay a.playing {
   width: 42px;
	background: url(../img/gallery-control-pause.gif) no-repeat top center;
}
ul#controlList li#controlNext a {
   width: 51px;
	background: url(../img/gallery-control-next.gif) no-repeat top center;
}
ul#controlList li#controlClose a {
   width:50px;
	position: absolute;
	right: 10px;
	background: url(../img/gallery-control-close.gif) no-repeat top center;
}
div#metaContainer {
    width: 100%;
    line-height: 1.6;
    margin: 10px 0 0 0;
    text-align: left;
}
span#metaCaption {
	text-align: left;
	color: #000;
	font-weight: bold;
	float: left;
}
span#metaCounter {
    text-align: right;
    float: right;
}