#carousel {
	width: 250px;
	height: 250px;
	overflow: hidden;
}

#item-image {
	width: 250px;
	float: left;
	text-align: center;
	background-color: #F0F0F0;
	border: 1px solid #999999;
}

#item-image img.carousel {
	width: 230px;
	height: 230px;
	padding: 10px;
	background-color: #FFFFFF;
}

#item-thumbs {
	width: 240px;
	margin: 5px auto;
	padding: 5px;
	text-align: center;
	font-size: 80%;
}

#item-thumbs a.thumb {
	display: block;
	width: 44px;
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #AAAAAA;
	margin: 4px;
	float: left;
}

/* below this is older css - need to weed some of this out */
div.tab-content {
	color: #333333;
	background-color: #F0F0F0;
	padding: 10px;
	border-bottom: 1px solid #777777;
}

h2.pricing_statement {
	margin-top: 0px;
	padding: 0px;
	border: 0px;
	color: #AA0000;
}

#button-container {
	float: right;
	width: 280px;
	text-align: center;
}
#button-container p { 
	text-align: center;
	margin-right: 0px;
}

#item_num { width: 270px; }

#item-image-data {
	text-align: center;
}

#pricing_blurb {
	font-size: 18px;
	color: #CC0000;
	font-weight: bold;
}

/**
 *	Regular Notice Stuff
 */
#notice_text {
	text-align: center;
	margin: 5px 0px;
	font-size: 16px;
	font-weight: bold;
}

/**
 *	Popup Notice Stuff
 */
#popup_notice_button_container {
	margin-top: 5px;
	text-align: right;
}

#popup_notice_text {
	background-color: #FFFFBE;
	border: 1px solid #DBDB7C;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
}

#popup_notice_trigger {
	font-weight: bold;
	font-size: 16px;
}

.popup_notice_window {
	background-color: #FFFFFF;
	width: 400px;
	padding: 20px;
	border: 2px solid #333333;
}