#contentTabInside {height:475px;position:relative;}
.leftSection {
	position:absolute;
	left:0;
	width:77.9%;
	height:100%;
	overflow:hidden;
	text-align:center;
}
.leftSection .containerScreenshot {
	position:absolute;
	top:2px;
	left:5px;
	height:450px;
	width:600px;
	margin-left:0;
	display:none;
}
.leftSection .containerScreenshot img {
	width:600px;
	height:450px;
	background:#a5a5a5;
	cursor:pointer;
}
.leftSection .containerVideo {
	display:none;
	width:100%;
	height:450px;
	background:#000;
}
.leftSection .caption {
	position:absolute;
	bottom:0;
	left:5px;
}
.rightSection {
	position:absolute;
	right:3%;
	width:122px;
	padding-left:2.0%;
	height:100%;
	background:#FFF;
	text-align:center;
}
.rightSection .mediaMenu {
	position:absolute;
	top:2px;
	right:0px;
	width:122px;
	height:389px;
	background:url(../../common/img/product/mediaMenu/mediaMenuBG.gif) no-repeat 0px 2px;
}
.rightSection .mediaMenu .buttonNavUp {
	position:absolute;
	top:0;
	left:49px;
	width:24px;
	height:20px;
	background:url(../../common/img/buttons/buttonNavUp.gif) no-repeat;
	cursor:pointer;
}
.rightSection .mediaMenu .buttonNavDown {
	position:absolute;
	bottom:0;
	left:49px;
	width:24px;
	height:20px;
	background:url(../../common/img/buttons/buttonNavDown.gif) no-repeat;
	cursor:pointer;
}
.rightSection .mediaMenu .upInactive {
	background:url(../../common/img/buttons/buttonNavUp_inactive.gif) no-repeat;
	cursor:default;
}
.rightSection .mediaMenu .downInactive {
	background:url(../../common/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 #FFF;
	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;
}