.sld-car_p 
{
	max-width: 960px;  /* укажите здесь ваше значение */
	position: relative;
}

.sld-car-hider_p 
{
	overflow: hidden;
}

.sld-car-list_p 
{
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: flex-start;
}

div.sld-car-dots_p 
{
	width: 100%;
	height: 20px;
	position: relative;
	left: 0;
	bottom: 0px;
	z-index: 0;
	text-align: center;
        background-color: #2bbee3;
}

div.sld-car-element-div_p
{
        background-color: #f5f5f5;
 	width: 192px;
        height: 149px;
}

div.sld-car-element-div-img_p
{
        background-color: #dfdfdf;
        position: relative;
        top: 0px;
 	width: 192px;
        height: 112px;	
}

div.sld-car-element-div-short-descr_p
{
        font-family: Aegean; 
        line-height: 17px;
        font-size: 13px; 
        font-weight: normal;
	text-align: center;
        color: #000000;
}

.sld-car 
{
	max-width: 960px;  /* укажите здесь ваше значение */
	position: relative;
}

.sld-car-hider 
{
	overflow: hidden;
}

.sld-car-list 
{
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: flex-start;
}

.sld-car-element 
{
  background-color: #333322
	display: block;
	flex: 0 0 auto;
	width: 192px;  /* укажите здесь ваше значение */
	text-align: center;  /* укажите здесь ваше значение */
}

/* Navigation item styles */
div.sld-car-arrow-left, div.sld-car-arrow-right 
{
 	width: 22px;
	height: 40px;
	position: absolute;
	cursor: pointer;
	opacity: 0.6;
	z-index: 2;
	display: block;
}

div.sld-car-arrow-left: hover 
{
	opacity: 1.0;
}

div.sld-car-arrow-right: hover 
{
	opacity: 1.0;
}

div.sld-car-dots 
{
	width: 100%;
	height: 20px;
	position: relative;
	left: 0;
	bottom: 0px;
	z-index: 0;
	text-align: center;
        background-color: #2bbee3;
}

div.sld-car-element-div
{
        background-color: #f5f5f5;
 	width: 192px;
        height: 157px;
	vertical-align: bottom;
}

div.sld-car-element-div-img
{
        background-color: #dfdfdf;
        position: relative;
        top: 0px;
 	width: 192px;
        height: 112px;	
}

div.sld-car-element-div-text
{
        background-color: #dfdfdf;
 	width: 137px;
 	height: 0px;
        margin: 0px 5px 0px;
}

div.sld-car-element-div-font-header
{
        font-family: Arial; 
        line-height: 17px;
        font-size: 13px; 
        font-weight: bold;
	text-align: left;
        color: #000000;
}

div.sld-car-element-div-font
{
        font-family: Arial; 
        line-height: 17px;
        font-size: 11px; 
        font-weight: normal;
	text-align: left;
        color: #000000;
}

div.sld-car-element-div-short-descr
{
        font-family: Aegean; 
        line-height: 21px;
        font-size: 13px; 
        font-weight: normal;
	text-align: center;
        color: #000000;
	height: 21px;
	vertical-align: bottom;
}

span.sld-dot {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	padding: 0;
	display: inline-block;
	background-color: #FF2020;
	border-radius: 5px;
	cursor: pointer;
}

span.grey_text {
        font-family: Aegean; 
        line-height: 17px;
        font-size: 10px; 
        font-weight: normal;
	text-align: center;
        color: #444444;
} 

span.black_text {
        font-family: Verdana; 
        line-height: 17px;
        font-size: 11px; 
        font-weight: bold;
	text-align: center;
        color: #000000;
} 

div.prod_details_font {
        font-family: Verdana; 
        line-height: 14px;
        font-size: 13px; 
        font-weight: bold;
	text-align: left;
        color: #333333;
} 


img.car 
{
  position:relative;
  top: 1px;
}

