#DIV_ScrollContainer
{
	width: 100%;
	height: 0px;
	background-color: black;
	overflow: hidden;
	transition: height 0.5s ease-in-out;
	-webkit-transition: height 0.5s ease-in-out;
	-moz-transition: height 0.5s ease-in-out;
	-o-transition: height 0.5s ease-in-out;
}

#DIV_Scroll
{
	display: block;
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#DIV_ScrollContent
{
	display: inline-block;
	width: 1000px;
	height: 100%;
}
