.dg-container.game-home-block {
	width: 100%;
	height: auto;
	position: relative;
}

.game-home-block .dg-wrapper {
	width: 460px;
	min-height: 180px;
	margin: 0 auto;
	position: relative;
	border-radius: 5px;
	
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
		 -o-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
			transform-style: preserve-3d;
	
	-webkit-perspective: 1000px;
	   -moz-perspective: 1000px;
		 -o-perspective: 1000px;
		-ms-perspective: 1000px;
			perspective: 1000px;
}
.game-home-block .dg-wrapper a {
	width: 460px;
	height: auto;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent url(../images/browser.png) no-repeat top left;
	border-radius: 5px;
	
	-webkit-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.65);
	   -moz-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.65);
		-ms-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.65);
		 -o-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.65);
			box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.65);
}

.game-home-block .dg-wrapper a.dg-transition {
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
		 -o-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
}

.game-home-block .dg-wrapper a img {
	display: block;
	padding: 0;
	width: 100%;
	border-radius: 5px;
}

.game-home-block .dg-wrapper a div {
	line-height: 50px;
	width: 100%;
	bottom: 0;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: 0 0 5px 5px;
}

.game-home-block .dg-caption {
	text-align: center;
	background-color: transparent !important;
	padding-bottom: 7px;	
}

.game-home-block .dg-wrapper a.dg-center div {
	display: block;
}

.game-home-block .room-nav-dg {
	width: 100%;
	text-align: center;
	margin-top: 90px;
	position: relative;
	float: left;	
}

.dg-container.game-home-block nav {
	width: 58px;
	margin-left: auto;
	margin-right: auto;
}

.dg-container.game-home-block nav span {
	text-indent: -9000px;
	float: left;
	cursor:pointer;
	width: 24px;
	height: 25px;
	opacity: 0.8;
	background: transparent url(images/arrows.png) no-repeat top left;
}

.dg-container.game-home-block nav span:hover {
	opacity: 1;
}

.dg-container.game-home-block nav span.dg-next {
	background-position: top right;
	margin-left: 10px;
}

@media (max-width: 1199px){
	.game-home-block .dg-wrapper, 	.game-home-block .dg-wrapper a {
		width: 400px;
	}
	
	.game-home-block .room-nav-dg {
		margin-top: 60px;
	}	
}

@media (max-width: 991px){
	.game-home-block .dg-wrapper {
		min-height: 165px;
	}	
	
	.game-home-block .dg-wrapper, 	.game-home-block .dg-wrapper a {
		width: 300px;
	}
	
	.game-home-block .room-nav-dg {
		margin-top: 15px;
	}	
}

@media (max-width: 940px){
	.dg-container.game-home-block {
		overflow-x : hidden;
	}
}

@media (max-width: 480px){
	.game-home-block .dg-wrapper {
		min-height: 130px;
	}	
	
	.game-home-block .dg-wrapper, 	.game-home-block .dg-wrapper a {
		width: 320px;
	}
}

@media (max-width: 360px){
	.game-home-block .dg-wrapper {
		min-height: 110px;
	}	
	
	.game-home-block .dg-wrapper, 	.game-home-block .dg-wrapper a {
		width: 260px;
	}
}