@charset "UTF-8";
/* CSS Document */

.ll, .dbs, .gucci, .jb {
	padding: 25px 45px;
}
.ll {
	display: block;
	float: left;
}
.ll a {
	background: url(/wp-content/themes/kriket/images/clients/loblaw.gif) no-repeat center;
	width: 125px;
	height: 100px;
	display: block;
}
.ll a:hover {
	background: url(/wp-content/themes/kriket/images/clients/loblaw_over.gif) no-repeat center;
}
.dbs {
	display: block;
	float: left;
}
.dbs a {
	background: url(/wp-content/themes/kriket/images/clients/dbs-over.gif) no-repeat center;
	width: 125px;
	height: 100px;
	display: block;
}
.dbs a:hover {
	background: url(/wp-content/themes/kriket/images/clients/dbs.gif) no-repeat center;
}
.gucci {
	display: block;
	float: left;
}
.gucci a {
	background: url(/wp-content/themes/kriket/images/clients/gucci.gif) no-repeat center;
	width: 125px;
	height: 100px;
	display: block;
}
.gucci a:hover {
	background: url(/wp-content/themes/kriket/images/clients/gucci-over.gif) no-repeat center;
}
.jb {
	display: block;
	float: left;
}
.jb a {
	background: url(/wp-content/themes/kriket/images/clients/jb-over.gif) no-repeat center;
	width: 125px;
	height: 100px;
	display: block;
}
.jb a:hover {
	background: url(/wp-content/themes/kriket/images/clients/jb.gif) no-repeat center;
}