.content
{	margin-left: 20px;
	margin-right: 0;
}
ol h4 {	
	font-size: 16px;
	font-weight: 100;
	line-height: 20px;
	color: #715C38;
}
ol
{	margin-left: 0em;
}
li
{
	line-height: 22px;
}
ol li
{	margin-bottom: 2.4em;
}
ul li
{	margin-bottom: 0;
}
li li
{	margin-left: 1.2em;
	list-style: disc;
}

.narrow
{	width: 500px;
}

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:268px;	width: 750px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
/*	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px; */
/*	padding-top: 20px; */
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
/*	line-height: 40px; */
/*	background: url(paging_bg2.png) no-repeat; */
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	text-decoration: none;
	color: #fff;
	background: url(/imgs/slideshow_blank.gif) no-repeat;
	padding: 0px 10px;
}
.paging a.active {
	background-image: url(/imgs/slideshow_blank_hot.gif);
}
.paging a.active {
/*	font-weight: bold; */
/*	background: #920000; 
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px; */
}
.paging a:hover {font-weight: bold;}

#showcasewrapper
{	text-align: center;
}
#showcase {
	background-repeat: no-repeat;
	width: 750px;
	height: 269px;
	overflow: hidden!important;
	margin-bottom: 20px;
}
#showcase, #showcase a {
	cursor: auto !important;
}
#showcase a img, #showcase img {
	border: none
}

.loading {
	color: #CCC;
	font-size: 14px;
	left: 0;
	position: absolute;
	top: 0;
	text-align: right;
	z-index: 9000;
}
#navigator
{	display :none;
}