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

.rotation {
	height:  350px;
	padding: 0;
	width: 425px;
	overflow: hidden;
	margin: 0px;
	background-color: #FFF;
	float: left;
} 
.rotation img {
	width:  450px;
	height: 350px;
	top:  0;
	left: 0
} 
