/*-------------- zoom ----------------*/

/* This is the moving lens square underneath the mouse pointer. */
.mt-products-grid .cloud-zoom-lens {
	border: 1px solid #ccc;
	margin:-1px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;
}

/* This is for the title text. */
.mt-products-grid .cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* This is the zoom window. */
.mt-products-grid .cloud-zoom-big {
	background: #fff;
	border:4px solid #ccc;
	overflow:hidden;
    z-index: 1000;
}

/* This is the loading message. */
.mt-products-grid .cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
	display:none;
}
.mt-products-grid .mousetrap {
    visibility: hidden;
}
.mt-products-grid .mt-wrapz {
    z-index: 10;    
}
.mt-products-grid .mt-wrapz:focus, .mt-products-grid .mt-wrapz:hover {
    position:relative;
}
.mt-products-grid li.item {
    float: left;
    padding: 10px;
    width: 138px;
    position: relative;
    *position: static;
}
.mt-products-grid .product-image {
    display: block;
    height: 135px;
    margin: 0 0 10px;
    width: 135px;
}
.mt-products-grid .product-name {
    color: #203548;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
}
.mt-products-grid .product-name a {
    color: #203548;
}
.mt-products-grid .mt-actions {
}
.mt-products-grid {
    margin: 0 auto;

    display: inline-block;
}

/*----------- zoom --------------*/