/* SprySlidingPanels.css - version 0.1 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.SlidingPanels {
	position: relative;
	width: 500px;
	height: auto;
}
.SlidingPanelsContentGroup {
	position: relative;
	width: 1000px;
}
.SlidingPanelsContent {
	width: 500px;
	height: auto;
	overflow: hidden;
	
	border: none;
	float:left;
}
.SlidingPanelsAnimating * {
	overflow: hidden !important;
}
