/* CSS Document */

.thumbWrap{
	position:relative;
	width:100%;
	height:100%
}

.thumbDiv{
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	width:91%;
	height:89%;
	top:10%;
	margin:auto;
	position:relative;
	cursor:pointer;
	
/* -webkit-box-shadow: 0px 4px 2px #000000;
   -moz-box-shadow: 0px 4px 2px #000000;
		box-shadow: 0px 4px 2px #000000;*/
}

/*
.thumbDiv span.price{
	
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background:#c4231b;
	position:absolute;
	display:block;
	width:50px;
	height:38px;
	font-size:1.2em;
	line-height:32px;
	text-align:center;
	
	right:-.3em;
	top:-.3em;
	
	color:#FFF;
	border:2px solid #FFF
}
*/

.thumbDiv img{
	max-width:135px
}

.thumbDiv img.price{
	position:absolute;
	display:block;
	right:-.3em;
	top:-.3em;
	z-index:999
}

.thumbDiv.true span.label-new{
	display:block;
	width:26px;
	height:27px;
	background:url(../../../img/lotteria/carousel/carousel-label-new.png) center center no-repeat;
	background-size:cover;
	position:absolute;
	left:-.5em;
	top:0;
	z-index:999
}

.thumbDiv.false span.label-new{
	display:none
}

.thumbDiv span.lottery{
	position:absolute;
	display:block;
	width:100%;
	height:32px;
	line-height:32px;
	
	left:0;
	bottom:0;
	
	color:#08315e;
	font-family: 'varGrounded_normal';
	background-repeat:no-repeat;
	background-position:left center;
	font-weight:bold
}

.thumbDiv span.lottery i{
	display: block;
    font-size: 0.8em;
    font-style: normal;
    line-height: 1;
    padding-left: 3em;
    padding-top: 1em;
}

