
.nivoSlider {
    position:relative;
     max-width:496px;  /*Change this to your images width */
     max-height:255px;  /*Change this to your images height */

	
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

.outputdivstartid  {
    
	background-color: #282424;
	max-width:515px;
	min-width:260px;
	
	padding:10px;
	background-size: contain;
	
	border-style: solid;
    border-width: 5px;
	border-color:#282424;
	
	font-size: 1em;
	
	
	
}



@media only screen and (max-width: 768px) {

.nivo-caption {


        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;

}

.outputdivstartid  {

margin-right:40px;

}


}



/* Caption styles */
.nivo-caption {
        position:absolute;
        left:0px;
        bottom:0px;
        background:#000;
        color:#fff;
        width:100%;
        z-index:8;
        padding: 5px 10px;
        opacity: 0.8;

//        overflow: hidden;
//        white-space: nowrap;
//        text-overflow: ellipsis;


        display: none;
        -moz-opacity: 0.8;
        filter:alpha(opacity=8);
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
}




