/**
@author MURA
@copyright insyma
@projectDescription CSS Datei für insyma JavaScript Library Image Module
@version 1.0
**/
/*
div.insymaImgThumbs {
	width: 400px;
	height: 200px;
	padding: 10px;
}
div.insymaImgThumbs ul {
	padding: 0;
	margin: 0;
}
div.insymaImgThumbs ul a {
	display: inline;
}
div.insymaImgThumbs ul li {
	float: left;
	margin: 0 5px 10px 0;
	padding: 0;
	list-style: none;
	width: 70px;
	height: 60px;
	overflow: hidden;
}
div.insymaImgThumbs ul li.active {
	border: 1px solid red;
}
div#content div.insymaImgThumbs ul img {
	border: none;
}
*/
p.paging {
	/*width: 400px;
	height: 40px;*/
	display: none;
}/*
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=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	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;
	font-size: 11px;
}
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#preview {
	position:absolute;
	background:#fff;
	border: 1px solid #999;
	padding:5px;
	display:none;
	width : auto;
}
div#insymaImage.noOverlay div#outerContainer {
	border: 1px solid #999;
}
img#preloader {
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -15px;
	position: absolute;
	border: 1px solid #999;
}
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/layout/gallery-control-prev.gif) no-repeat top center;
}
div#insymaImage ul li#controlPlay a {
	background: url(../img/layout/gallery-control-play.gif) no-repeat top center;
}
div#insymaImage ul li#controlPlay a.playing {
	background: url(../img/layout/gallery-control-pause.gif) no-repeat top center;
}
div#insymaImage ul li#controlNext a {
	background: url(../img/layout/gallery-control-next.gif) no-repeat top center;
}
div#insymaImage ul li#controlClose a {
	position: absolute;
	right: 10px;
	background: url(../img/layout/gallery-control-close.gif) no-repeat top center;
}
div#insymaImage div#imageInfo {
	border : 1px solid #999999;
	border-top-width: 0;
	*border-bottom-width : 0;
	float: left;
	display: inline;
	background: #fff;
	height: auto !important;
	min-height: 20px;
	height: 20px;
    width: 100%;
    line-height: 1.6;
	margin: 0 -11px;
	padding: 10px;
	text-align: center;
}
div#insymaImage span#imageAltText {
	float: left;
	text-align: left;
	color: #000;
	font-weight: bold;
}
div#insymaImage span#imageNr {
	float: right;
	text-align: right;
}
div#insymaImage img#preloader.hide {
	display: none;
}
a#insymaFwLink {
	/*display: block;
	margin: .2em -10px;
	padding: 0 10px;
	background: #f0f0f0;*/
	color: #000;
	border: none;
	text-decoration: underline;
	/*line-height: 2;
	text-align: left;*/
}/*
a#insymaFwLink:hover {
	background: #e0e0e0;
}*/
div#insymaFwForm {
	background: #fff;	
	margin: 0;
	padding: 5px 0 0 0;
	width: 100%;
	line-height: 1.5;
	text-align: left;
	position: absolute;
	bottom: 40px;
	left: 0;
}
* html div#insymaFwForm {
	width: 103%;
}
div#insymaImage div#insymaFwForm form ul {
	width: 48% !important;
	float: left;
	padding: 0 0 0 2%;
}
* html div#insymaImage div#insymaFwForm form ul {
	width: 46% !important;
	float: left;
	padding: 0 0 0 4%;
}
div#insymaImage div#insymaFwForm form ul li {
	width: 100%;
	clear: both;
	margin: 0;
	float: left;
}
div#insymaImage div#insymaFwForm div.fwComment {
	width: 50%;
	float: right;
	font-size: 100%;
	margin: 0 0 1.3em 0;
}
div#insymaFwForm label {
	display: block;
	width: 25em;
}
div#insymaImage div#insymaFwForm form ul li span {
	padding: 0 0 0 .3em;
	display: inline;
	color: #ff0000;
}
div#insymaFwForm input {
	width: 93%;
	font-size: 100%;
	margin: .2em 0;
	border: 1px solid #999;
	padding: 1px;
}
div#insymaFwForm textarea {
	float: left;
	clear: left;
	width: 93%;
	height: 4.6em;
	font-size: 100%;
	margin: .2em 0 0 0;
	overflow: auto;
	border: 1px solid #999;
	padding: 1px;
}
div#insymaFwForm p {
	display: block;
	margin: 0 0 .5em 50%;
}
div#insymaFwForm p input {
	width: 12em;
	height: 2.2em;
	font-size: 100%;
	padding: 0;
	background: #eaeaea;
}
div#insymaImage div#insymaFwForm ul#fwValidation {
	height: auto;
	margin: 0 0 .5em 10px;
	padding: .5em .2em;
	color: #ff0000;
	background: #f9f9f9;
}
div#insymaImage div#insymaFwForm ul#fwValidation li {
	background: none;
	float: none;
	display: block;
	list-style-image: none;
}
.hide { display: none !important;}
.show { display: block; }
.invis { visibility: hidden;}
