#widget-livinggame{
	position: relative;
	width: 1024px;
	height: 768px;
}

#widget-livinggame .container{
	position: relative;
	width: 1024px;
	height: 768px;
}
#widget-livinggame .main-section{
	width: 100%;
	height: 100%;
}
#widget-livinggame .play-title{
	width: 100%;
	float: left;
	text-align: center;
	font-family: 'VAGRoundedBold';
	color: #734267;
}
#widget-livinggame .play-btn{
	font-family: 'VAGRoundedBold';
	font-size: 31px;
	background: url('./../../../imgs/2/widget_livinggame/play-btn.png');
	background-size: 100% 100%;
	border: none;
	color: #fff;
	width: 238px;
	height: 62px;
	cursor: pointer;
}

#widget-livinggame #livingHome{
	/*display: none;*/
	text-align: center;
}
#widget-livinggame #homeTitle{
	margin: 202px 0 35px 0;
	font-size: 48px;
	text-transform: uppercase;
	/* -webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #ec741d; */
}
#widget-livinggame .home-description{
	font-family: 'VAGRoundedLight';
	font-size: 24px;
	text-align: justify;
	display: block;
	margin: 0 0 60px 117px;
	color: #734267;
	width: 790px;
	line-height: 30px;
}
	#widget-livinggame .home-description br{
		display: block;
		line-height: 3;
	}


#widget-livinggame #oneTeam{
	margin-right: 33px;
	/*margin-left: 255px;*/
}

#widget-livinggame #chooseTitle{
	color: #734267;
	/* -webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #ec741d; */
	font-size: 38px;
	margin: 138px 0 96px 0;
}

#widget-livinggame .pin-list{
	float: left;
	width: auto;
	height: 92px;
	margin-left: 103px;
	margin-bottom: 69px;
}
#widget-livinggame .pin-item{
	float: left;
	width: 98px;
	height: 128px;
	overflow: hidden;
	margin: -10px;
	opacity: 1;
	cursor: pointer;
}
#widget-livinggame .pin-item.active{
	/* background: url('./../../../imgs/2/widget_livinggame/pin-glow.png'); */
	opacity: .4;
}

#widget-livinggame .team-name{
	float: left;
	margin: 24px 0 0px 10px;
	width: 416px;
	height: 65px;
	background: url('./../../../imgs/2/widget_livinggame/team-input.png') no-repeat;
	border: none;
	padding: 9px 12px 0 0;
	text-indent: 26px;
	font-family: 'VAGRoundedBold';
	font-size: 38px;
	color: #734267;
}
::-webkit-input-placeholder { color: #734267; }
::-moz-placeholder { color: #734267; opacity: 1;}
:-ms-input-placeholder { color: #734267; }

#widget-livinggame #sendTeam{
	width: 210px;
	background-size: 100% 100%;
	margin-left: 407px;
}

#widget-livinggame .player-item{
	position: absolute;
	width: 42px;
	height: 60px;
	z-index: 2;
}
	#widget-livinggame .player-item img{
		width: 130%;
		height: 130%;
	}
#widget-livinggame .play-map{
	position: relative;
}

#widget-livinggame #gameDice{
	width: 304px;
	height: auto;
	position: absolute;
	bottom: 63px;
	left: 452px;
	text-align: center;
}
#widget-livinggame .dice-img{
	background: url('./../../../imgs/2/widget_livinggame/dice-bg.png') 60px 10px no-repeat;
	/* background-size: 100% 100%; */
	padding: 13px 43px 10px;
	margin-top: 9px;
	cursor: pointer;
	height: 109px;
}
#widget-livinggame .title-dice{
	font-family: 'VAGRoundedBold';
	font-size: 33px;
	font-weight: bold;
	color: #734267;
	/* -webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #ec741d; */
	display: block;
	width: 100%; 
	text-align: center;
	margin: 0;
	cursor: pointer;
	margin-top: -10px
}
	#widget-livinggame .title-dice img{
		margin-bottom: -4px;
	}
#widget-livinggame .next-round{
	font-family: 'VAGRoundedBold';
	font-size: 33px;
	font-weight: bold;
	color: #734267;
	/* -webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #ec741d; */
	cursor: pointer;
	display: none;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 82px;
}
	#widget-livinggame .next-round img{
		margin-right: -6px;
		margin-bottom: -5px;
	}

#widget-livinggame .game-overlay{
	width: 100%;
	height: 100%;
	background: rgba(68,68,68, 0.7);
	position: absolute;
	top: 0;
	display: none;
	z-index: 3;
}
#widget-livinggame .game-round{
	width: 354px;
	height: 235px;
	background: url('./../../../imgs/2/widget_livinggame/round-box.png') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -177px;
	margin-top: -125px;
	text-align: center;
}
#widget-livinggame .team-round{
	font-family: 'VAGRoundedBold';
	font-size: 30px;
	color: #000;
	width: 351px;
	margin-top: 36px;
	text-align: center;
}
	#widget-livinggame .game-round span{
		font-family: 'VAGRoundedBold';
		font-size: 32px;
		color: #000;
		width: 100%;
		float: left;
		text-align: center;
	}
#widget-livinggame .round-pin{
	margin: -12px 0 -13px 0;
}
#widget-livinggame .close-round{
	position: absolute;
	background: url('./../../../imgs/2/widget_livinggame/close-round.png') no-repeat;
	right: 0px;
	top: 0px;
	cursor: pointer;
	width: 56px;
	height: 56px;
	margin: 5px 5px 0 0;
}
	#widget-livinggame .close-round img{
		width: 35px;
		height: 35px;
		margin: 5px 5px 0 0;
	}

#widget-livinggame .question-area{
	height: 450px;
	width: 670px;
	position: absolute;
	padding: 0 14px;
	background: #fff;
	/* border-right: 7px solid #215970;
	border-bottom: 7px solid #215970; */
	border-radius: 19px;
	left: 50%;
	margin-left: -335px;
	top: 50%;
	margin-top: -225px;
	text-align: center;
}

#widget-livinggame .question-title{
    position: relative;
	font-family: 'VAGRoundedBold';
	font-size: 22px;
	display: block;
	margin-top: 25px;
	margin-bottom: 11px;
	width: 50%;
	min-width: 350px;
	text-align: center;
    float: left;
    height: 200px;
    margin-left: 20px;
}
#widget-livinggame .question-image{
	position: relative;
	float: left;
	/*left: 50%;*/
	margin-left: 25px;
    margin-top: 55px; 
	text-align: center;
}

#widget-livinggame .question-image img {
    max-width: 260px;
}

	#widget-livinggame .image-subs{
		width: 100%;
		max-width: 260px;
		min-height: 54px;
		background: #d2cdcd;
		margin: -5px 0 20px 0px;
		border-radius: 0 0 10px 10px;
		font-family: 'VAGRoundedRegular';
		font-size: 15px;
		padding: 3px 5px;
		line-height: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 1em;
	}
	#widget-livinggame .no-image-subs{
		min-width: 370px;
		min-height: 54px;
		margin: -5px 0 20px 0px;
		border-radius: 0 0 10px 10px;
		font-family: 'VAGRoundedLight';
		font-size: 20px;
		padding-top: 13px;
	}	
#widget-livinggame .side-legend{
	font-family: 'VAGRoundedLight';
	font-size: 13px;
	color: #fff;
	width: 100%;
	position: absolute;
	top: 498px;
	text-align: left;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-ms-transform:rotate(-90deg);
}
	#widget-livinggame .side-legend span{
		padding: 2px;
		background-color: rgba(0, 0, 0, 0.2);
		/* background : url('./../../../imgs/2/widget_livinggame/legend-bg.png'); */
	}
#widget-livinggame .question-btn{
	border: none;
	cursor: pointer;
	background: url('./../../../imgs/2/widget_livinggame/question-button.png') no-repeat;
	background-size: 100% 100%;
	width: 310px;
	height: 50px;
	font-family: 'VAGRoundedBold';
	font-size: 24px;
	color: #fff;
	margin-bottom: 12px;
}


#widget-livinggame .result-area{
	float: left;
	width: 50%;
	height: auto;
	margin-bottom: 10px;
	text-align: center;
    min-width: 350px;
    margin-left: 20px;
}
	#widget-livinggame .result-area h1{
		font-family: 'VAGRoundedBold';
		font-size: 31px;
		margin-top: -5px;
		margin-bottom: 3px;
	}
	#widget-livinggame .result-area h1.correct-answer{ color: #19a63a; }
	#widget-livinggame .result-area h1.wrong-answer{ color: red; }

#widget-livinggame .answer-status{
	font-family: 'VAGRoundedBold';
	font-size: 21px;
	
}
	#widget-livinggame .answer-status.correct-answer{color: #000;}
	#widget-livinggame .answer-status.wrong-answer{color: #000;}
#widget-livinggame .answer-result{
	display: block;
	width: 100%;
	font-family: 'VAGRoundedBold';
	font-size: 24px;
	color: #000;
	margin-bottom: 15px;
}
#widget-livinggame .back-btn{
	border: none;
	cursor: pointer;
	background: url('./../../../imgs/2/widget_livinggame/question-button.png') no-repeat;
	background-size: 100% 100%;
	width: 168px;
	height: 34px;
	font-family: 'VAGRoundedBold';
	font-size: 16px;
	color: #fff;
}
#gameFinish{
	text-align: center;

}
#widget-livinggame .winner-name{
	float: left;
	text-align: center;
	font-family: 'VAGRoundedBold';
	font-size: 50px;
	text-transform: uppercase;
	width: 100%;
	margin-top: 130px;
	color: #734267;
	/* -webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #ec741d; */
}
#widget-livinggame .finish-ranking{
	position: relative;
	top: 258px;
	left: 333px;
	width: 358px;
	height: 248px;
	background: url('./../../../imgs/2/widget_livinggame/ranking-bg.png') no-repeat bottom;
}
	.finish-ranking img{position: absolute;}
	

#widget-livinggame #playAgain{
	width: 274px;
	background-repeat: no-repeat ;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	margin-left: -137px;
	bottom: 110px;
}

.sprite_dado{
	margin-left: 80px;
}

#widget-livinggame .credit {
    position: absolute;
    color: #fff;
    text-shadow: #000 0 0 0.3em;
    background-color: rgba(0, 0, 0, 0.2);
    font: 13px "Verdana", Helvetica, Arial, sans-serif; 
    bottom: 0px;
    right: 0px;
    margin-right: 5px;
    margin-bottom: 90px;
    height: auto;
    max-width: 460px;
    padding: 5px;
    line-height: 12px;
    z-index: 2;
    
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}





.sprite_dado {position:absolute;display:inline-block;overflow:hidden;background-repeat:no-repeat;background-image:url('./../../../imgs/2/widget_livinggame/spritesheets/dado.png');}

.dado-01_0000 {left:7px; top:7px; width:125px; height:139px; background-position:-462px -840px}
.dado-01_0001 {left:7px; top:7px; width:125px; height:139px; background-position:-462px -840px}
.dado-01_0002 {left:4px; top:7px; width:133px; height:139px; background-position:-589px -846px}
.dado-01_0003 {left:2px; top:8px; width:135px; height:133px; background-position:-1031px -741px}
.dado-01_0004 {left:13px; top:18px; width:113px; height:113px; background-position:-731px -475px}
.dado-01_0005 {left:2px; top:13px; width:135px; height:123px; background-position:-2px -584px}
.dado-01_0006 {left:2px; top:8px; width:135px; height:133px; background-position:-894px -727px}
.dado-01_0007 {left:12px; top:12px; width:115px; height:129px; background-position:-777px -721px}
.dado-01_0008 {left:12px; top:12px; width:115px; height:129px; background-position:-777px -721px}
.dado-01_0009 {left:14px; top:13px; width:113px; height:123px; background-position:-103px -709px}
.dado-01_0010 {left:17px; top:18px; width:105px; height:113px; background-position:-97px -469px}
.dado-01_0011 {left:18px; top:23px; width:103px; height:103px; background-position:-1103px -269px}
.dado-01_0012 {left:23px; top:27px; width:93px; height:99px; background-position:-1008px -269px}
.dado-01_0013 {left:23px; top:28px; width:93px; height:93px; background-position:-913px -269px}
.dado-01_0014 {left:28px; top:33px; width:83px; height:87px; background-position:-1192px -180px}
.dado-01_0015 {left:28px; top:33px; width:83px; height:87px; background-position:-1192px -180px}
.dado-01_0016 {left:28px; top:33px; width:83px; height:87px; background-position:-1107px -180px}
.dado-01_0017 {left:28px; top:33px; width:83px; height:87px; background-position:-1022px -180px}
.dado-01_0018 {left:28px; top:33px; width:83px; height:87px; background-position:-937px -180px}
.dado-01_0019 {left:28px; top:33px; width:83px; height:87px; background-position:-852px -180px}
.dado-01_0020 {left:28px; top:33px; width:83px; height:87px; background-position:-767px -180px}
.dado-01_0021 {left:28px; top:33px; width:83px; height:87px; background-position:-682px -180px}
.dado-02_0000 {left:18px; top:17px; width:103px; height:119px; background-position:-846px -475px}
.dado-02_0001 {left:18px; top:17px; width:103px; height:119px; background-position:-846px -475px}
.dado-02_0002 {left:17px; top:13px; width:109px; height:123px; background-position:-254px -584px}
.dado-02_0003 {left:12px; top:7px; width:115px; height:139px; background-position:-1073px -876px}
.dado-02_0004 {left:14px; top:17px; width:113px; height:119px; background-position:-951px -481px}
.dado-02_0005 {left:13px; top:8px; width:113px; height:133px; background-position:-347px -840px}
.dado-02_0006 {left:18px; top:12px; width:103px; height:129px; background-position:-442px -709px}
.dado-02_0007 {left:22px; top:18px; width:95px; height:113px; background-position:-204px -469px}
.dado-02_0008 {left:22px; top:18px; width:95px; height:113px; background-position:-204px -469px}
.dado-02_0009 {left:13px; top:18px; width:113px; height:113px; background-position:-521px -469px}
.dado-02_0010 {left:12px; top:23px; width:115px; height:103px; background-position:-553px -364px}
.dado-02_0011 {left:19px; top:28px; width:103px; height:93px; background-position:-517px -269px}
.dado-02_0012 {left:18px; top:28px; width:103px; height:93px; background-position:-297px -269px}
.dado-02_0013 {left:23px; top:32px; width:93px; height:89px; background-position:-2px -269px}
.dado-02_0014 {left:28px; top:33px; width:83px; height:87px; background-position:-597px -180px}
.dado-02_0015 {left:28px; top:33px; width:83px; height:87px; background-position:-597px -180px}
.dado-02_0016 {left:28px; top:33px; width:83px; height:87px; background-position:-512px -180px}
.dado-02_0017 {left:28px; top:33px; width:83px; height:87px; background-position:-427px -180px}
.dado-02_0018 {left:28px; top:33px; width:83px; height:87px; background-position:-342px -180px}
.dado-02_0019 {left:28px; top:33px; width:83px; height:87px; background-position:-257px -180px}
.dado-02_0020 {left:28px; top:33px; width:83px; height:87px; background-position:-172px -180px}
.dado-02_0021 {left:28px; top:33px; width:83px; height:87px; background-position:-87px -180px}
.dado-03_0000 {left:12px; top:13px; width:115px; height:123px; background-position:-1061px -616px}
.dado-03_0001 {left:12px; top:13px; width:115px; height:123px; background-position:-1061px -616px}
.dado-03_0002 {left:13px; top:12px; width:113px; height:129px; background-position:-662px -715px}
.dado-03_0003 {left:14px; top:7px; width:113px; height:139px; background-position:-841px -862px}
.dado-03_0004 {left:17px; top:22px; width:109px; height:109px; background-position:-785px -364px}
.dado-03_0005 {left:24px; top:18px; width:93px; height:113px; background-position:-636px -469px}
.dado-03_0006 {left:15px; top:8px; width:111px; height:133px; background-position:-2px -834px}
.dado-03_0007 {left:14px; top:13px; width:113px; height:123px; background-position:-946px -602px}
.dado-03_0008 {left:14px; top:13px; width:113px; height:123px; background-position:-946px -602px}
.dado-03_0009 {left:18px; top:18px; width:103px; height:113px; background-position:-416px -469px}
.dado-03_0010 {left:12px; top:23px; width:115px; height:103px; background-position:-214px -364px}
.dado-03_0011 {left:14px; top:28px; width:113px; height:93px; background-position:-402px -269px}
.dado-03_0012 {left:19px; top:28px; width:103px; height:93px; background-position:-192px -269px}
.dado-03_0013 {left:23px; top:33px; width:93px; height:87px; background-position:-682px -91px}
.dado-03_0014 {left:28px; top:33px; width:83px; height:87px; background-position:-2px -180px}
.dado-03_0015 {left:28px; top:33px; width:83px; height:87px; background-position:-2px -180px}
.dado-03_0016 {left:28px; top:33px; width:83px; height:87px; background-position:-1202px -91px}
.dado-03_0017 {left:28px; top:33px; width:83px; height:87px; background-position:-1117px -91px}
.dado-03_0018 {left:28px; top:33px; width:83px; height:87px; background-position:-1032px -91px}
.dado-03_0019 {left:28px; top:33px; width:83px; height:87px; background-position:-947px -91px}
.dado-03_0020 {left:28px; top:33px; width:83px; height:87px; background-position:-862px -91px}
.dado-03_0021 {left:28px; top:33px; width:83px; height:87px; background-position:-777px -91px}
.dado-04_0000 {left:13px; top:13px; width:113px; height:123px; background-position:-597px -584px}
.dado-04_0001 {left:13px; top:13px; width:113px; height:123px; background-position:-597px -584px}
.dado-04_0002 {left:13px; top:12px; width:113px; height:129px; background-position:-547px -709px}
.dado-04_0003 {left:12px; top:8px; width:115px; height:133px; background-position:-115px -834px}
.dado-04_0004 {left:28px; top:33px; width:83px; height:87px; background-position:-597px -91px}
.dado-04_0005 {left:13px; top:8px; width:113px; height:133px; background-position:-232px -840px}
.dado-04_0006 {left:23px; top:17px; width:93px; height:119px; background-position:-1161px -495px}
.dado-04_0007 {left:12px; top:13px; width:115px; height:123px; background-position:-829px -596px}
.dado-04_0008 {left:12px; top:13px; width:115px; height:123px; background-position:-829px -596px}
.dado-04_0009 {left:14px; top:18px; width:113px; height:113px; background-position:-301px -469px}
.dado-04_0010 {left:17px; top:23px; width:105px; height:103px; background-position:-331px -364px}
.dado-04_0011 {left:22px; top:28px; width:99px; height:93px; background-position:-622px -269px}
.dado-04_0012 {left:23px; top:28px; width:93px; height:93px; background-position:-818px -269px}
.dado-04_0013 {left:23px; top:33px; width:93px; height:87px; background-position:-1192px -2px}
.dado-04_0014 {left:28px; top:33px; width:83px; height:87px; background-position:-512px -91px}
.dado-04_0015 {left:28px; top:33px; width:83px; height:87px; background-position:-512px -91px}
.dado-04_0016 {left:28px; top:33px; width:83px; height:87px; background-position:-427px -91px}
.dado-04_0017 {left:28px; top:33px; width:83px; height:87px; background-position:-342px -91px}
.dado-04_0018 {left:28px; top:33px; width:83px; height:87px; background-position:-257px -91px}
.dado-04_0019 {left:28px; top:33px; width:83px; height:87px; background-position:-172px -91px}
.dado-04_0020 {left:28px; top:33px; width:83px; height:87px; background-position:-87px -91px}
.dado-04_0021 {left:28px; top:33px; width:83px; height:87px; background-position:-2px -91px}
.dado-05_0000 {left:12px; top:13px; width:115px; height:123px; background-position:-712px -590px}
.dado-05_0001 {left:12px; top:13px; width:115px; height:123px; background-position:-712px -590px}
.dado-05_0002 {left:13px; top:13px; width:113px; height:123px; background-position:-482px -584px}
.dado-05_0003 {left:13px; top:8px; width:113px; height:133px; background-position:-1168px -741px}
.dado-05_0004 {left:28px; top:22px; width:83px; height:109px; background-position:-896px -364px}
.dado-05_0005 {left:12px; top:13px; width:115px; height:123px; background-position:-365px -584px}
.dado-05_0006 {left:23px; top:18px; width:93px; height:113px; background-position:-2px -465px}
.dado-05_0007 {left:12px; top:12px; width:115px; height:129px; background-position:-325px -709px}
.dado-05_0008 {left:12px; top:12px; width:115px; height:129px; background-position:-325px -709px}
.dado-05_0009 {left:13px; top:23px; width:113px; height:103px; background-position:-670px -364px}
.dado-05_0010 {left:17px; top:13px; width:105px; height:123px; background-position:-218px -709px}
.dado-05_0011 {left:22px; top:13px; width:99px; height:123px; background-position:-2px -709px}
.dado-05_0012 {left:23px; top:18px; width:93px; height:113px; background-position:-1197px -380px}
.dado-05_0013 {left:23px; top:28px; width:93px; height:93px; background-position:-723px -269px}
.dado-05_0014 {left:28px; top:33px; width:83px; height:87px; background-position:-1107px -2px}
.dado-05_0015 {left:28px; top:33px; width:83px; height:87px; background-position:-1107px -2px}
.dado-05_0016 {left:28px; top:33px; width:83px; height:87px; background-position:-1022px -2px}
.dado-05_0017 {left:28px; top:33px; width:83px; height:87px; background-position:-937px -2px}
.dado-05_0018 {left:28px; top:33px; width:83px; height:87px; background-position:-852px -2px}
.dado-05_0019 {left:28px; top:33px; width:83px; height:87px; background-position:-767px -2px}
.dado-05_0020 {left:28px; top:33px; width:83px; height:87px; background-position:-682px -2px}
.dado-05_0021 {left:28px; top:33px; width:83px; height:87px; background-position:-597px -2px}
.dado-06_0000 {left:12px; top:23px; width:115px; height:103px; background-position:-97px -364px}
.dado-06_0001 {left:12px; top:23px; width:115px; height:103px; background-position:-97px -364px}
.dado-06_0002 {left:14px; top:23px; width:113px; height:103px; background-position:-438px -364px}
.dado-06_0003 {left:13px; top:17px; width:113px; height:113px; background-position:-1082px -374px}
.dado-06_0004 {left:28px; top:22px; width:83px; height:109px; background-position:-1208px -269px}
.dado-06_0005 {left:13px; top:13px; width:113px; height:123px; background-position:-139px -584px}
.dado-06_0006 {left:23px; top:17px; width:93px; height:119px; background-position:-1066px -489px}
.dado-06_0007 {left:12px; top:7px; width:115px; height:139px; background-position:-956px -876px}
.dado-06_0008 {left:12px; top:7px; width:115px; height:139px; background-position:-956px -876px}
.dado-06_0009 {left:12px; top:7px; width:115px; height:139px; background-position:-724px -852px}
.dado-06_0010 {left:17px; top:13px; width:105px; height:123px; background-position:-1178px -616px}
.dado-06_0011 {left:22px; top:22px; width:99px; height:109px; background-position:-981px -370px}
.dado-06_0012 {left:23px; top:23px; width:93px; height:103px; background-position:-2px -360px}
.dado-06_0013 {left:23px; top:28px; width:93px; height:93px; background-position:-97px -269px}
.dado-06_0014 {left:28px; top:33px; width:83px; height:87px; background-position:-512px -2px}
.dado-06_0015 {left:28px; top:33px; width:83px; height:87px; background-position:-512px -2px}
.dado-06_0016 {left:28px; top:33px; width:83px; height:87px; background-position:-427px -2px}
.dado-06_0017 {left:28px; top:33px; width:83px; height:87px; background-position:-342px -2px}
.dado-06_0018 {left:28px; top:33px; width:83px; height:87px; background-position:-257px -2px}
.dado-06_0019 {left:28px; top:33px; width:83px; height:87px; background-position:-172px -2px}
.dado-06_0020 {left:28px; top:33px; width:83px; height:87px; background-position:-87px -2px}
.dado-06_0021 {left:28px; top:33px; width:83px; height:87px; background-position:-2px -2px}