@charset "utf-8";
/* CSS Document */
#hero
{
	width:605px;
	height:305px;
	display:block;
	position:relative;
	margin:auto;
	//left:240px;
	top:15px;
	margin-bottom:15px;
	margin-left:212px;
	//border:orange 3px dotted;
	//box-shadow:orange 0px 0px 5px;
	//border-radius:20px;
	//box-shadow:0px 0px 5px black;
	//border:1px black dotted;

}
#slider
{
	width: 600px;
	height: 300px;
	display: block;
	position: absolute;
	overflow: hidden;
	//right: 11px;
	//border-radius:20px;
	
}
