@charset "utf-8";
/* CSS Document */

#photoSlide2 {
	height:116px;
	width:462px;
	overflow:hidden;
	position:relative;
}
#photoSlide2 ul{
	position:absolute;
	width:1500px;
}
#photoSlide2 li{
	display:inline;
	float:left;
	width:154px;
	list-style:none;
}
#photoSlide2 img {
	vertical-align: bottom;
}
