* { margin: 0; }
body { display: block; width: 100%; height: 100%; text-align: center; }
h1 { line-height: 1.4em; }
h2 ,p { text-indent: 10px; }
#container { width: 900px; margin-left: auto; margin-right: auto; margin-top: 20px; }
#switcher { position: absolute; top: 20px; right: 20px; }
#header { }
#pageBody { margin-top: 20px; text-align: left; padding: 20px; }
.demo { padding: 20px; margin-bottom: 20px; }
.centered { text-align: center; }
.button{
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px;
	text-decoration: none;
	padding: 3px 5px;
	-webkit-transition: -webkit-transform .2s ease-in-out;
}
.button:hover {
	-webkit-transform: scale(1.1);
}
.ui-icon { float: right; margin-top: 6px; }


.slider { width: 200px; display: inline-block; margin: 0 15px; }

.sliderBox
{
	width: 200px;
	height: 200px;
	background-color: green;
	text-align: center;
	margin: 40px;
	clear: both;
	display: inline-block;
	-webkit-transition: all .6s ease-in-out;position: relative;
}
.sliderBox p { vertical-align: middle; }

.opacityDemo { opacity: .6; -webkit-transition: opacity .5s linear; }
.opacityDemo:hover { opacity: 1.0; }
