.mediaWidget .tabVideoPlayer {
  display: none;
}

.mediaWidget .default {
  display: block;
}

#LayersFrame {
  position: absolute;
  left: 200px;
  background-color: transparent;
}
/*since the default for the layersFrame is 125 on the DP, the default for the drag bar and close button must be the same*/
#LayersFrame, #dragFrameClose, #dragFrame {
	top: 125px;
}

#videoPlayerTab {
  width: 400px;
  text-align: left;
  font-family: verdana, tahoma, sans-serif;
  font-size: 1em;
  line-height:2em;
  display: none;
}

#videoPlayerTab .tab {
  display: none;
}

#videoPlayerTab .yui-nav { /* protect nested tabviews from other orientations */
  border-style: none;
  border-width: 0 0 1px;
  position: relative;
  zoom: 1;
  font-family: verdana, tahoma, sans-serif;
  height: 35px;
  margin-top: -2px;
}

*+html #videoPlayerTab .yui-nav {
  height: 28px;
}

#videoPlayerTab .yui-nav li {
  margin: 0 0 0 0; /* space between tabs */
  height: 35px;
  zoom: 1;
}

#videoPlayerTab  .yui-nav .selected, #videoPlayerTab  .yui-nav .selected {
  margin: 0 0 -1px 0; /* for overlap changed to 0*/
}

.mediaWidget .hidden {
  display: none;
}

#videoPlayerTab .yui-nav a {
  background: white url(../detail/nav_three_small.png) no-repeat -1px top;
  color: #333333;
  text-decoration: none;
  width: 133px;
  height: 35px;
  font-family: verdana, tahoma, sans-serif;
  padding:7px 0 14px;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
}

*+html #videoPlayerTab .yui-nav a {
  height: 28px;
}

#videoPlayerTab  .yui-nav a em { 
  cursor: pointer;
  padding: 0;
  position: relative;
}

#videoPlayerTab .yui-nav .selected a,
#videoPlayerTab .yui-nav .selected a:focus, 
#videoPlayerTab .yui-nav .selected a:hover { 
  background: white url(../detail/nav_three_small.png) no-repeat -270px top;
  color: black;
  font-weight: bolder;
  width: 135px;
  height: 35px;
}

*+html #videoPlayerTab .yui-nav .selected a,
*+html #videoPlayerTab .yui-nav .selected a:focus,
*+html #videoPlayerTab .yui-nav .selected a:hover {
  height: 28px;
}

#videoPlayerTab .yui-nav a:hover, #videoPlayerTab .yui-nav a:focus {
  background: white url(../detail/nav_three_small.png) no-repeat -135px top;
  outline: 0;
}

#videoPlayerTab  .yui-nav .selected a, #videoPlayerTab .yui-nav .selected a em {
  border-color: white; 
}

#videoPlayerTab  .yui-content .hide {
  overflow: visible;
  width: auto;
  height: auto;
  position: static;
  left: auto;
  top: auto;
  display: none;
}

#videoPlayerTab .yui-content {
  padding: 0px;
  background: none;
  height: auto;
}

.yui-content ul li {
  list-style-type:none;
  padding-left:12px;
}

em {
  font-weight: bold;
}

#videoPlayerTab .tabContent {
  width: 390px;
}

#clipsTitle {
  font-weight: bold;
  line-height:1.35em;
  color: #333333;
  font-size: 12px;
}

#clipsDuration {
  float: right;
  line-height:1.35em;
  padding: 0 12px 0 0;
  color: #333333;
}

#clipsDescription {
  line-height: 1;
}

.mediaWidget .viewport {
  height: 300px;
  padding-top: 2px;
  text-align: left;
  width: 270px;
}

.mediaWidget .viewport .clipsInfo {
  overflow: hidden;
  padding-top: 2px;
  text-align: left;
  width: 270px;
  height: 60px;
}

.mediaWidget .movie span {
  display: block;
  height: 102px;
  left: 79px;
  position: absolute;
  top: -138px;
  width: 102px;
  z-index: 7;
}

.mediaWidget .movie:hover span {
  background: url("../detail/icn_play.png") no-repeat;
}

#videoPlayerProductImage {
  cursor: pointer;
}

#imageCarousel_carousel_left {
  left:1px;
  position:relative;
  top:5px;
}

#imageCarousel_carousel_right {
  position:relative;
  right:8px;
  top:5px;
}

* html #imageCarousel_carousel_right {
  right:3px;
}

*+html #imageCarousel_carousel_right {
  right:3px;
}


#clipsCarousel_carousel_left {
  left:1px;
  position:relative;
  top:5px;
}

#clipsCarousel_carousel_right {
  position:relative;
  right:8px;
  top:5px;
}

* html #clipsCarousel_carousel_right {
  right:3px;
}

*+html #clipsCarousel_carousel_right {
  right:3px;
}

.clipsCarouselSelectedItem  {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 75px;
  height: 42px;
  display: block;
  overflow: hidden;
  border:1px solid #C80000;
  margin: 2px;
}

.clipsCarouselItem {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 75px;
  height: 42px;
  display: block;
  overflow: hidden;
  border:1px solid #CDCDCD;
  margin: 2px;
}

#clipsCarousel_carousel_content a span.play {
  display:block;
  height:36px;
  position:absolute;
  left:20px;
  top:3px;
  width:35px;
  z-index:7;
}

#clipsCarousel_carousel_content a:hover span.play {
  background:transparent url(../detail/icn_play_sm.png) no-repeat scroll 0%;
}

#clipsCarousel_carousel_content a span, .mediaWidget .viewport #videoPlayerProductImage {
  cursor: pointer;
}

#imageCarousel_carousel_content td {
  text-align: center;
}

.imageCarouselItem {
  position: relative;
  display: block;
  border: 1px solid #CDCDCD;
  margin: 1px;
}

.imageCarouselSelectedItem {
  position: relative;
  display: block;
  border: 1px solid #C80000;
  margin: 1px;
}

.mediaWidget {
  color:#666666;
  font-family:verdana,tahoma,sans-serif;
  font-size:1em;
  line-height:1.35em;
  width:275px;
}

.offVideoPlayerButton {
  background: url("../detail/playIcon_Off.png") no-repeat center center;
  position:relative;
  cursor: pointer;
  height: 108px;
  width: 86px; 
  top: 50px;
  left: 87px;
}

.onVideoPlayerButton {
  background: url("../detail/playIcon_On.png") no-repeat center center;
  position:relative;
  cursor: pointer;
  height: 108px;
  width: 86px;
  top: 50px;
  left: 87px;
}

.videoPlayerBackground {
    background: url("../detail/playBackground_gradientSliceDP.gif") repeat-x;
    border: 1px solid #D7D7D7;
    position:relative;
}

#carouselBackground {
  background: transparent url("../detail/bg.png") no-repeat;
  padding: 7px 0 9px 0;
}

#hoverMsgDiv {
  cursor: pointer;
}

#videoPlayerProductImage {
  /*this is fix the shifting image with doctype*/
  position: relative;
  padding-left: 5px;
}

#videoPlayerMainImage {
  /*this is fix the shifting image with doctype*/
  position: relative;
}

#videoPlayerProductImage .viewLarger {
  position: absolute;
  top: 130px;
  left: 85px;
  width: 100px;
  height: 30px;
  cursor: pointer;
  background: transparent url("../detail/view_larger.png") center center no-repeat;
}

#videoPlayerProductImage .zoomViewLarger {
  top: 130px;
  left: 55px;
  position:absolute;
  width: 165px;
  height: 30px;
  cursor: pointer;
  background: transparent url("../detail/zoom_and_view_larger.png") center center no-repeat;
}

#clipsInfo {
  height: 60px;
  overflow: hidden;
  padding-top:3px;
  margin-left: 13px;
}

#carouselBottom {
    background:transparent url(../carousel/small/bg_btm.png) 0 0 no-repeat;
    height:5px;
    width:269px;
    margin-top:-1px;
}


