.plata-mask {
	width:1140px;
	height: 806px;
	overflow:hidden;
	margin:0 auto;
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,.08);
}
.plata-slidebar {
	position:relative;
    width:1147px;
    height: 806px;
    right: 4px;
    overflow:hidden;
}
.plata-aft, .plata-bef {
    position: absolute;
    top: 0px;
    left: 4px;
    overflow:hidden;
}
.plata-wrapper {
    position:relative;
    width: 8px;
    height: 806px;
    left: 952px;
    z-index:10;
}
.plata-bar {
    width: 1px;
    height: 806px;
    position: absolute;
    left: 4px;
    background-color: #ff1f262e;
    opacity: .7;
}
.plata-handle {
    position: relative;
    top: 255px;
    left: -14px;
    z-index: 100;
}
.plata-tip{
	width: 196px;
	background-color: red;
	opacity: .8;
	filter: alpha(opacity=60);
	position: absolute;
	margin-top: 215px;
	margin-left: -94px;
	padding-top: 6px;
	padding-bottom:4px;
	color: white;
	font-size: 14px;
	line-height: 12px;
	text-align: center;
	z-index: 88;	
}