﻿/* IE6 specific styles - heights are set here because it is too stupid to understand min-height in the main CSS */


.product_listing_detailed .other_images
{
	/*margin-left: 384px;*/
	width: 342px;
	margin-left: 330px;
	margin-top: -275px;
	}

.product_listing_detailed .other_images
{
    min-height:290px;
    height:auto !important;
    height:290px;
}
