a:link { }
a:visited { }
a:hover { }
a:active { }
#demo-bar { margin: 5px auto; padding: 5px 0; width: 500px; background: transparent; text-align: left; position: relative; top: 15px; left: 200px; }
#demo-wrapper { margin: 5px auto; height: 600px; width: 500px; position: relative; overflow: hidden; }
 
#demo-inner { width: 2270px; height: 1704px; background-repeat: repeat-x; position: relative; }
 
.scrolling-content {
	background: transparent none top left no-repeat;
	width: 139px;
	height: 73px;
	text-align: left;
	position: absolute;
}
.scrolling-content h1 { color: #1a1919; padding: 25px 0 0; font-size: 30px; font-family: Geneva, "Trebuchet MS", Arial, Helvetica, SunSans-Regular, sans-serif; }
#content1 {
	left: 30px; 
	top: 0px;
}
 
#content2 {
	left: 500px; 
	top: 0px;
}
 
#content3 {
	left: 1000px; 
	top: 20px;
}
 
#content4 {
	left: 1500px; 
	top: 40px;
}
#kwicks_container { 
	height: 100px;
}
#kwicks {
	position: relative;
}
 
#kwicks .kwick {
	float: left;
	display: block;
	width: 117px;
	height: 100px;
}
 
#kwick_red {background-color: red;}
#kwick_orange {background-color: orange;}
#kwick_yellow {background-color: yellow;}
#kwick_green {background-color: green;}
#kwick_blue {background-color: blue;}
#kwick_indigo {background-color: indigo; color: #fff; }
#kwick_violet {background-color: violet;}

