@charset "utf-8";
/* CSS Document */
.top_stock {
	display: none;
}

.tob_banner {
	width: 100%;
	height: 240px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
}
#wrapper {
	width: 95%;
	height: 230px;
	overflow: hidden;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
			}

			#carousel {
	display: block;
	float: left;
	position: relative;
	width: 100%;
	height: 230px;
	text-align: center;
		}

.div_car {
	width: 300px;
	height: 190px;
	display: block;
	float: left;
	position: relative;
	vertical-align: top;
	background-color: #FFF;
	padding: 5px;
	margin: 10px;
}

.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;
}
			
			#prev, #next {
	height: 200px;
	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-prev.png );
				left: 10px;
			}
			#next {
				background-image: url( img/gui-next.png );
				right: 10px;
			}
@media (max-width: 400px) {
.tob_banner {
	height: 150px;
}
#wrapper {
	height: 140px;
			}

.div_car {
	height: 100px;

}
#prev, #next {
	height: 110px;
}
}