@charset "UTF-8";
#seeTry {
	background-image: url(../images/seeTry.png);
	background-repeat: no-repeat;
	display: block;
	float:left;
	height: 38px;
	margin: 30px 15px;
	text-indent: -9999px;
	width: 150px;
}
#moreInfo {
	background-image: url(../images/moreInfo.png);
	background-repeat: no-repeat;
	display: block;
	float:left;
	height: 38px;
	margin: 30px 20px;
	text-indent: -9999px;
	width: 150px;
}
#moreInfo:hover, #seeTry:hover{
	background-position: 0 -37px;
}
.demo {
	padding-bottom:15px;
	padding-left: 20px;
	width: 750px;
}
.demo .imgFloatLeft {
	padding-right: 25px;
}
.demo .imgFloatRight {
	padding-left: 25px;
}
