.tile-wrapper {
    overflow: hidden;
    position: relative;
	margin-bottom: 10px;
	padding: 10px;
	
	
}
.new-arrivals-link {
    line-height: 0;
	
	
}
.new-arrivals-link img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
	
	
	
}
.new-arrivals-link:hover img { /* this line has been changed */
    -webkit-transform:scale(1.15); /* Safari and Chrome */
    -moz-transform:scale(1.15); /* Firefox */
    -ms-transform:scale(1.15); /* IE 9 */
    -o-transform:scale(1.15); /* Opera */
     transform:scale(1.15);
	cursor: context-menu;
	
}

.new-arrivals-link img:hover {
    opacity: 1;
	
}
.tile-wrapper .text-overlay {
    position: absolute;
    width: 50%;
    height: 50%;
    overflow: auto;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
	
	
}


.numordinal{color: #999;; font-size: 12px;}

