@charset "utf-8";
#vc {
	margin-top: 81px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#slides {
	width:672px;
	height:247px;
	margin: 0 0 0 -40px;
	border:none;
	list-style:none;
	z-index: 0;
}
#slides li {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#slides img {
	border:none;
		-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#container_box {
	border-top: thin dashed #a7a9a5;
	position: relative;
	margin-bottom: 400px;
}