.dg-container{
	width:863px;
	height: 320px;
	position: relative;
	display:none;
}
.dg-wrapper{
	width: 570px;
	height: 320px;
	margin: 0 auto;
	position: relative;
	-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;
}
.dg-wrapper a{
	width: 570px;
	height: 320px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	/*background: transparent url(../images/browser.png) no-repeat top left;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);*/
}
.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;
}

.dg-wrapper a div{
	/*font-style: italic;*/
	text-align: center;
	/*line-height: 50px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #333;
	font-size: 16px;
	width: 100%;
	bottom: -55px;
	display: none;*/
	/*position: absolute;*/
}
.dg-wrapper a.dg-center{
	z-index:9999;
}
.dg-wrapper a.dg-center img{
	transition:all 0.5s ease-out;-webkit-transition:all 0.5s ease-out;-moz-transition:all 0.5s ease-out;-o-transition:all 0.5s ease-out;
}
.dg-wrapper a.dg-center img:hover{
	transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1); transition:all 0.5s ease-out;-webkit-transition:all 0.5s ease-out;-moz-transition:all 0.5s ease-out;-o-transition:all 0.5s ease-out;
}

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

.dg-container nav span{
	position:absolute;
	cursor:pointer;
	width: 40px;
	height: 320px;
	background:url(../images/leftarrow.jpg) no-repeat;
	text-indent:-888em;
}
.dg-container nav span:hover,.dg-container nav span.dg-next:hover{
	background-position:-40px 0;
}
.dg-container nav span.dg-prev{
	left:0;top:0;

}
.dg-container nav span.dg-next{
	background:url(../images/rightarrow.jpg) no-repeat;
	right:0;top:0;

}