body
{
	background-color: #b195a3;
	margin:20px;
}
div.wisdom
{
	background: url(images/wisdom_horse_un.gif) no-repeat;
	float:left;
	width:377px;
	height:276px;
	display:inline;
	padding:0px;
	margin:0px;
}
div.pistol
{
	background: url(images/pistol_river_un.gif) no-repeat;
	float:left;
	width:255px;
	height:196px;
	display:inline;
}
div.cave
{
	background: url(images/cave_creek_un.gif) no-repeat;
	float:left;
	width:253px;
	height:196px;
	display:inline;
}
div.ocean
{
	background: url(images/ocean_front_un.gif) no-repeat;
	float:left;
	width:373px;
	height:276px;
	display:inline;
}
div.wall
{
	background: url(images/wall_street_un.gif) no-repeat;
	float:left;
	width:242px;
	height:196px;
	display:inline;
}

div.wisdom:hover
{
	background: url(images/wisdom_horse_sel.gif) no-repeat;
}
div.pistol:hover
{
	background: url(images/pistol_river_sel.gif) no-repeat;
}
div.cave:hover
{
	background: url(images/cave_creek_sel.gif) no-repeat;
}
div.ocean:hover
{
	background: url(images/ocean_front_sel.gif) no-repeat;
}
div.wall:hover
{
	background: url(images/wall_street_sel.gif) no-repeat;
}