


#horizontal .scrollbar{
	height:8px;
	background:#ccc;
	border-radius:8px;
}
#horizontal .scrollbar .handle{
	width:500px;
	height:100%;
	background:#cd1183;
	cursor:pointer;
	border-radius:8px;
}
#horizontal .example1 .sly{
	height:266px;
}
#horizontal .example1 .sly ul{
	height:100%;
}
#horizontal .example1 .sly ul li{
	float:left;
	width:203px;
	height:266px;
	margin-right:31px;
	text-align:center;
}
#horizontal .example1 .sly ul li img{
	max-width:203px;
	max-height:266px;
	vertical-align:middle;
}
#horizontal .example1 .sly ul li span{
	display:inline-block;
	height:100%;
	vertical-align:middle
}

/******/
#horizontal .example2 .sly{
	height:480px;
}
#horizontal .example2 .sly ul{
	height:100%;
}
