/* Sliding Panels*/

ul.demo {
			
			margin: 0;
			background: black;
			border: solid 0px #353535;
			
		}

		/* REQUIRED * the "slidingPanelsActivated" class added to container by the plug-in, allows for different presentation if JavaScript is disabled */
		ul.slidingPanelsActivated {
			display:block;
			position:relative;
			overflow:hidden;

			/* edit "padding" and "margin" with care, as they can mess things up across browser */
			padding: 0;
			margin: 0;

			/* adjust "height" as needed, em recommended */
			height: 35.6em;
		}

		ul.demo li {
			display: block;
			padding:0;
			margin:0;
		}

		/* REQUIRED * the "slidingPanelsActivated" class added to container by the plug-in, allows for different presentation if JavaScript is disabled */
		ul.slidingPanelsActivated li {
			display:block;
			position:absolute;
			overflow:hidden;
			/* "left" and "width" properties set automatically */
			top: 0;

			/* edit "padding" and "margin" with care, as they can mess things up across browser */
			padding: 0;
			margin: 0;

			/* "height" of 100% recommended to keep panels all the same height as the container */
			height:100%;
		}

		/* colors assigned to individual panels for demonstration, recommended to make a panel's background color same as container's background color */
		