#cboxContent {
  font-family:Helvetica, Arial, sans-serif;
  color:#333;
}
.visual-exploration-colorbox-inline {
  width:740px;
  margin:0 auto;
}
#cboxCurrent {
  font-weight:bold;
  left: 440px;
  color:#666;
  font-size:14px;
}
.visual-exploration-colorbox-inline .field-name-field-visual-image {
  text-align:center;
  background:#ECECEC;
  padding: 20px;
  margin-bottom:10px;
}
.cboxSlideshow_on #cboxSlideshow, 
.cboxSlideshow_off #cboxSlideshow {
  display:block;
  font-family:Helvetica, Arial, sans-serif;
  font-size:14px;
  font-weight:bold;
  color:#666;
  text-indent:0;
  padding-left:15px;
  width:auto;
  height:14px;
  padding-top:4px;
  background: transparent url('../images/icons/slideshow-controls.png') no-repeat scroll top left;
  left:0px;
}

.cboxSlideshow_on #cboxSlideshow {
  
}
.cboxSlideshow_off #cboxSlideshow {
  background-position:0px -18px;
}

#cboxContent .field-name-field-visual-desc {
  font-weight:bold;
  font-size:12px;
  line-height:1.6em;
}

#cboxContent .field-collection-view {
    border-bottom: none;
    margin:0;
    padding:0;
}

#cboxContent .field-name-field-visual-title {
  font-weight:bold;
  font-size:14px;
}

#cboxNext,
#cboxPrevious {
    font-family:Helvetica, Arial, sans-serif;
    background: transparent url('../images/icons/visual-explorations-nav.png') no-repeat scroll top left;
    width: 45px;
    height: 90px;
    position: absolute;
    text-indent: 0;
    top: 190px;
    padding-top:62px;
    color:#fff;
    font-weight:bold;
    font-size:14px;
}

#cboxNext:hover,
#cboxPrevious:hover {
  color:#4379bf;  
}

#cboxPrevious {
    left: 0;
    padding-right:5px;
    text-align:right;
}


#cboxNext {
    left: 878px;
    background-position: -50px 0;
    padding-left:5px;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}