/* ===================== thumbnails ===================== */	

a#bike1 {
	display: block;
	background: #4a5f73 url(image/1.jpg) 0 0 no-repeat;
	}

a#bike2 {
	background: #4a5f73 url(image/2.jpg) 0 0 no-repeat;
	}

a#bike3 {
	background: #4a5f73 url(image/3.jpg) 0 0 no-repeat;
	}

a#bike4 {
	background: #4a5f73 url(image/4.jpg) 0 0 no-repeat;
	}

a#bike5 {
	background: #4a5f73 url(image/5.jpg) 0 0 no-repeat;
	}

