.swap-right {
	float: right !important;
}

.result.quick-view .modal-img-next, 
.result.quick-view .modal-img-prev,
.media-post .media-thumb a:before,
.featured-media .media-post .media-thumb a:before,
.slideshow .pane-prev, 
.slideshow .pane-next,
.squares .shade,
.media-post .media-thumb:before
	{background: url('../../I/bg_blk.png') !important; }
	

ul.four-col:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
*:first-child+html ul.four-col { zoom: 1; } /* IE7 */

ul.four-col li {
	width: 24%;
	margin-right: 1%;
	float: left;
}
@media (max-width: 600px) {
	ul.four-col li {
		width: 33%;
		margin-right: 2.5%;
	}
}
@media (max-width: 480px) {
	ul.four-col li {
		width: 48;
		margin-right: 2%;
	}
}
