.window {
	width:100%;
	height:200px;
	overflow: hidden;
	position: relative;
}
.window .center_frame {
	left:0px;
}
.islider {
	/*
	background-image: url(frame.png);
	background-repeat: no-repeat;
	*/
	height: 200px;
	width: 650px;
	position:relative;
	margin:auto;
}
.islider img {
	margin-top: 0px;
	margin-left: 0px;
}
.next_center_frame {
	top:-200px;
	left:4000px;
}


