        .g-scrolling-carousel {
            /*position: relative;
			float:left;*/
			margin-top:15px;
			}
		  .g-scrolling-carousel .items{
		  width:100%;
		   position: relative;
			float:left;
            padding: 5px 0;
			margin:0px;
			top:0px;
            background-color: #fff;
			 /*overflow-x: scroll;*/
			overflow:hidden;
            white-space: nowrap;
			/*height:180px;*/
            width: 100%;
            -webkit-overflow-scrolling: touch;
        }
        .testimonial-content {
            display: inline-block; /* notice the comments between inline-block items */
            width:15.95%;
			height:311px;
			/*float:left;
			position:relative;*/
			vertical-align:text-top;
            font:normal 12px Arial; 
			color:#333333; 
			margin:0 15px 0 10px;
            /*line-height: 250px;*/
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
            text-align: center;
            text-decoration: none;
			background:#ffffff url(images/quotion-icon.jpg) no-repeat bottom right; 
			border-radius:0px;
			padding:15px 13px 0px 13px;
        }
		.testimonial-content span{font:bold 12px Arial; color:#000000;}
      .testimonial-content img {
    width: 100%;
    max-width:100%;
    max-height: 100%;
	text-align:center;
}
.testimonial-content .price {
    font-weight: bold;
    color: #cd0622;
    padding: 5px 0;
	font: normal 16px 'maven_pro_light300';
}
.testimonial-content .description {
    font-weight: bold;
    line-height: 15px;
    color: #000000;
    padding: 3px 0;
	white-space:normal;
	font: normal 16px 'maven_pro_light300';
    /*min-height: 50px;*/
}
        .g-scrolling-carousel .items::-webkit-scrollbar { 
            display: none; 
        }
        .jc-right,
        .jc-left {
            width: 36px;
            height: 52px;
            color:#757575;
            margin-bottom: auto;
            margin-top:auto;
            box-shadow: 0 0 0 1px rgba(0,0,0,0.04), 0 4px 8px 0 rgba(0,0,0,0.20);
            background: #fff;
            border-radius:20%;
            cursor: pointer;
            position: absolute;
            top: 0;
            bottom: 0;
			margin-top:190px;
            z-index:2;
            opacity: 0.94;

        }
        .jc-right {
            right:-5px;
        }
        .jc-left {
            left:-5px;
        }

        .jc-right:hover,
        .jc-left:hover{
            opacity: 0.98;
        }
        .jc-right svg,
        .jc-left svg{
            position: absolute;
            left: 0;right: 0;bottom: 0;top: 0;
            margin: auto;
            width: 38px;
            height: 57px;
            fill: #757575;
        }
        .jc-right:hover svg,
        .jc-left:hover svg{
           fill: #000;
        }
       /* @media (pointer: coarse) {
          .jc-right,
          .jc-left {
            display: none !important;
          }
        }*/
        .noselect {
          -webkit-touch-callout: none; /* iOS Safari */
            -webkit-user-select: none; /* Safari */
             -khtml-user-select: none; /* Konqueror HTML */
               -moz-user-select: none; /* Firefox */
                -ms-user-select: none; /* Internet Explorer/Edge */
                    user-select: none;
        }
@media only screen and (min-width:320px) and (max-width:480px){
 /*.g-scrolling-carousel .items{
		  width:100%;
		   position: relative;
			float:left;
            padding: 5px 0;
			margin:0px;
			top:0px;
            background-color: #fff;
			overflow-x: scroll;
			overflow:hidden;
            white-space: nowrap;*/
			/*height:180px;*/
   /*         width: 100%;
            -webkit-overflow-scrolling: touch;
        }*/
.g-scrolling-carousel .items{	
 overflow-x: scroll;
			/*overflow:hidden;*/
			}	
 .jc-right,
 .jc-left { display:none; visibility:hidden;
}
.testimonial-content {
            display: inline-block; /* notice the comments between inline-block items */
            width:180px;
			margin:0 5px 0 5px;
			padding:5px;
			height:270px;
			}
/*.testimonial-content {
            display:list-item;
            width:90%;
			list-style-type:none;*/
			/*float:left;
			position:relative;*/
			/*vertical-align:middle;
            font:normal 12px 'Museo 100'; 
			color:#333333; 
			height:96px;
			margin:0 2% 2% 1%;*/
            /*line-height: 250px;*/
          /*  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
            text-align: center;
            text-decoration: none;
			background:#f0f0f0 url(images/quotion-icon.jpg) no-repeat bottom right; border-radius:5px;
			/*padding:15px 13px 0px 13px;
        }
		.testimonial-content span{font:bold 12px Arial; color:#000000;}*/
}