.homePage,
.homePage * {
	-moz-box-sizing:	border-box;
	-webkit-box-sizing:	border-box;
	box-sizing:		border-box;
	-webkit-touch-callout:	none;
	-webkit-user-select:	none;
	-khtml-user-select:	none;
	-moz-user-select:	none;
	-ms-user-select:	none;
	user-select:		none;
}

.homePage {
	position:		relative;
}

.homePage .homePageVisual {
	display:		block;
	margin:			0 auto;
}

.homePage .homePageContentContainer {
	width:			100%;
	position:		absolute;
	bottom:			170px;
	left:			0;
}
.homePage .homePageContent {
	width:			960px;
	margin:			0 auto;
}

.homePage .homePageSliderContainer {
	width:			100%;
	padding:		10px 0;
	text-align:		center;
	position:		absolute;
	bottom:			0;
	left:			0;
	background:		url(./images/container.png) top left repeat;
}

.homePage .homePageSliderContainer a {
	display:		inline-block;
	padding:		0 5px;
}
