@charset "UTF-8";
#slider {
	width:1002px;
	height:400px;
	margin:0 auto;
	padding:0;
	background: #333 url(../images/open_bkgd400.png) repeat-x;
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
/* 
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
*/
#slider li {
	width:1002px;
	height:400px;
	overflow:hidden;
}

