/*.center-containter.resizeable-image{
  display:none;
  background: #000000;
  margin: 0;
  padding: 0;
}

.center-containter.resizeable-image p{
  margin: 0;
  padding: 0;
  margin-bottom: -5px;
}
*/
.center-containter.resizeable-image{
  background: #00334C;
}

.center-containter.resizeable-image h2{
  display: none;
}

.resizeableimage-info-outer{
  width: 100%;
  position: absolute;
  top:20px;
  z-index: 150;
}

.resizeableimage-info-middle{
   margin: 0 auto;
   width: 950px;
}

.resizeableimage-info-inner{
  padding: 25px 25px 10px;
  width: 320px; 
  background: #ccc;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 45%, rgba(255,255,255,0.8) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.8)), color-stop(45%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0.8))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 45%,rgba(255,255,255,0.8) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 45%,rgba(255,255,255,0.8) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 45%,rgba(255,255,255,0.8) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 45%,rgba(255,255,255,0.8) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccffffff',GradientType=0 ); /* IE6-9 */
  border-radius: 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  border: none;
  margin-top: 60px;
  
}

.resizeableimage-info-inner h3{
  font-size: 36px;
  color: #00334c;
  line-height: 1em;
}

em{
  font-style: italic !important;
}