/*!
 * jQuery ClassyCompare
 * www.class.pm
 *
 * Written by Marius Stanciu - Sergiu <marius@class.pm>
 * Licensed under the MIT license www.class.pm/LICENSE-MIT
 * Version 1.2.0
 *
 */

.uc-mask {
    position: absolute;
    top: 0;
	left:150px;
    z-index: 100;
    border-right: 3px solid #333;
   	overflow: hidden;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
    -o-box-shadow: 5px 0 7px rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 5px 0 7px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 5px 0 7px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.6);
}

.uc-bg {
    position: absolute;
    top: 0;
    left:150px;
    z-index: 0;
}
.uc-caption {
	position:absolute;
	top:20px;
	margin-left:185px;
	z-index:350;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:700;
}
/*

    position: absolute;}
    bottom: 10px;
    left: 10px;
    z-index: 120;
    background: #000;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    font-family: arial;
    display: none;
}*/