.leftBlock{
  float: left;  
}

.rightBlock{  
  height:400px;
  padding: 20px 10px 20px 0px;
  position: relative;
  overflow: hidden;  
}

.overviewItem{  
  font-family: 'Open Sans', 'Segoe UI', sans-serif;
  cursor: pointer;
  background:url("/images/rotator_item.png") no-repeat;
  background-position: 0px 0px;
  padding-left:20px;
  padding-top:1px;
  color:#555555;
}

.overviewItem h3{
  font-size:12px;
  margin:0px;
}

.active{ 
  background:url("/images/rotator_item_selected.png") no-repeat;
  color:black;
}

.description{
  height: 0px;
  margin: 0px;  
  visibility: hidden;
}

.active .description{
  font-size: 12px;  
  height: auto;
  visibility: visible;
}

/*Carousel stuff */
.jcarousel-wrapper {
    margin: 20px 15px;
    position: relative;
    border: 1px solid #9a9a9a;
	background-color:white;
}

.jcarousel-wrapper .photo-credits {
    position: absolute;
    left: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
    width: 90%;
    background: linear-gradient(to right, blue, white);
}

.jcarousel-wrapper .photo-credits a {
    color: #fff;
}

/** Carousel **/

.jcarousel {
    position: relative;
  
    overflow: hidden;
    width: 700px;
    height: 400px;
    border: 1px solid transparent;    
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
    width: 700px;
    height: 400px;
}

/** Carousel Controls **/

.jcarousel-control-prev {
    position: absolute;
    top: 45%;
    width: 28px;
    height: 29px;
	background: url("../images/rotator_left.png") no-repeat;	
}
.jcarousel-control-next {
    position: absolute;
    top: 45%;
    width: 28px;
    height: 29px;
	background: url("../images/rotator_right.png") no-repeat;
}

.jcarousel-control-prev {
    left: 10px;  
}

.jcarousel-control-next {
    right: 10px;
}

.jcarousel-control-prev:hover {
	background: url("../images/rotator_left_hover.png") no-repeat;	
}

.jcarousel-control-next:hover  {
   background: url("../images/rotator_right_hover.png") no-repeat;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}