#marcoSlider {
    padding: 0px;
    margin: 10px 0px 90px 0px;
    border-color: #E9E7E4;
    border-style: double;
    border-width: 4px;
    
    /*width: 1162px;
    height: 658px;*/
}


/* Background */
.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
    background: #CCC7C2;
    color: #111;
}


.rsMinW .rsGCaption {
    position: absolute;
    float: none;
    bottom: -100px;
    left: 0px;
    text-align: center !important;
    background: transparent;
    background: rgba(0,0,0, 0.0);
    color: #111;
    padding: 10px 5px;
    width: 100%;
    font-size: 16px;
    border-radius: 2px;
}


@media only screen and (max-width: 992px) {

    .rsMinW .rsGCaption {
        position: absolute;
        float: none;
        bottom: -90px;
        left: 0px;
        text-align: center !important;
        background: transparent;
        background: rgba(0,0,0, 0.0);
        color: #111;
        padding: 10px 5px;
        width: 100%;
        font-size: 11px;
        line-height: 11px;
        border-radius: 2px;
    }

}

/* Bullets */

.rsMinW .rsBullets {
	position: absolute;
	bottom: 18px;
	right: 75px;
	z-index: 35;
	padding-top: 4px;
	height: auto;

	text-align: center;
	line-height: 6px;
	overflow: hidden;
}
.rsMinW .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 9px 10px 9px 2px;
}
.rsMinW .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #FFF;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

.rsMinW .rsBullet.rsNavSelected span {
	background: rgba(168,5,50,1);
}