@charset "utf-8";
/* CSS Document */
.SplashFrame{
	background: url(Images/slashframe.jpg) no-repeat 0 0;
	width: 497px;
	height: 236px;
	margin: 0 auto;
	padding: 27px 0 0 36px;
}
.SlashEff{
	background: url(Images/tryitnow.jpg) no-repeat 0 0;
	width: 550px;
	height:62px;
	margin: 20px auto 0;
	padding: 5px 0 0 60px;
}
.SlashEff a{
	float: left;
	list-style-image: none;
	list-style-type: none;	
	width: 100px;
	cursor: pointer;
}
.SlashEff ul li:hover{
	text-decoration: underline;
}
