#hl-edit-block-wrapper{ 
	min-height:298px; 
	position:relative;
	overflow:hidden; 
	width:845px;
	border:5px solid #ffffff;
	box-shadow:0px 0px 3px 1px #a9a8a4;
	-moz-box-shadow:0px 0px 3px 1px #a9a8a4;
	-webkit-box-shadow:0px 0px 3px 1px #a9a8a4;
}

.hl-jumbotron { position: relative; }

  .hl-jumbotron-nav {
    position: absolute; top: 0; left: 0; margin: 0; padding: 0;
    background-color: #f3f3f3; width: 195px;
  }
  
  .hl-jumbotron-nav li {
    border-bottom: 1px solid #1e4147; 
	min-height: 64px; 
	padding: 5px 11px; 
	position: relative; 
	overflow: hidden;
/*    -webkit-transition: all 0.7s ease-in-out;
	  -moz-transition: all 0.7s ease-in-out;
	  -o-transition: all 0.7s ease-in-out;
	  -ms-transition: all 0.7s ease-in-out;
	  transition: all 0.7s ease-in-out;*/
  }
  .hl-jumbotron-nav li:hover {
    background:-moz-linear-gradient(top, #c8c8c8, #ffffff);
	background:-ms-linear-gradient(top, #c8c8c8, #ffffff);
	background:-webkit-linear-gradient(top, #c8c8c8, #ffffff);
	background:-o-linear-gradient(top, #c8c8c8, #ffffff);
	background:linear-gradient(to bottom, #c8c8c8, #ffffff);
  }
  
  .hl-jumbotron-nav li:last-child { border-bottom:none; }
  
  .hl-jumbotron-nav li h3 { font-size: 14px; font-weight: bold; white-space:nowrap; width: 160px; overflow: hidden;}
  .hl-jumbotron-nav li h3 a { color:#000000; }
  
  .hl-jumbotron-nav li a:hover { text-decoration: none; cursor: default; }
  .hl-jumbotron-nav li.active a:hover { text-decoration: underline; cursor: pointer; }
  .hl-jumbotron-nav li p { display: block; font-size: 10px; overflow: hidden; cursor: default; width:90%; color:#1e4147; }
  .hl-jumbotron-nav li.active {
	background:url('img/billboard-selected.png') no-repeat left center;
    border-bottom:none;
	position:relative;
	width:240px;
  }
  
  .hl-jumbotron-nav li.active:after {
	display:block;
	width:195px;
	content:'';
	height:1px;
	border-bottom: 1px solid #1e4147;
	position:0px;
	left:0px;
	bottom:0px;
	position:absolute;
  }
  
  /*.hl-jumbotron-nav li.active:after { 
	display: block; content: ""; width: 44px; height: 66px; position: absolute; top: 0px; right: -44px;
    background-image:url('img/billboard-selected-after.png');
  }*/
  
  .hl-jumbotron-nav li.active h3 { color: #2669B2; }

  .hl-jumbotron-slides {
    position: relative; float: right;
    height: 100%; margin: 0; padding: 0;
	width:685px;
  }
  .hl-jumbotron-slides li {
    position: absolute; top: 2px; left: 2px; margin: 0; padding: 0;
    width: 685px; height: auto; list-style: none; overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
  }
  .hl-jumbotron-slides li.first-of-type {
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
  }
  
  .hl-jumbotron-slides li img { width:100%; }