body {
	background-color:#e1e1e1;
	color:#fff;
	font-family: Arial, sans-serif;
	font-size:11px;
	line-height: 14px;
	padding:0px;
	margin:0px;	
}

.box {
	background-color:#ff4499;
	
	overflow: hidden;
	
	-webkit-transition: all 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	-moz-transition: all 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	-ms-transition: all 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	-o-transition: all 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	transition: all 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	
	-webkit-transition-property: left, right, top;
	-moz-transition-property: left, right, top;
	-ms-transition-property: left, right, top;
	-o-transition-property: left, right, top;
	transition-property: left, right, top;
}
			
#container {
	width: 300px;
	margin-left: 11px;
}

a.btn {
  margin-right: 1px;
  line-height: 30px;
  height: 30px;
  cursor: pointer;
  display: inline-block;
  width: 75px;
  color: red;
}



img {
	display: block;
	margin: auto auto;
	overflow: hidden;
}