.divslide{
	width: 100%;
	overflow: hidden;
	position: relative;
}

/*navigators*/
.leftslide,.rightslide{
	position: absolute;
	top: 43%;
	visibility: hidden;
}
.leftslide:hover{
	opacity: 0.8;
}
.rightslide:hover{
	opacity: 0.8;
}
.leftslide{
	left: 10px;
}
.rightslide{
	right: 10px;
}
.divslide p{
	width: 300%;
	margin: 0px;
	display: block;
	padding:0px;
}
.divslide p a,.divslide2 p img{
	display:inline-block;
	width: 33.33333333333333%;
	float: left;
}

/*Bellow is the contents of the carousel, it could be changed to img element from the html*/
.divslide p em{
	width: 100%;
	display: inline-block;
}

/*Carousel*/
.indicator{
	text-align: center;
}
.indicator  li{
	width: 10px;
	height:10px;
	border-radius: 50%;
	margin: 5px;
	margin-top: 30px;
	background: silver;
	display: inline-block;
}
.divslide2 .indicator li{
background: black;
margin-top: -50px!important;
}
.divslide2 .indicator{
	display: block;
	padding-bottom: 10px!important;
}
.divslide2 .indicator .active_indicator{
	background: black;
}
.indicator .active_indicator{
	background: black;
}


@media(min-width: 1000px){
.divslide{
	width: 1000px;
	margin: auto;
}

}
@media(min-width: 1100px){
.divslide{
		width: 1060px;
	}
}
@media(min-width: 1200px){
.rightslide, .leftslide{
	visibility: visible;
}

}