div#carousel-1.carousel.slide{
    height:300px;
    overflow:hidden;
    background:#EFEFEF !important;
}

div.carousel-inner{
    height:300px;
    background:#EFEFEF !important;
}

div.carousel-inner div.item{
    /*height:300px;*/
    background:#EFEFEF !important;
}

div.carousel-inner div.item img{
    height:300px;
}

.rotator-img-container.col-lg-6,.rotator-text.col-lg-6{
    width:50%;
    float:left;
    vertical-align: top;
    margin: 0;
    overflow:hidden;
}
.col-lg-6{
    padding:0 !important;
}
div.rotator-img-container img{
    width:100% !important;
    height:auto !important;
}
#carousel-1 > div:nth-child(2) > a.right.carousel-control,
#carousel-1 > div:nth-child(2) > a.left.carousel-control{
    background-image: none;
}
#carousel-1 > div:nth-child(2) > a.right.carousel-control > i,
#carousel-1 > div:nth-child(2) > a.left.carousel-control > i{
    vertical-align: middle !important;
    margin-top:60%;
    color:#8C488C;
    font-size: 2em;
    text-shadow: 0 0px 5px #ffffff;
    -webkit-text-stroke: 1px white;
}
#carousel-1 > div.carousel-inner > div.item > div.rotator-text.col-lg-6 > h5.rotator-author,
#carousel-1 > div.carousel-inner > div.item > div.rotator-text.col-lg-6 > h5.rotator-date{
    text-transform: uppercase;
    /*font-family: 'Droid Sans';*/
    font-size: 0.83em;
    font-weight: 400;
    text-transform: uppercase;
    color: #8C488C;
}
#carousel-1 > div.carousel-inner > div.item > div.rotator-text.col-lg-6 {
    padding: 5px 10px !important;
}

#carousel-1 > div.carousel-inner > div.item > div.rotator-text.col-lg-6 > h3.rotator-title > a{
    color: #666;
    font-size: 15pt;
}
#carousel-1 > div.carousel-inner > div.item > div.rotator-text.col-lg-6 > p{
    font-family: 'verdana';
    color: #777;
    font-size: 11pt;
    margin: 1em 0;
}