/* stylesheet for demo and examples */

#demo{
	position: relative;
	width: 100%;
}



#examples{
	overflow: hidden;
}


.content{
	overflow: auto;
	position: relative;
	width: 100%;
	height: 170px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.content.hidden{ display: none; }


@media only screen and (min-width: 1229px){
	.showcase .horizontal-images.content{ width: 1060px; }
}

@media only screen and (min-width: 1629px){
	.showcase .horizontal-images.content{ width: 700px; }
}