@charset "utf-8";
/* CSS Document */
.tumb_img
{
	height:70px;
	width: 120px;
	position: relative;
	background-image:url(load.gif);
	background-repeat:no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-origin: content-box;
	border-radius: 3px;
	background-color: #CCC;
	padding: 2px;
	margin: 5px;
	border-style:solid;
	border-width:1px;
	border-color:#FFF;
	cursor:pointer;

}
.tumb_img:hover
{
	background-color: #6CC;
	border-color:#000;
	
}
#tumb_full_back
{
	position:fixed;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	background-color:#333;
	opacity: 0.5;
	visibility: hidden;
	z-index:99;
}
#tumb_full_poza
{
	border-radius: 15px;
	position:fixed;
	height: 400px;
	width: 600px;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	margin:auto;
	background-color:#CCC;
	border-style: solid;
	border-width: 2px;
	border-color: #333;
	background-origin: padding-box;
	background-position:center;
	background-image:url(img/load.gif);
	background-repeat:no-repeat;
	padding:0px;
	box-shadow: 0px 0px 10px 3px#FFFFFF;
	visibility: hidden;
	z-index:99;
}
#tumb_full_back_text
{
	height: 20px;
	width: auto;
	background-color: #FFF;
	opacity:0.5;
	text-wrap:none;
	position: absolute;
	bottom: 0px;
	left:0px;
	right:0px;
	margin-left:auto;
	margin-right:auto;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	z-index:99;
}
#tumb_full_text
{
	height:20px;
	width:600px;
	color: #000;
	position: absolute;
	bottom: 0px;
	left:0px;
	right:0px;
	margin-left:auto;
	margin-right:auto;
	font-size: 15px;
	padding: 0px;
	text-align:center;
	text-height: font-size;
	line-height: 20px;
	vertical-align:central;
	z-index:99;

}