#mainBanner{
	background-image: url('../images/banner2.jpg');
	background-repeat: none;
	width: 900px;
	height: 100px;
	margin: 10px;
}

#newinv, #preowned, #deptspec{
	margin-left: 15px;
	background-image: url('../images/bigbuttonHover.jpg');
	background-repeat: none;
	float: left;
	width: 300px;
	height: 400px;
	text-align: center;
}


#newinv:hover, #preowned:hover, #deptspec:hover{
	background-image: url('../images/bigbuttonHover.jpg');
}

img{
	border: none;
}

#newSlide{
	width:150px;
	height:150px;
	margin: auto;
	overflow: hidden;
}

#newSlide img{
	height:149px;
	width:149px;
	background-color: rgb(230,230,230);
	top: 0;
	left: 0;
}


