/*
This is an example of how to use the image sprite in your own CSS files
*/
.mindex {
	background-image: url('mindex.sprite.png');
	background-repeat: no-repeat;
	display: inline-block;
}
.mindex.icon-m-search {
	width: 33px;
	height: 38px;
	background-position: -10px -10px;
}
.mindex.icon-m-hd-menu {
	width: 40px;
	height: 29px;
	background-position: -10px -58px;
}
.mindex.icon-m-hd-search {
	width: 40px;
	height: 40px;
	background-position: -10px -97px;
}
.mindex.icon-m-hd-user {
	width: 40px;
	height: 40px;
	background-position: -10px -147px;
}
.mindex.icon-m-menu-tran {
	width: 24px;
	height: 12px;
	background-position: -10px -197px;
}
