@charset "UTF-8";

#is_wrapper {
	overflow: hidden;
	width: 760px;
}
#is_wrapper > * {
	position: relative;
	float: left;
}
#is_wrapper .btn {
	clear: both;
	float: none;
	text-align: center;
}
#is_wrapper a:hover img {
	opacity: 0.75;
}
