.load-container {
	margin: 0px auto; border: 1px solid rgba(255, 255, 255, 0.2); border-image: none; width: 150px; height: 155px; overflow: hidden; position: relative; box-sizing: border-box; -moz-box-sizing: border-box;
}
.load-container a:link {
	left: 0px; text-align: center; right: 0px; bottom: 3px; color: rgb(255, 255, 255); font-size: 1.15em; text-decoration: none; position: absolute;
}
.load-container a:visited {
	left: 0px; text-align: center; right: 0px; bottom: 3px; color: rgb(255, 255, 255); font-size: 1.15em; text-decoration: none; position: absolute;
}
.load-container a:hover:link {
	text-decoration: underline;
}
.load-container a:hover:visited {
	text-decoration: underline;
}
.loader {
	transform: translateZ(0px); -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -o-transform: translateZ(0);
}
@media all and (max-width:960px)
{
.inner {
	width: 480px;
}
}
@media all and (max-width:500px)
{
.inner {
	width: 100%;
}
.load-container {
	width: 100%;
}
}
.load6 .loader {
	background: url("../images/load1.gif") no-repeat top / cover; margin: 0.8em auto; border-radius: 50%; width: 1em; height: 1em; text-indent: -9em; overflow: hidden; font-size: 30px; position: relative;
}
.load6 .loader img {
	width: 30px; height: 30px; position: fixed;
}
