#myGallery {
	height: 266px;
	width: 560px;
	z-index:5;
	border: 0;
	background-image: url(../images/bg/content_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	/*background-color: #373A99;*/
	padding-top: 31px;
	margin-left: 0;
	/*margin-left: 5px;*/
}
.jdGallery {
	overflow: hidden;
	position: relative;
}

.jdGallery images {
	border: 0;
	margin: 0;	
}
div .gameButton {
	float: right;
	position: absolute;
	width: 232px;
	margin-left: 315px;
	margin-top: 30px;
	z-index: 10;
}
div .gameButton .play {
	float: left;
	display: block;
	background-image: url(../images/bt/download.gif);
	width: 232px;
	height: 51px;
	margin-bottom: 15px;
}

div .gameButton .playfb {
	float:left;
	display: block;
	background-image: url(../images/button/play_retroworld.jpg);
	width: 232px;
	height: 51px;
	margin-bottom: 15px;
}

div .gameButton .buy {
	float: left;
	display: block;
	background-image: url(../images/bt/buy.gif);
	width: 232px;
	height: 51px;
}

.play span, .buy span {
	display: none;
}

.play a, .buy a {
	position: absolute;
}

.jdGallery .slideElement {
	width: 560px;
	height: 266px;
	background-color: #373a99;
	background-repeat: no-repeat;
	background-position: top left !important;
	/*margin-left: 5px; */
}

.jdGallery .loadingElement {
	width: 560px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #172055;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/bg/loader.gif);
}

.jdGallery .slideInfoZone {
	position: absolute;
	display: block;
	z-index: 10;
	width: 560px;
	background-color: #373a99;
	color: #fff;
	padding: 0px !important;
	margin: 0px !important;
}

* html .jdGallery .slideInfoZone {
	bottom: -1px;
}

.jdGallery .slideInfoZone h2 {
	padding: 0;
	margin: 0;
	margin: 0;
	font-weight: bold;
	color: #FFFFFF;
	width: 300px; 
	float: left;
}

.jdGallery .slideInfoZone p {
	padding: 0;
	color: #eee;
	width: 200px;
	height: 20px;
	float: left;
}

.jdGallery div.carouselContainer {
	display: block;
	clear: both;
	/*background: url("../images/bg/spotlight.gif") no-repeat top;*/
	position: relative;
	height: 80px;
	width: 473px;
	z-index: 10;
	float: right;
	display: block;
	margin-top: 185px;
	margin-right: 43px;
}

.jdGallery a.carouselBtn {
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	text-align: center;
	padding: 0 10px;
	font-size: 10px;
	background: #A700EE;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel {
	width: 473px;
	margin: 0px;
	height: 80px;
	color: #FFFFFF;
	text-indent: 0;
}

.jdExtCarousel {
	overflow: hidden;
	position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper {
	height: 80px;
	width: 473px;
	position: absolute;
	overflow: hidden;
}
/*.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper {
	position: absolute;
	height: 100%;
	float: right;
	margin-left: -15px;
	top: 10px;
	left: 0;
	overflow: hidden;
	float: right;
	width: 220px;
	height: 100%;
	z-index: 11;
	overflow: hidden;
	background-color: transparent;

}
*/
.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner {
	position: relative;
	height: 79px !important;
}

.jdGallery .thumbnail, .jdExtCarousel .thumbnail, .jdGallery .thumbnail2, .jdExtCarousel .thumbnail2 {
	float: left;
	padding: 0;
	padding-top: 10px;
	z-index: 11;
	padding-left: 10px;
	/*padding-right: 5px;*/
	width: 82px;
	height: 62px;
}
.jdGallery .thumbnail2, .jdExtCarousel .thumbnail2 {
	/*background-image: url(../images/bg/item_thumb2.png);*/
}

.jdGallery .thumbnail img, .jdExtCarousel .thumbnail img, .jdGallery .thumbnail2 img, .jdExtCarousel .thumbnail2 img {
	border: 1px solid #FFFFFF;
	float: right;
	cursor: pointer;
}
.jdGallery .thumbnail span, .jdExtCarousel .carouselInner .thumbnail span, .jdGallery .thumbnail2 span, .jdExtCarousel .carouselInner .thumbnail2 span {
	width: 122px;
	height: 28px;
	margin-top: -6px;
	padding-left: 0px;
	color: #ffffff;
}
.jdGallery .carousel .label, .jdExtCarousel .label {
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton {
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #888;
	cursor: pointer;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number {
	color: #FFFFFF;
}

.jdGallery a {
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left {
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdGallery a.right, * html .jdGallery a.left {
	filter: alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.open {
	left: 0;
	top: 0;
	width: 560px;
	position: absolute;
	background: none;
	z-index: 10;
	height: 295px;
	padding: 0px !important;
	margin: 0px !important;
}
	
	
/* Gallery Sets */

.jdGallery a.gallerySelectorBtn
{
	z-index: 15;
	position: absolute;
	top: 0;
	left: 30px;
	height: 20px;
	/*width: 100px; background: url('../images/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 10px;
	background: #373a99;
	color: #fff;
	cursor: pointer;
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: 0.4;
	filter:alpha(opacity=40);
}

.jdGallery .gallerySelector
{
	z-index: 20;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #373a99;
}

.jdGallery .gallerySelector h2
{
	margin: 0;
	padding: 10px 20px 10px 20px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	width: 170px;
}

.jdGallery .gallerySelector .gallerySelectorWrapper
{
	overflow: hidden;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton
{
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #888;
	padding: 5px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	float: left;
}

.jdGallery .gallerySelector .gallerySelectorInner div.hover
{
	background: #373a99;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
	background: #373a99;
	background-position: left;
	float: left;
	border: none;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
	margin: 0;
	padding: 0;
	font-family:03px;
	line-height:16px;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	color: #aaa;
}

