.teamwrap {
	width: auto;
	height: auto;
	float: left;
	/*border: 1px solid #019fe1;*/
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 0px 0px 0px 1px #E6E6E6;
	-moz-box-shadow: 0px 0px 0px 1px #E6E6E6;
	box-shadow: 0px 0px 0px 1px #E6E6E6;
	cursor: default;
	padding: 5px;
	margin: 5px;
}
.teamwrapp {
	width: auto;
	height: auto;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 0px 0px 0px 1px #E6E6E6;
	-moz-box-shadow: 0px 0px 0px 1px #E6E6E6;
	box-shadow: 0px 0px 0px 1px #E6E6E6;
	cursor: default;
}
.teamwrap22 {
	width: auto;
	height: auto;
	/*margin: 10px;*/
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 0px 0px 0px 1px #E6E6E6;
	-moz-box-shadow: 0px 0px 0px 1px #E6E6E6;
	box-shadow: 0px 0px 0px 1px #E6E6E6;
	cursor: default;
	/*background: #fff;*/
}
/*.teamwrap2 {
	width: auro;
	height: auto;
	margin: 10px;
	float: left;
	border: 10px solid #fff;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 0px 0px 0px 1px #E6E6E6;
	-moz-box-shadow: 0px 0px 0px 1px #E6E6E6;
	box-shadow: 0px 0px 0px 1px #E6E6E6;
	cursor: default;
	background: #fff;
}*/
.teamwrap3 {
	width: auro;
	height: auto;
	margin: 10px;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 0px 0px 0px 1px #E6E6E6;
	-moz-box-shadow: 0px 0px 0px 1px #E6E6E6;
	box-shadow: 0px 0px 0px 1px #E6E6E6;
	cursor: default;
	background-color: #09F;
}
.teamwrap .mask,
.teamwrap .content {
	width: auto;
	height: auto;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.teamwrap img { display: block; position: relative; }
.teamwrap h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 14px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.8);
	height: auto;
	width: auto;
}
.teamwrap p { font-family: Georgia, serif; font-style: italic; font-size: 12px; position: relative; color: #fff; padding: 10px 20px 10px; text-align: center; }
.teamwrap a.info { display: inline-block; text-decoration: none; padding: 7px 14px; background: #000; color: #fff; text-transform: uppercase; -webkit-box-shadow: 0 0 1px #000; -moz-box-shadow: 0 0 1px #000; box-shadow: 0 0 1px #000; }
.teamwrap a.info: hover { -webkit-box-shadow: 0 0 5px #000; -moz-box-shadow: 0 0 5px #000; box-shadow: 0 0 5px #000; }
.teambox img { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -o-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1); -webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; -ms-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out; }
.teambox .mask {
	background-color: #eee;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	height: 100%;
	width: 100%;
}
.teambox h2 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	background: transparent;
	-webkit-transform: scale();
	-moz-transform: scale();
	-o-transform: scale();
	-ms-transform: scale();
	transform: scale();
	color: #333;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=10);
	opacity: 0;
}
.teambox p { color: #333; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; -webkit-transform: scale(); -moz-transform: scale(); -o-transform: scale(); -ms-transform: scale(); transform: scale(); -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; -ms-transition: all 0.5s linear; transition: all 0.5s linear; }
.teambox a.info { -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; -webkit-transform: scale(); -moz-transform: scale(); -o-transform: scale(); -ms-transform: scale(); transform: scale(); -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; -ms-transition: all 0.5s linear; transition: all 0.5s linear; }
.teambox:hover img { -webkit-transform: scale(10); -moz-transform: scale(10); -o-transform: scale(10); -ms-transform: scale(10); transform: scale(10); -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; }
.teambox:hover .mask { -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; }
.teambox:hover h2,
.teambox:hover p,
.teambox:hover a.info { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; }
.pozadi {
	text-align: center;
	height: 90px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
.pozadim {
	text-align: center;
	height: 100%;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
}