#main{
	background-color:#FFF;
	padding-top:20px;
	padding-bottom:20px;
	border:1px solid #C8D3AB;
}
#mainnot{
	background-color:#FFF;
	padding:20px 4px 20px 4px;
	float:left;
	border:1px solid #C8D3AB;
}
#galery,
#thumbsImg,
#imageImg,
#legendImg{
	margin: 0 auto;
	display: table;
}
#galary{
	display: none!important;
}
	#controlsImg {
		text-align:center;		
	}
			#thumbsImg {
			position:relative;
		}
		#next,
		#previous,
		#nextImg,
		#previousImg {
			width:21px;
			margin:0px;
		}
		
		#next {
			float: right;
		}
		#previous {
			float: left;
		}
		.thumbnail {
			margin:0px 2px;
			float:left;
			background-image:url(../img/loadingP.gif);
		}
		.thumbnail img {
			padding:4px;
		}
	#showImg{
		width: 100%!important;
		display: table;
		margin: 0 auto;
	}
		#imageImg {
			background-image:url(../img/loadingG.gif);
			position:relative;
		}
		#nextImg {
			float:right;
		}
		#previousImg {
			float:left;
		}
		#imageImg, 
		.thumbnail{
			border:1px solid #006600;
			background-color:#FFF;
			background-repeat:no-repeat;
			background-position:center;
		}
		#legendImg{			
			line-height: 2em;
			background-color: #006600;
			color: #FFF;
			font-size: 12px;
		}
		#legendImg:empty{
			display: none;
		}
		#legendImg:not(:empty){
			padding: 5px;
		}