@charset "utf-8";
/* CSS Document */
.top_stock {
	display: none;
}

.tob_banner {
	width: 100%;
	height: 300px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
}
#wrapper {
	width: 95%;
	height: 290px;
	overflow: hidden;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
			}

			#carousel {
	display: block;
	float: left;
	position: relative;
	width: 100%;
	height: 290px;
	text-align: center;
	
		}

.div_car {
	width: 300px;
	height: 250px;
	display: block;
	float: left;
	position: relative;
	vertical-align: top;
	background-color: #C30;
	margin: 10px;
	border-radius: 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.link_bask_slid a{
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFF;
	text-decoration: none;
	background-color: #6CF;
	border-radius: 8px;
	cursor: pointer;
	text-align: center;
	display: block;
	width: 98%;
	border: none;
	outline:none;
	padding-top: 10px;
	padding-right: 1%;
	padding-bottom: 10px;
	padding-left: 1%;
}
.link_bask_slid a:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #390;
}

.link_basket_slid {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFF;
	text-decoration: none;
	background-color: #390;
	border-radius: 8px;
	cursor: pointer;
	text-align: center;
	display: block;
	width: 98%;
	border: none;
	outline:none;
	padding-top: 10px;
	padding-right: 1%;
	padding-bottom: 10px;
	padding-left: 1%;	
}
.link_basket_slid:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #6CF;
	outline:none;
}
.foto_car {
	width: 100%;
	height: 190px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
}
.img_car {
	display: block;
	border-radius: 20px 20px 0 0;
}
.div_slid_name {
	display: table;
	width: 95%;
	position: relative;
	text-align: center;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	height: 50px;
	font-size: 14pt;
	color: #FFF;
	font-weight: bold;
	line-height: 120%;
	vertical-align: middle;
	padding-top: 5px;
}
	.div_slid_name a{
	color: #FFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.div_slid_name a:hover{
	color: #000;
	text-decoration: none;
}
			
			#prev, #next {
	height: 250px;
	position: absolute;
	width: 30px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	top: 20px;
			}
			#prev:hover, #next:hover {
			}
			#prev {
				background-image: url( img/gui-big-prev.png );
				background-size: 100%;
				left: 0px;
			}
			#next {
				background-image: url( img/gui-big-next.png );
				background-size: 100%;
				right: 0px;
			}
@media (max-width: 1000px) {
	#prev, #next {
	width: 20px;
}
}
@media (max-width: 500px) {
.tob_banner {
	height: 225px;
}
#wrapper {
	height: 215px;
			}
#carousel {
	height: 215px;
}
.div_car {
	height: 175px;

}
.foto_car {
	height: 135px;
}
.div_slid_name {
	height: 30px;
	font-size: 9pt;
	padding-top: 3px;
	padding-bottom: 3px;
}
#prev, #next {
	height: 185px;
	width: 15px;
}
}