.img-sidebar {
	border: none;
	height: 20px;
	margin-right: 6px;
}
.img-calendar {
	border: none;
	height: 50px;
	padding: 5px;
}
.img-crosstable, .img-playerprofile, .img-icon {
	border: none;
	height: 15px;
}
.img-tablehead {
	border: none;
	height: 20px;
}
.img-table {
	border: none;
	height: 25px;
}
.img-table-freeteams {
	border: none;
	height: 35px;
}
.img-table-profilbild, .img-uservision {
	border: none;
	height: 40px;
}
.img-lineup, .img-lineup-header {
	border: none;
	height: 50px;
}
.img-content, .img-tabs {
	border: none;
	height: 50px;
}
.img-formation {
	border: none;
	height: 60px;
}
.img-nextmatch, .img-matchreport {
	border: none;
	height: 75px;
}
.img-kader-header, .img-leaguetable-header, .img-trainingcamps, .img-sponsor, .img-stafftypes, .img-usertrophy {
	border: none;
	height: 100px;
}
.img-player-header, .img-profilbild-teamprofil {
	border: none;
	height: 150px;
}
.img-jersey {
	border: none;
	height: 156px;
}
.img-city, .img-stadium {
	border: none;
	max-width: 100%;
	max-height: 310px;
}
.img-profilbild, .img-login {
	border: none;
	height: 200px;
}
.img-teamtrophy {
	border: none;
	height: 300px;
}
.img-modal {
	border: none;
	width: 70%;
}
.img-full {
	border: none;
	width: 100%;
}

/* Newsbox Images */
.img-newsbox {
	width: 100%;
	height: auto;
	transition: .6s;
}
.img-hover-zoom {
  	width: 100%;
  	overflow: hidden;
}
.img-hover-zoom img {
  	transition: transform .5s ease;
}
.img-hover-zoom:hover img {
  	transform: scale(1.25);
}

.img-polaroid{
	height: 50px;
	padding:4px;
	background-color:#fff;
	border:1px solid #ccc;
	border:1px solid rgba(0,0,0,0.2);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);
	box-shadow:0 1px 3px rgba(0,0,0,0.1)
}