.quickview {
	width: 100%;						/* para falta de suporte */  
	width: -webkit-calc(100% - 2px);	/* para Chrome */
	width: -moz-calc(100% - 2px);		/* para Firefox */
	width: calc(100% - 2px);			/* para suporte nativo */	
	height: 100%;
	background: #000;
    border: 1px solid rgba(23, 23, 23, 0.9);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.buttonImage {
	margin: 5px 10px;
	width: 35px;
}

.buttonImagePlayer {
	margin: 5px 35px;
	width: 35px;
}

.quickview img {
	border : none;
}

.quickviewDelimitador {
	margin: 5px;
	height: 100%;                        /* para falta de suporte */  
	height: -webkit-calc(100% - 10px);  /* para Chrome */
	height: -moz-calc(100% - 10px);     /* para Firefox */
	height: calc(100% - 10px);          /* para suporte nativo */	
}

/* CSS to Serie Content */

/* Example wrapper */
.wrap {
	position: relative;
	float: left;
	width: 120px;
	height: 100%;
}
.wrap:nth-child(2n) {
	margin-right: 0;
}

/* Frame */
.frame {
	width: 106px;
	height: 100%;
	max-height: 100%;						/* para falta de suporte */  
	max-height: -webkit-calc(100% - 20px);	/* para Chrome */
	max-height: -moz-calc(100% - 20px);		/* para Firefox */
	max-height: calc(100% - 20px);			/* para suporte nativo */	
	overflow: hidden;
}

.frame .slidee {
	padding: 20px 25px;
	background: #fff;
}

.frame ul.items {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.frame ul.items li {
	float: left;
	margin: 3px;
	padding: 0px;
	background: #000;
	color: #ddd;
	text-align: center;
	cursor: pointer;
	height: 100px;
	width: 100px;
	line-height: 94px;
	-webkit-box-shadow:  0px 0px 1px 1px rgba(68, 68, 68, 1);
	box-shadow:  0px 0px 1px 1px rgba(68, 68, 68, 1);
}

.frame ul.items li img{
	max-height: 100px;
	max-width: 100px;
	text-align: center;
	vertical-align: middle;
}

/* Scrollbar */
.scrollbar {
	position: absolute;
	right: 0px;
	width: 10px;
	height: 100%;
	background: #444444;
	line-height: 0;
	max-height: 100%;						/* para falta de suporte */  
	max-height: -webkit-calc(100% - 20px);	/* para Chrome */
	max-height: -moz-calc(100% - 20px);		/* para Firefox */
	max-height: calc(100% - 20px);			/* para suporte nativo */	
}
.scrollbar .handle {
	width: 100%;
	height: 100px;
	background: #5C0505;
	cursor: pointer;
}
.scrollbar .handle .mousearea {
	position: absolute;
	top: 0;
	left: -10px;
	width: 15px;
	height: 100%;
}

/* Pages */
.pages {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	text-align: center;
}
.pages li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 4px;
	text-indent: -999px;
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
}
.pages li:hover {
	background: #aaa;
}
.pages li.active {
	background: #666;
}

/* Controls */
.controls {
	margin: 25px 0;
	text-align: center;
}

/* CSS to Preview Content */

.preview {
	margin-left: 162px;
	height: 100%;
}

.preview-cell {
	float: left;
	margin: 0;
}

.preview-cell-inner {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

.preview-image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 3px;
	-webkit-box-shadow:  0px 0px 1px 1px rgba(68, 68, 68, 1);
	box-shadow:  0px 0px 1px 1px rgba(68, 68, 68, 1);
}

.preview-image.active {
	-webkit-box-shadow:  0px 0px 1px 3px rgba(92, 5, 5, 1);
	box-shadow:  0px 0px 1px 3px rgba(92, 5, 5, 1);
}

.instance {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.instance-canvas-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.instance-canvas-annot {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.glasspane {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: default;
}

.top-serie {
	line-height: 15px !important;
	left: 5px;
	position: absolute;
	z-index: 1;
}

.bottom-serie {
	width: 15px;
	right: 5px;
	position: absolute;
	z-index: 1;
	padding-top: 3px;
}

.top-preview {
	top: 0px;
	line-height: 20px !important;
	position: absolute;
	z-index: 1;
	margin: 4px 0px 0px 8px;
}

.count-image {
	margin-top: 18px;
}