i{
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
}
i+span{
	vertical-align: middle;
}
i.down{
	width: 15px;
	height: 15px;
	background-image: url('../img/i-down.png');
}
i.down-black{
	background-image: url('../img/i-down-black.png');
}
i.down-blue-up{
	background-image: url('../img/i-down-blue-up.png');
}
i.down-blue{
	background-image: url('../img/i-down-blue.png');
}
i.search-icon{
	margin-right: 10px;
	width: 16px;
	height: 16px;
	background-image: url('../img/i-search.png');
}
i.message{
	width: 30px;
	height: 30px;
	background-image: url('../img/i-message.png');
	margin-right: 10px;
}
i.page-next,i.page-prev,i.archive{
	width: 30px;
	height: 30px;
}
i.page-next{
	background-image: url('../img/i-page-next.png');
}
i.page-prev{
	background-image: url('../img/i-page-prev.png');
}
i.archive{
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-image: url('../img/i-archive.png');
}
i.back{
	width: 15px;
	height: 15px;
	margin-right: 15px;
	margin-top: -3px;
	background-image: url('../img/i-back.png');
}
i.colors-prev,i.colors-next{
	width: 25px;
	height: 25px;
}
i.colors-prev{
	background-image: url('../img/i-colors-prev.png');
}
i.colors-next{
	background-image: url('../img/i-colors-next.png');
}
i.download{
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background-image: url('../img/i-download.png');
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
i.slider{
	width: 45px;
	height: 60px;
	background-image: url('../img/i-slider.png');
	background-position: 0 3px;
}
i.slider-next{
	background-position: -60px 3px;
}