

.liquid {
    /*background:#313b31 url('../images/bodybackground.png') repeat-y scroll 50% 0;
	border:2px solid #19301C;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
    padding: 10px 0;*/
	/*height: 100%; 
	overflow: hidden;*/

}

    .liquid .previous {
        display: block;
        height: 100%;
        width: 40px;
        background-image: url('../images/previous.png');
        background-repeat: no-repeat;
        background-position: center center;
        float: left;
        margin: 0;
        padding: 0;
    }

    .liquid .next {
        display: block;
        height: 100%;
        width: 40px;
        background-image: url('../images/next.png');
        background-repeat: no-repeat;
        background-position: center center;
        float: right;
        margin: 0;
        padding: 0;
    }

    /*.liquid ul li {
        width: 280px;
		height:100%;
        margin: 0;
    }

        .liquid ul li a img {
            max-width: 100%;
        }*/




@media screen and (min-width:0px) and (max-width:699px) {
    /*---------------------------------------------------------------
		DEFAULT MOBILE STYLES FOR NAVIGATION AND GENERAL PAGE ELEMENTS
	---------------------------------------------------------------*/


    .liquid {
        height: auto !important;
        overflow: hidden !important
    }

    .liquid .wrapper {
        height: auto !important;
        overflow: visible !important;
        float: none;
    }

    .liquid .wrapper ul {
        height: auto !important;
    }

    /*.next {
        height: 280px !important;
    }

    .previous {
        height: 280px !important;
    }

    .carouselMe {
        height: 280px !important;
    }

    .liquid ul li img {
        width: 100%;
    }

    .liquid ul {
        overflow: hidden;
        overflow: hidden;
    }

        .liquid ul li {
            width: 190px;
            overflow: hidden;
            height: 100% !important;
			
        }*/

    /*.liquid .previous {
     
        width: 10%;
    }

    .liquid .next {
        border: 1px solid cyan;
        float: right;
        display: none !important;
    }*/
}
