.gameDetailsTabs #contentTabInside {
    background:#414041;
    position:relative;
    float:left;
}

.leftSection {
	position:absolute;
    left:10px;
    top:10px;
	width:560px;
	height:420px;
	overflow:hidden;
	text-align:center;
}
.leftSection .containerScreenshot {
	position:absolute;
	top:0px;
	left:0px;
	height:420px;
	width:560px;
	margin-left:0;
	display:none;
}
.leftSection .containerScreenshot img {
	width:560px;
	height:420px;
	background:#a5a5a5;
	cursor:pointer;
}
.leftSection .containerVideo {
	display:none;
	width:560px;
	height:420px;
	background:#000;
}
.leftSection .caption {
	position:absolute;
	bottom:0;
	left:5px;
}
.rightSection {
	position:absolute;
	width:120px;
    left:577px;
    top:28px;
	height:380px;
	text-align:center;
    position:relative;
}
.rightSection .mediaMenu {
	position:relative;
	width:122px;
	height:382px;
	background:transparent url(../../default_gt_us/img/product/mediaMenu/mediaMenuBG.gif) no-repeat 0px 0px;
}
.rightSection .mediaMenu .buttonNavUp {
	position:absolute;
	top:-3px;
	left:49px;
	width:24px;
	height:20px;
	background:transparent url(../../default_gt_us/img/buttons/buttonNavUp.gif) no-repeat;
	cursor:pointer;
}
.rightSection .mediaMenu .buttonNavDown {
	position:absolute;
	bottom:-4px;
	left:49px;
	width:24px;
	height:20px;
	background:transparent url(../../default_gt_us/img/buttons/buttonNavDown.gif) no-repeat;
	cursor:pointer;
}
.rightSection .mediaMenu .upInactive {
	background:transparent url(../../default_gt_us/img/buttons/buttonNavUp_inactive.gif) no-repeat;
	cursor:default;
}
.rightSection .mediaMenu .downInactive {
	background:transparent url(../../default_gt_us/img/buttons/buttonNavDown_inactive.gif) no-repeat;
	cursor:default;
}
.rightSection .mediaMenu .mediaNumber {
	position:absolute;
	right:12px;
	bottom:12px;
	font-size:10px;
	color:#FFF;
}
.rightSection .mediaMenu .thumbnailContainer {
	position:absolute;
	top:27px;
	left:8px;
	width:107px;
	height:333px;
	overflow:hidden;
	text-align:center;
}
.rightSection .mediaMenu .thumbnailContainer .thumbnailContent {
	position:absolute;
	left:2px;
	top:1px;
}
.rightSection .mediaMenu .thumbnailContainer .thumbnailContent .thumbnail {
    width:99px;
    height:74px;
    background:#AAA;
    border: 1px solid #666666;
    margin-bottom:9px;
    cursor:pointer;
}
.goodSizeVideo {
    width:99px;
    height:74px;
}
.goodSizeImage {
    width:99px;
    height:74px;
}
.rightSection .mediaMenu .thumbnailContainer .thumbnailContent .thumbnail span {display:none;}
.rightSection .mediaMenu .thumbnailContainer .thumbnailContent .thumbSelected {
	position:relative;
	top:-1px;
	left:0px;
	border:2px solid #92e200;
	width:99px;
	height:74px;
	margin-bottom:7px;
}
#fullscreenContent .fullscreenImage {
	border:5px solid #FFF;
	cursor:pointer;
	background:#000;
}

.viewFullScrennShot {
    background-color:#FFFFFF;
    border:1px solid #666666;
    color:#333333;
    font-family:"Lucida Grande",Verdana;
    font-size:12px;
    overflow:auto;
    padding:5px;
    text-align:left;
}
