#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: 245px;
	left: 93px;
	width: 880px;
	height: 121px;
	
	font-size: 16px;
	line-height: 26px;
}

#puzzleIntro .buttonPlay {
	background: url(./../../imgs/widget_games/button_play_null.png) 0 0 no-repeat;
    position: absolute;
    width: 300px;
    height: 54px;
    top: 406px;
    left: 367px;
    cursor: pointer;

	color: #44667b;
	font-family: "Trebuchet MS";
	font-size: 34px;
	font-weight: 800;
	padding-top: 14px;
	text-align: center;
}

#puzzleIntro .buttonRule {
	background: url(./../../imgs/widget_games/button_howtoplay_null.png) 0 0 no-repeat;
    position: absolute;
    width: 214px;
    height: 48px;
    top: 499px;
    left: 408px;
    cursor: pointer;

    color: #44667b;
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: 800;
	padding-top: 10px;
	text-align: center;
}

#puzzleGame span, #puzzleIntro span{
	color: #fff;
	font-family: "Trebuchet MS", Helvetica, Arial, _sans;
}

#puzzleGame .timer {
	position: absolute;
	display: block;
	background: url(./../../imgs/widget_games/box_time_icon.png) 0 0 no-repeat;
    width: 73px;
    height: 58px;
	left: 915px;
	top: 90px;
}

#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: 60px;
	
	text-align: center;
	
	color: #c4ccd2;
	font-family: "Trebuchet MS", Helvetica, Arial, _sans;
	font-size: 29px;
	font-weight: bold;
	
	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: 515px;
}

#puzzleGame .box {
	position: absolute;
	display: block;
	background: url(./../../imgs/widget_games/box_drag.png) 0 0 no-repeat;
    width: 150px;
    height: 118px;
}

#puzzleGame .box .title {
	position: absolute;
	width: 150px;
	top: 128px;
	text-align: center;
}

#puzzleGame .box .title span {
	color: #fff;
	font-family: "Trebuchet MS", Helvetica, Arial, _sans;
	font-size: 17px;
	font-weight: 700;
	line-height: 19px;
	text-decoration: underline;
	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: 120px;
    max-height: 120px;
	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/widget_games/button_next_null.png) 0 0 no-repeat;
    position: absolute;
    width: 214px;
    height: 48px;
    cursor: pointer;

    color: #44667b;
	font-family: "Trebuchet MS";
	font-size: 23px;
	font-weight: 800;
	padding-top: 12px;
	text-align: center;
}

#puzzleGame .buttonReload {
	background: url(./../../imgs/widget_games/button_reload_null.png) 0 0 no-repeat;
    position: absolute;
    width: 214px;
    height: 48px;
    cursor: pointer;

	color: #44667b;
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-weight: 700;
	padding-top: 11px;
	text-align: center;
}

#puzzleGame .mediaIcon {
	position: absolute;
	background: url("../../imgs/widget_test/iconVideo.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: "Trebuchet MS", 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;
	width: 8px;
	bottom: 0;
	right: 0;
}