/* CSS Document */

<style>
* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
ul, li {
	list-style: none;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}
.my-slider {
	height: 450px;
	margin: 0 auto;
	/*width: 900px;*/
	width: 100%;
}
.my-slider ul {
	height: 450px;
	overflow: hidden;
}
.my-slider li {
	float: left;
}
</style>