body.cms_admin_page
{
	background-color:#F2EFE5;
	overflow:auto;
	
}
#content_carousel
{
	min-height:40em;
	height:100% !important;
	min-width:70em;
	position:absolute;
	top:0;
	width:100%;
	overflow:auto;
	text-align:center;
	/*z-index:5;*/
}

#content_carousel ul
{
	width:3000px;
	position:relative;
	margin:0 auto;
	top:14.3%;
	text-align:left;
	z-index:5;
	clear:both;
	height:410px;
}

#template_6_col_1,
#template_6_col_2,
#template_6_col_3,
#template_6_col_4,
#template_6_col_5,
#template_6_col_6,
#template_6_col_7,
#template_6_col_8
{
	position:relative;
}

#content_carousel ul li
{
	list-style-type:none;
	display:block;	
	position:static;
	float:left;
	margin-left:2em;
	overflow:hidden;
}

#page #webpage
{
	position:static;
	overflow:visible;
}
#page #content_carousel
{
	overflow:visible;
	position:relative;
	width:auto;
}

#page #content_carousel ul
{
	min-width:4000px;
	height:auto;
	z-index:5;
}

#page #webpage #content_carousel ul li
{
	min-width:200px;
	outline:1px green dashed;
}

#content_carousel ul li .module_html
{
	width:300px;
	padding-top:20px;
}

/* fix scrollbars */

.carousel-nav
{
	top:0;
	height:97%;
}

.carousel-nav .arrow-right, .carousel-nav .arrow-left
{
	top:28%;
}

#module_dynamic_sitenav
{
	height:97%;
	position:absolute;
	top:0;
	width:100%;	
}
