#featured{
 height:253px; width:100%;
  
}

.carousel{

	
}
.slide_text {
	display:none;
}

.carousel ul li{
	
	width:100%;
	margin: 0 0px;
	padding: 0;
}

.next{
	float: left;
	z-index:1000;
	background: url(images/head_arr.png) no-repeat right;
	width: 72px;
	height: 72px;
	position:relative;
	text-indent: -9999px;
	border: 0px solid;
	margin:72px 0 0 0;
	cursor: pointer;

}


.usl_arr {
	z-index:1001;
}



#nav {
	margin: 0;
	
	/*background: #7d7d7d url(images/gradient.png) repeat-x 0 -110px;8?
	line-height: 100%;

	/*border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);*/
}
#nav li {
	
	
	position: relative;
	list-style: none;
	z-index: 9999;
}


/* main level link */
#nav a {
	font-weight: bold;
	
	text-decoration: none;
	display: block;
	
}
#nav a:hover {
	
}

/* main level link hover */
#nav .current a, #nav li:hover > a {

}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;

	
}
#nav ul a:hover {
	background: #0078ff url(img/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;

}

#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 46px;
	left: 0;
	background: #ddd url(img/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
/* dropdown */
#nav li:hover > ul {
	display: block;
	visibility: visible;
	z-index: 9999;
}

/* level 2 list */

#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 

