.SlidingPanels
{
	width: 500px; /* width: 100%; */
	height: 100%;
	margin:0px;
	float: left;
	position: relative;
	left: 0px;
	padding: 0px;
	border: none;
	overflow: hidden;
}
.SlidingPanelsContentGroup
{
	width: 9000em;
	float: left;
	position: relative; /* width: 100%; */
	margin: 0px;
	left: -10px;
	padding: 0px;
	border: none;
}
.SlidingPanelsContent
{
	float: left;
	width: 250;
	height: 230px; /* width: 100%;  	            height: 400px; */
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
}