@charset "ISO-8859-1";
#slide_show {
	display:block;
	height: 335px;
	width: 951px;
	background-color: #dedede;
	background-position: center;
}
#slide_images{
	display:block;
	margin:0px;
	padding:0px;
	width:951px;
	height:335px;
	overflow:hidden;
	background-color: #dedede;
	background-position: center;
}
#slide_images li{
	display:block;
	list-style-type:none;
	background-color: #dedede;
	position: static;
	background-position: center;
}
#slide_images li img{
    display:block;
    background-color:#dedede;
}
