a, img {
	border:0;
}

#start, #stop{
 display:none;
}

#images span img{
	float:left;
	width:150px;
	height:150px;
	cursor:pointer;

}
#images{

	overflow:hidden;
}
body{
	background-image: url(./brand.jpg);
		background-repeat: no-repeat;
		background-position: right bottom;
		background-attachment: fixed;
}
