/**
@author MURA
@copyright insyma
@projectDescription CSS Datei für insyma JavaScript Library Image Module
@version 1.0
**/
div#content div.insymaImgThumbs {
	/*width: 400px;
	height: 200px;*/
	padding: 10px 0 0 0;
	clear: both;
}
div#content div.insymaImgThumbs ul {
	padding: 0;
	margin: 0;
}
div#content div.insymaImgThumbs ul a {
	display: inline;
}
div#content div.insymaImgThumbs ul li {
	float: left;
	margin: 0 4px 10px 0;
	padding: 0;
	list-style: none;
	width: 168px !important;
	width: 167px;
	/*height: 60px;*/
	overflow: hidden;
}
div#content div.insymaImgThumbs ul img {
	border: none;
}

p.paging {
	width: 400px;
	height: 40px;
}
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#insymaOverlay{
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	background: #000;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 90;
}
div#insymaImage {
	position: absolute;
	line-height: 0;
	z-index: 100;
	width: 100%;
	top: 50%;
	text-align: center;
}
div#insymaImage div#outerContainer {
    background: #fff;
	 /*height: auto !important;*/
	 height: 250px;
    /*min-height: 250px;*/
    width: 250px;
	 /*top: 50%;*/
    position: relative;
    margin: 0 auto;
    padding: 10px;
}
div#insymaImage ul {
    margin: 0;
    height: 25px;
    width: auto !important;
    padding: 0 0 10px 0;
}
div#insymaImage ul span {
	display: none;
}
div#insymaImage ul li {
   float: left;
	list-style: none;
	display: inline;
	margin: 0 10px 0 0;
}
div#insymaImage ul li.hide {
	display: none;
}
div#insymaImage ul a {
    width:33px;
    height: 25px;
    display: block;
}
div#insymaImage ul li#controlPrev a {
	background: url(../img/gallery-control-prev.gif) no-repeat top center;
}
div#insymaImage ul li#controlPlay a {
	background: url(../img/gallery-control-play.gif) no-repeat top center;
}
div#insymaImage ul li#controlPlay a.playing {
	background: url(../img/gallery-control-pause.gif) no-repeat top center;
}
div#insymaImage ul li#controlNext a {
	background: url(../img/gallery-control-next.gif) no-repeat top center;
}
div#insymaImage ul li#controlClose a {
	position: absolute;
	right: 10px;
	background: url(../img/gallery-control-close.gif) no-repeat top center;
}
div#insymaImage div#imageInfo {
	height: auto !important;
	min-height: 20px;
	height: 20px;
   width: 100%;
   line-height: 1.6;
   margin: 10px 0 0 0;
}
div#insymaImage span#imageAltText {
	float: left;
	text-align: left;
	color: #000;
	font-weight: bold;
}
div#insymaImage span#imageNr {
	 float: right;
	text-align: right;
}
.hide { display: none; }
.show { display: block; }
.invis { visibility: hidden;}