#image-frame{
	background: url(../images/backgrounds/image-slider.png) no-repeat 0 0;
	padding: 18px 25px;
	width: 160px;
}
#image-window{
	overflow: hidden;
	position: relative;
	width: 160px;
	height: 120px;
}
#image-list{
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 0;
}
#image-list img{
	vertical-align: bottom;
}