/* HOMEPAGE-SPECIFIC STYLES */

#home {
	background: #900;
	width: 550px;
	height: 400px;
	margin: 0 auto;
}
#home h1 {
	color: #F26522;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
#home p {

}
.price {
	color: #F26522;
	padding: 40px 0 10px 0;
	font-weight: bold;
	font-size: 13px;
	position: relative;
	left: 20px;
}
.homeImg {
	float: left;
	margin: 20px 30px 20px 20px;
	padding: 0;
}

/* Carousel link styling */
#carousel-list {
	text-align: right;
	padding: 0;
}
#carousel-list a {
	display: inline;
	padding: 0 5px 0 0;
	margin: 0;
}
#carousel-list a, #carousel-list a:hover {
	background: #F7EBDB;
	border: 1px solid #888;
	padding: 2px 6px;
	margin: 0;
	text-decoration: none;
	color: #000;
}
#carousel-list a:hover, #carousel-list a.over {
	background: #333;
	color: #F7EBDB;
}