@charset "utf-8";
/* CSS Document */

/* Example style */
.SplashFrame{
	background: url(Images/slashframe.jpg) no-repeat 0 0;
	width: 966px;
	height: 449px;
	margin: 0 auto;
	/*padding: 27px 0 0 36px;*/
}
.SlashEff{
	background: url(Images/tryitnow.jpg) no-repeat 0 0;
	float:left;
}
.SlashEff ul li{
	list-style-image: none;
	list-style-type: none;	
	width: 100px;
	cursor: pointer;
}
.SlashEff ul li:hover{
	text-decoration: underline;
}

ul{
padding:0px;
margin:0px;
}

li{
padding:0px;
margin:0px;
}


