.products-rotate {
	position:relative;
	display:block;
	float:left;
	overflow:hidden;
	margin-bottom:0;
	width:100%}
/* .products-rotate:hover .product_img_link .product-image+.product-image{
	top: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;} */
.products-rotate .product_img_link .overlay{
	background: #fff;
	opacity: 0;
	position:absolute;
	width: 100%;
	height: 100%;
	top:100%;
    left:0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;}
.ie8 .products-rotate .product_img_link .overlay{
display: none;}
/* .products-rotate:hover .product_img_link .overlay{
	top: 0;} */
.products-rotate .product_img_link{
	display:block;
	float:left;
	width:100%;
	z-index:1}
.products-rotate .product_img_link .product-image{
	width:100%;
	line-height:0}
.products-rotate .product_img_link .product-image img{
	width:100%}
.products-rotate .product_img_link .product-image+.product-image{
	position:absolute;
	top:100%;
    left:0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;}
.products-rotate .product_img_link .product-image+.product-image img{
	max-width:100%;}