@charset "utf-8";
#textsize {
	text-align: right;
	margin-top: 10px;
	color: #666;
	float: right;
}
@media (max-width: 550px) {
	#textsize {
	text-align: right;
	margin-top: 0px;
	color: #666;
	float: left;
}
}
#textsize a{
	display:inline;
	color: #666;
	border: 1px none #393939;
	text-decoration: none;
	font-size: 0.85em;
	background-image: url(../images/page.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 6px;
	margin: 0;
}
#textsize a:hover{
	color: #000;
	padding: 6px;
	background-image: url(../images/page2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
