body {
	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",sans-serif,verdana;
	background-color: #000;

}


a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}


	.scroll {
		position:relative;
		overflow:hidden;
		width: 400px;
		height: 300px;
		float:left;
	}
	

	.scroll .pics {
		width:20000em;
		position:absolute;
		clear:both;
	}
	

	.pics div {
		float:left;
		cursor:pointer;
		width:400px !important;
		height:300px;
		margin:0px;
	}
	

	.scroll.active {
	
	}
