strong {
	font-size: 14px;
}
.demo {
	background: #242424;
	margin: 10px 10px 25px 10px;
	padding: 10px 10px;
	display: block;
}
.demo li {
	list-style: none;
	padding :0 0;
	margin: 0 0;
}
.demo1 {
	width: 250px;
}
.ethan-content-shown {
	position: relative;
	overflow: hidden;
	z-index: 1;
	display: block;
}
.cs-nav {
	position: absolute;
	display: block;
	z-index: 2000;
}
.cs-nav-list {
	position: relative;
	float: left;
	overflow: hidden;
}
.cs-nav-items {
	display: block;
	overflow: hidden;
	z-index: 2001;
}
.cs-nav-item {
	float: left;
	display: inline;
	text-align: center;
	overflow: hidden;
	z-index: 2002;
	cursor: pointer;
}
.cs-nav-item a {
	vertical-align: middle;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.cs-player {
	position: absolute;
	display: block;
	overflow: hidden;
}
.cs-player-list {
	display: block;
}
.cs-player-item {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 14px;
}

#newone, #newone .cs-nav {
	width: 250px;
	height: 150px;
	background: #fff;
}
#newone .cs-nav-item {
	width: 230px;
	height: 30px;
	text-align: left;
	border-bottom: 1px solid #C1BEBE;
	margin: 0 10px;
}
#newone .cs-nav-item a {
	color: #000000;
	line-height: 30px;
	padding: 0 15px;
	background: url(https://ethanzhu.github.com/jq.contentShown/content/images/btns.gif) no-repeat;
	background-position: -145px 12px;
}
#newone .cs-nav-over a {
	color: #D22D16;
}
#newone .cs-nav-items {
	margin: 0 0; padding:0 0;
list-style:none;
}

.demo3 {
	width: 900px;
	height: 280px;
}

#pyramid {
	width: 900px;
	height: 280px;
}
#pyramid .cs-nav, #pyramid .cs-nav-list, #pyramid .cs-nav-items {
	overflow: hidden;
}
#pyramid .cs-nav {
	left: 5px;
	bottom: 5px;
}
#pyramid .cs-nav-item {
	width: 85px;
	height: 48px;
	background: #444444;
}
#pyramid .cs-nav-item a {
	display: block;
}
.cs-play-btn {
	width: 38px;
	height: 38px;
	position: absolute;
	top: 50%;
	margin-top: -19px;
	background: url(https://ethanzhu.github.com/jq.contentShown/content/images/play-btn.png) no-repeat;
	z-index: 2000;
	cursor: pointer;
}
.cs-play-btn:hover {
	text-decoration: none;
}
.cs-play-prev {
	background-position: -74px 0;
	left: 5px;
}
.cs-play-next {
	background-position: -111px 0;
	right: 5px;
}
.cs-play-prev:hover {
	background-position: 0px 0;
	left: 5px;
}
.cs-play-next:hover {
	background-position: -37px 0;
	right: 5px;
}