ul {
	margin-bottom:20px;
	overflow:hidden;
	}
/* Demo 1 */
#demo1 {
	width:296px;
	height:130px;
	border:1px solid #999;
	}
/* Demo 2 */
#demo2 {
	width:296px;
	height:130px;
	}
/* Demo 3 */
#demo3 {
	width:384px;
	height:128px;
	border:1px solid #666;
	}
/* Demo 4 */
.demo4 {
	list-style-type:none;
	}
.demo4 li {
	margin-right:15px;
	width:296px;
	height:130px;
	float:left;
	position:relative;
	overflow:hidden;
	border:1px solid #999;
	}
/* Demo 5 */
.demo5 {
	list-style-type:none;
	}
.demo5 li {
	width:350px;
	height:200px;
	float:left;
	position:relative;
	overflow:hidden;
	border:1px solid #999;
	}