

html .views-row {
 margin-bottom: 10px;   
}

html .views-slideshow-cycle-main-frame{
position: relative;
display: block;
margin-left: auto;
margin-right: auto;
}

html .views-field.views-field-field-slide-image {
 border-top-style: solid;
 border-bottom-style: solid;
    border-color: #4b2e83
}

html .textOverlay .slideBackground {
z-index: 10;
 /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
padding: 3px; 
 position: absolute;

}

html .textOverlay div.views-field.views-field-field-image-description{
    margin-top: -230px;
    margin-left: auto;
    margin-right: auto;
    width: 6em;
font-size: 1.2em;
color: #fff;
font-weight: bold; 
 vertical-align: text-top;
  width:60%;
  text-align:center;

}