div#ottozoom{
	background: #DEE6E6;
	display:none;
	left: 0;
	padding: 10px;
	position: absolute;
	top: 0;
	z-index: 2000;
}
div#ottozoom-imagecontainer{
	clear: both;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	position: relative;
  overflow: hidden;
}

div#ottozoom-imagecontainer video{
	display: block;
}

div#ottozoom-actions{
  margin-left: auto;
    background: rgba(255,255,255,.5);
    padding: 6px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 4;
}

div#ottozoom-actions a{
	margin: 0 4px;
}

div#ottozoom [class*=alert-]{
  background: none !important;
}

.ottozoomrestriction{
	order:1;
}
.ottozoomaddToCart{
	order:2;
}
.ottozoomdownload {
	order:3;
}

img#ottozoom-image{
	cursor: pointer;
	max-width: 100%;
  height: auto;
  display: block;
}
div#ottozoom-infos{
	font-size: 12px;
}
div#ottozoom-infos strong{
	font-weight: bold;
}
