/*  
Theme Name: donkeybeatz / stuff
Description: This is for the stuff page
Version: 1.0
Author: Dung Nguyen
Author URI: http://donkeybeatz.com

*/

#dreamcast{
	display: block;
	width: 128px;
	height: 128px;
	background: url(images/site/icon_dreamcast.jpg) no-repeat 0 0;
	float: left;
}

#dreamcast:hover{ 
	background-position: 0 -128px;
}

#dreamcast span{
	display: none;
}

#lpcase{
	display: block;
	width: 128px;
	height: 128px;
	background: url(images/site/icon_lpcase.jpg) no-repeat 0 0;
	float: left;
}

#lpcase:hover{ 
	background-position: 0 -128px;
}

#lpcase span{
	display: none;
}

#vinyl{
	display: block;
	width: 128px;
	height: 128px;
	background: url(images/site/icon_record.jpg) no-repeat 0 0;
	float: left;
}

#vinyl:hover{ 
	background-position: 0 -128px;
}

#vinyl span{
	display: none;
}