/* CSS Document */

.coursebuttons:hover {
	width:150px;
	height:297px;
	background-position:-150px 0;
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	display:block;
}

#creeksidebutton {
	width:150px;
	height:297px;
	background-image:url(images/creeksidebutton.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-5000px;
	display:block;
}

#forestparkbutton {
	width:150px;
	height:297px;
	background-image:url(images/forestparkbutton.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-5000px;
	display:block;
}

#creeksidebutton:hover {
	width:150px;
	height:297px;
	background-position:-150px 0;
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	display:block;
}

#forestparkbutton:hover {
	width:150px;
	height:297px;
	background-position:-150px 0;
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	display:block;
}