img.order_link
{
	position:absolute;
	margin:10px;
	text-align:center;
	width:100px;
	cursor:pointer;
	border:solid 3px Black;
}

img.order_link:hover
{
	border:solid 3px #7e3e8e;
}

div.order_carousel
{
	width:100%;
	height:400px;
	display:block;
	cursor:default;
	background: url("../img/platter.png") no-repeat bottom left;
	cursor:pointer;
	clear:both;
}

div.carousel_title
{
	float:right;
	font-size:3em;
	font-weight:bold;
	font-family:Impact;
	text-align:right;
	margin-right:50px;
	cursor:default;
	color:#471d60;
}

div.move_hint
{
	font-size:1.1em;
	float:right;
	clear:both;
	text-decoration:italic;
	text-align:right;
	margin-right:40px;
	cursor:default;
	font-family:Verdana;
	color:#471d60;
	font-weight:bold;
	margin-top:5px;
}

div.lucky
{
	text-align:center;
	clear:both;
	font-size:1.5em;
}

div.lucky a
{
	color:Purple
}

button.move_carousel
{
	display:block;
	width:200px;
	margin:auto;
	margin-bottom:20px;
	padding: 4px 0px;
}
