.dv360-element{
	width:100%;
	max-width: 800px;
	height: 400px;
	/*background-color:black;*/
	position: relative;
	cursor: grab;
	cursor: -webkit-grab;
	padding:0px;
}

.dv360-element.active{
	cursor: grabbing;
	cursor: -webkit-grabbing;
}

.dv360-element > li{
	position: absolute;
	top: 50%;
	left:0px;
	width: 100%;
	height: 100%;
	text-align: center;
	visibility: hidden;
	display: inline-block;
}

.dv360-element > li[current="true"]{
	visibility: visible;
}

.dv360-element > li > img{
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	transform: translateY(-50%);
}

