html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}

img { -ms-interpolation-mode: bicubic; }

.product-carousel {
		width: 600px;
		display: block;
		margin: 0 0 0 150px;
		padding-bottom: 30px;
		position: relative;
	}
	.owl-carousel {
		width: calc(100% - 100px);
	}
	.owl-carousel div {
		width: 100%;
	}

	.owl-carousel .owl-stage-outer{
		margin-left: 30px;
	}

	.owl-carousel .owl-controls .owl-dot {
		background-size: cover;

	}
	.owl-carousel .owl-dots {
		position: absolute;
		top: 140px;
		right: 550px;
		width: 100px;
		height: 400px;
		overflow: hidden;
	}
	.owl-carousel .owl-dot {
		text-align: center;
		position: relative;
		top: 0;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}
	.owl-carousel .owl-dot img{
		margin: 5px 0;
		width: 90px;
		height: 90px;
	}

	.slide-nav{
		width: 100px;
		position: absolute;
		top: 100px;
		left: -150px;
		height: 500px;
	}
	.my-previous-button,.my-next-button{
		border: none;
		margin-left: 35px;
		height: 13px;
		width: 30px;
		background-color: transparent;
		background-size: 100% 100%;
		cursor: pointer;
		position: absolute;
	}
	.my-previous-button{
		top: 10px;
		display: none;
		background-image: url(../images/eureka-arrowup.png);
	}

	.my-next-button{
		bottom: 25px;
		background-image: url(../images/eureka-arrowdown.png);
		
	}