#puzzleIntro .logo{
	position: absolute;
    top: 130px;
    left: 217px;
    width: 580px;
    height: 200px;
    text-align: center;
}

#puzzleIntro .logo img{
    max-width: 580px;
    max-height: 200px;
}

#puzzleIntro .text{
	position: absolute;
	top: 275px;
	left: 83px;
	width: 880px;
	height: 121px;
	font-family: "VAGRoundedBold";
	font-size: 21px;
	line-height: 26px;
	color: #734267;
}

#puzzleIntro .buttonPlay {
	background: url(./../../../imgs/2/base/button_play_game.png) 0 0 no-repeat;
    position: absolute;
    width: 310px;
    height: 62px;
    top: 475px;
    left: 357px;
    cursor: pointer;

	color: #fff;
	font-family: "VAGRoundedBold";
	font-size: 31px;
	padding-top: 14px;
	text-align: center;
}

#puzzleIntro .buttonRule {
	background: url(./../../../imgs/2/base/button_howtoplay.png) 0 0 no-repeat;
    position: absolute;
    width: 218px;
    height: 45px;
    top: 568px;
    left: 405px;
    cursor: pointer;

    color: #fff;
	font-family: "VAGRoundedBold";
	font-size: 21px;
	padding-top: 10px;
	text-align: center;
}

#puzzleGame {
	width: 1024px;
	height: 768px;
	/*background: url(./../../../imgs/_temp/_ref.jpg) 0 0 no-repeat;*/
}

#puzzleGame span, #puzzleIntro span{
	color: #734267;
	font-family: "VAGRoundedLight";
}

#puzzleGame .timer {
	position: absolute;
	display: block;
	background: url(./../../../imgs/2/base/icon_clock.png) 0 0 no-repeat;
    width: 60px;
    height: 59px;
	left: 932px;
	top: 17px;
}

#puzzleGame .timer .icon {
	position: absolute;
	display: block;
	background: url(./../../imgs/widget_games/icon_clock.png) 0 0 no-repeat;
    width: 41px;
    height: 40px;
	left: 18px;
	top: 11px;
}

#puzzleGame .timer .count {
	position: absolute;
	display: block;
    width: 73px;
    height: 40px;
	top: 51px;
	margin-left: -12px;
	text-align: center;
	
	color: #e24388;
	font-family: "VAGRoundedBold";
	font-size: 39px;
	padding-left: 6px;
	/* text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
	    filter: dropshadow(color=#000, offx=1, offy=1); */
}

#puzzleGame .boxGroup {
	position: absolute;
	display: block;
    width: 938px;
    height: 120px;
	left: 42px;
	top: 523px;
}

#puzzleGame .box {
	position: absolute;
	display: block;
	background: url(./../../../imgs/2/widget_drag/box_drag_puzzle.png) 0 0 no-repeat;
    width: 136px;
    height: 106px;
}

#puzzleGame .box .title {
	position: absolute;
	width: 136px;
	top: 114px;
	text-align: center;
}

#puzzleGame .box .title span {
	color: #734267;
	font-family: "VAGRoundedBold";
	font-size: 19px;
	line-height: 19px;
	cursor: pointer;
}

#puzzleGame .imageGroup {
	position: absolute;
	display: block;
    width: 880px;
    height: 220px;
	/*top: 170px; */
	top: 0px;
	/*left: 125px; */
	left: 0px;
}

#puzzleGame .image {
	position: absolute;
	display: block;
    max-width: 100px;
    max-height: 100px;
	border: 3px solid #FFF;
	
	-webkit-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.3);
	-ms-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.3);
    -o-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.3);
	
	/*image-rendering: optimizeSpeed;
 	image-rendering: -moz-crisp-edges;
 	image-rendering: -o-crisp-edges;
 	image-rendering: -webkit-optimize-contrast;
 	image-rendering: optimize-contrast;
 	-ms-interpolation-mode: nearest-neighbor;*/
}

#puzzleGame .imageSelected {
    max-width: 130px;
    max-height: 130px;
}

#puzzleGame .image img {
	width: 120px;
    height: 120px;
	cursor: pointer;
}

#puzzleGame .message .text {
	position: absolute;
	top: 160px;
	left: 290px;
	width: 450px;
	height: 100px;
	font-size: 22px;
	font-weight: 100;
	line-height: 30px;
	text-align: center;
}

#puzzleGame .message .button {
	position: absolute;
	top: 300px;
	left: 410px;
}

#puzzleGame .message .alert {
	position: absolute;
	top: 450px;
	left: 210px;
	width: 600px;
	font-size: 14px;
	font-weight: 100;
	line-height: 30px;
	text-align: center;
}

#puzzleGame .buttonNext {
	background: url(./../../../imgs/2/base/button_howtoplay.png) 0 0 no-repeat;
    position: absolute;
    width: 218px;
    height: 45px;
    cursor: pointer;

    color: #ffffff;
	font-family: "VAGRoundedBold";
	font-size: 23px;
	padding-top: 12px;
	text-align: center;
}

#puzzleGame .buttonReload {
	background: url(./../../../imgs/2/base/button_howtoplay.png) 0 0 no-repeat;
    position: absolute;
    width: 218px;
    height: 45px;
    cursor: pointer;

    color: #ffffff;
	font-family: "VAGRoundedBold";
	font-size: 23px;
	padding-top: 12px;
	text-align: center;
}

#puzzleGame .mediaIcon {
	position: absolute;
	background: url("../../../imgs/2/base/icon_video.png") top left no-repeat;
	width: 68px;
	height: 67px;
	top: 0;
	left: 0;
}

#puzzleGame #player {
	position: absolute;
	width: 480px;
	height: 480px;
	margin: 24px;
	background-color: #000;
}

.msg {
	color: #fff;
	font-family: "VAGRoundedBold", Helvetica, Arial, _sans;
	
	position: absolute;
	top: 300px;
	left: 290px;
	width: 450px;
	height: 100px;
	font-size: 26px;
	font-weight: 100;
	line-height: 30px;
	text-align: center;
}

#puzzleGame .scatter {
	position: absolute;
	max-width: 120px;
    max-height: 120px;
}

#puzzleGame .iconZoom {
	position: absolute;
	background: url("../../../imgs/2/base/icon_zoom.png") top left no-repeat;
	width: 24px;
	height: 25px;
	bottom: 0;
	right: 0;
}