.dg-container{
height: 240px;
    margin-top: 0px;
	margin-bottom:0px;
    position: relative;
    width: 100%;
}
.dg-wrapper {
    float: right;
    height: 170px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 88px;
    perspective: 120px;
    /*position: relative;*/
    transform-style: preserve-3d;
    width: 270px;
} 
/* .dg-wrapper {
    float: right;
    height: 170px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 0;
    perspective: 120px;
    position: relative;
    transform-style: preserve-3d;
    width: 100%;
} */
.dg-wrapper a.dg-center {
    /* background: rgba(0, 0, 0, 0) url("../images/sliderbg.png") no-repeat scroll left top / 100% 100%; */
    height: 200px;
    width: 280px;
}
.dg-wrapper a{
 /* background: rgba(0, 0, 0, 0) url("../images/browser.png") no-repeat scroll left top;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); */
    display: block;
    height: 200px;	
    left: 0;
    position: absolute;
    top: 0;
    width: 280px;
}
.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 img {
    display: block;
    padding: 8px 0 0;
}
.dg-wrapper a div{
	font-style: italic;
	text-align: center;
	line-height: 50px;
	text-shadow: 0px 0px 0px rgba(255,255,255,0.5);
	color: #000000;
	font-size: 16px;
	width: 100%;
	/*bottom: -55px;*/
	top:-18px;
	display: none;
	position: absolute;
}
.dg-wrapper a.dg-center div{
	display: block;
	padding-top: 45px;
}
.dg-container nav{
	width: 367px;
	position: absolute;
	z-index: 99;
	top: 74px;
	/* left: 50%; */
	right: 0%;
	margin-left: -29px;
}
.dg-wrapper a.dg-center div.image_namewrapper {
    left: -750px;
    position: absolute;
    width: 640px;
    z-index: 99999;
}
.dg-container nav span{
	background: transparent url("../images/arrows.png") no-repeat scroll left top;
    cursor: pointer;
    float: left;
    height: 25px;
    opacity: 1;
    text-indent: -9000px;
    width: 24px;
}
.dg-container nav span:hover{
	opacity: 1;
}
.dg-container nav span.dg-next{
	 background-position: right top;
    float: right;
    margin-left: 10px;
    margin-right: 70px;
    opacity: 1;
}