/* default styles for extension "tx_koimageflow_pi1" */
		.tx-koimageflow-pi1 { position: relative; background-color: #000; width: 600px; }
		.tx-koimageflow-pi1 * { color: white; }
		.tx-koimageflow-pi1 img { position: absolute; border: none; }
		.tx-koimageflow-pi1 a { color: #fff; }
		.tx-koimageflow-pi1 #images { visibility: hidden; }
		.tx-koimageflow-pi1 #loading { margin-top: 50px; text-align: center; width: 100% }
		.tx-koimageflow-pi1 #loading img { margin-top: 10px; position: relative; }
		.tx-koimageflow-pi1 #captions { font-size: 10px; font-weight: bold; position: relative; text-align: center; z-index: 10000; }
		.tx-koimageflow-pi1 #scrollbar { visibility: hidden; position: relative; border-bottom: 1px solid #b3b3b3; z-index: 10001; }
		.tx-koimageflow-pi1 #slider { position: absolute; margin-top: -7px; margin-left: -7px; z-index: 10002; background-image: url('/typo3conf/ext/ko_imageflow/res/slider.png'); background-repeat: no-repeat; width: 14px; height: 14px; }
/* default styles for extension "pksr_fe_imagegallery_pi1" */
div.tx_pksrfeimagegallery_pi1_thumb {
   float:left;
   text-align: center;
   border: 1px solid #777;
   margin: 0 5px 10px 5px;
   padding: 10px 0;
}
a.tx_pksrfeimagegallery_pi1_navi {
  padding: 3px 5px;
  margin: 0 5px;
  text-decoration: none;
  border: 1px solid #fa4;
}
a.tx_pksrfeimagegallery_pi1_navi:hover {
  background-color: #333;
  color: #fff;
}
a.tx_pksrfeimagegallery_pi1_navi_act {
  background-color: #fff;
  color: #333;
  font-weight: bold;
}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
