﻿#main_top_image
{
	background: url(/img/web/splash.jpeg) no-repeat;
	height: 359px;
	margin-bottom: 5px;
}

#main_top_featured
{
	color: White;
	background: url(/img/web/t_black.png) repeat;
	padding: 5px;
	float: right;
	margin: 15px 15px 0;
	text-align: center;
}

.rotate_item_window
{
	width: 700px;
	height: 360px;
	/*overflow: hidden; -- this will be applied by javascript */
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	margin-bottom: 5px;
}

.rotate_item
{
	width: 700px;
	height: 360px;
	overflow: hidden;
	/*position: absolute; -- this will be applied by javascript */
	background: white;
	margin-bottom: 5px;
	top: 0;
	left: 0;
}

.rotate_location
{
	height: 10px;
	line-height: 10px;
	width: 700px;
	text-align: right;
	margin-top: 0;
	margin-bottom: 0;
}

.rotate_marker
{
	width: 10px;
	height: 10px;
	line-height: 10px;
	margin: 0 0 0 3px;
	cursor: pointer;
}