.slider-wrapper { 
	width: inherit;
	height:inherit; 
	margin: 0px;
}

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	/*overflow: hidden;*/
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {	
	position:absolute;
	left:20px;
	top:37px;
	background:url('/Style%20Library/SafeMode/images/shadow10Bkg.png');
	background-repeat:repeat-x;
	color:#fff;
	width:300px;
	height:22px;
	z-index:80;
	padding: 5px 10px 20px 10px;
	/*opacity: 0.8;*/
	/*overflow: hidden;*/
	display: block;
	/*-moz-opacity: 0.8;*/
	/*filter:alpha(opacity=80);*/
	/*-webkit-box-sizing: border-box;*/ /* Safari/Chrome, other WebKit */
	/*-moz-box-sizing: border-box;*/    /* Firefox, other Gecko */
	/*box-sizing: border-box;*/         /* Opera/IE 8+ */

}
.nivo-caption:hover {
	cursor:pointer;
}

.nivo-caption #tit{display:none;}	

.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	display:none;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/**Menu Banner**/
.menubanner {
	display:block;
	z-index:10000;
	position:absolute;
	font-family:Trebuchet MS;
}

.menubanner .l2_the_menu {
	display:block;
	width:214px;
    position: absolute;
    background:#fff url(/Style%20Library/SafeMode/images/contentBkg.png) repeat-x top;
    padding:0px;
   	cursor:default;
   	margin-top:30px;
   	left:-10px;
   	border-top:1px #ffffff solid;
}

.menubanner .l2_the_menu ul {		
	margin-bottom:0px;
	padding:0px;
}
.menubanner .l2_the_menu li {		
	background-color: #96a1a7 !important;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	margin-left:1px;
	margin-right:1px;
	margin-bottom:0px;
	height:auto !important;
	padding:0px !important;
}
.menubanner .l2_the_menu li a {
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.menubanner .l2_the_menu li a:hover {
	color: #f14d11 !important;
}
.menubanner .l2_menu_class2 {
	height:auto;
}
.menubanner .l2_menuItem{
	line-height:29px;
	border-bottom:1px solid #e1e4e6;
	padding-left:10px;
	cursor:default;
}

.menubanner .l2_the_menu2 li {
	background-color: #fff !important;
	padding-left:10px !important;
	padding-top:5px !important;
	padding-bottom:5px !important;
	width:inherit;
	border-left:1px solid #e1e4e6;
	border-right:1px solid #e1e4e6;
	border-bottom:1px solid #e1e4e6;
	line-height:1.6;
	margin:0px;
	margin-left:1px;

}
.menubanner .l2_the_menu2 li a {
	font-size:10px !important;
	font-weight:bold;
	color:#f14d11 !important; 
	text-decoration:none;
	display:block;
	padding:4px 0;
}
.menubanner .l2_the_menu2 li a:hover {
	color: #3d4c56 !important;
}

