/*
This is an example of how to use the image sprite in your own CSS files
*/
.index {
	background-image: url('index.sprite.png');
	background-repeat: no-repeat;
	display: block;
    margin-top:7px;
    float:left;
}

.index.exclusive {
	width: 34px;
	height: 20px;
	background-position: -10px -10px;
}
.index.icon-01 {
	width: 83px;
	height: 83px;
	background-position: -10px -40px;
}
.index.icon-02 {
	width: 83px;
	height: 83px;
	background-position: -10px -133px;
}
.index.icon-03 {
	width: 30px;
	height: 30px;
	background-position: -10px -226px;
}
.index.icon-04 {
	width: 28px;
	height: 29px;
	background-position: -10px -266px;
}
.index.icon-05 {
	width: 30px;
	height: 30px;
	background-position: -10px -305px;
}
.index.icon-06 {
	width: 28px;
	height: 32px;
	background-position: -10px -345px;
}
.index.icon-07 {
	width: 30px;
	height: 30px;
	background-position: -10px -387px;
}
.index.icon-08 {
	width: 28px;
	height: 25px;
	background-position: -10px -427px;
}
.index.icon-09 {
	width: 30px;
	height: 30px;
	background-position: -10px -462px;
}
.index.icon-10 {
	width: 33px;
	height: 29px;
	background-position: -10px -502px;
}
.index.index-bg2 {
	width: 41px;
	height: 41px;
	background-position: -10px -541px;
}
.index.more-blue {
	width: 6px;
	height: 5px;
	background-position: -10px -592px;
}
.index.more-gray {
	width: 6px;
	height: 5px;
	background-position: -10px -607px;
}
.index.point {
	width: 2px;
	height: 2px;
	background-position: -10px -622px;
}
.index.refresh {
	width: 19px;
	height: 16px;
	background-position: -10px -634px;
}
.index.search-blue {
	width: 20px;
	height: 22px;
	background-position: -10px -660px;
}
.index.search-gray {
	width: 20px;
	height: 22px;
	background-position: -10px -692px;
}
.index.icon-no-data {
	width: 50px;
	height: 39px;
	background-position: -10px -724px;
}
	.index.laba {
		width: 16px;
		height: 16px;
		margin-top: 1px;
		background-position: -10px -773px;
	}
