/*.videoWrapper {
position: relative;
*/
/*padding-bottom: 41%; *//* video dimensions - height/width */
/*
padding-top: 0px;
height: 0;
z-index: 1001;
}*/

/*.videoWrapper {
position: relative;
padding: 125px;
height: 0;
z-index: 1001;
}*/

#adVideo {
width: 300px;
height: 250px;
/*background-image: url(data/fiat_simply_more.png);*/
background-image: url(data/01.jpg);
background-repeat: no-repeat;
background-color: #ccc;
margin: auto;
}

#adVideoBox {
width: 300px;
height: 250px;
/*background-image: url(data/fiat_simply_more.png);*/
/*background-image: url(data/01.jpg);*/
background-repeat: no-repeat;
background-color: #ccc;
margin: auto;
}

.videoWrapper {
height: 250px;
width: 300px;
position: absolute;
}

.videoWrapperPlaying {
/*background: rgb(238, 238, 238);
width:200px;*/
padding: 10px;
box-shadow: 5px 5px 10px 2px #333333;
-webkit-box-shadow: 5px 5px 10px 2px #333333;
-moz-box-shadow: 5px 5px 10px 2px #333333;
}

#video {
position: absolute !important;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
z-index: 1002;
}

.videoWrapper .video-js {
position: inherit;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
z-index: 1003;
background: #000000;
}

.video-js .vjs-control-bar{
z-index: 1009;
}

.video-js .vjs-controls{
z-index: 1010;
}

.videoWrapper .skip_box {
background-image: url(skip.png);
background-repeat: no-repeat;
/*background: #fff;*/
position: absolute !important;
/*top: 0;
left: 0;*/
right: 0px;
bottom: 40px;
/*width: 100% !important;
height: 92% !important;*/
width: 164px !important;
height: 43px !important;
z-index: 1010;
text-align: center;
vertical-align: middle;
display: none;
cursor:pointer;
/*line-height: 110px;*/
/*-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);*/
}

.videoWrapper .videoLink {
position: absolute !important;
top: 0;
left: 0;
width: 100% !important;
height: 92% !important;
z-index: 1001;
-moz-opacity: 0;
opacity:.00;
filter: alpha(opacity=00);
}

.videoWrapper .videoLink .link {
position: absolute !important;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
z-index: 1001;
-moz-opacity: 0;
opacity:.00;
filter: alpha(opacity=00);
}

/* close button positioned on upper right corner */
#videoWrapper .close_box {
background-image:url(apple-close.png);
background-repeat: no-repeat;
position:absolute;
right:-15px;
top:-15px;
cursor:pointer;
height:35px;
width:35px;
z-index: 1020;
display: none;
}

.iframe_box{
position: absolute;
width: 0px;
height: 0px;
-moz-opacity: 0;
opacity:.00;
filter: alpha(opacity=00);
}

.video_black_overlay{
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index:1000;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
}

.vjs-fullscreen-control { display: none; }
.vjs-default-skin .vjs-volume-control { margin-right: 10px; }