/* ===[ Surround div around player. Is optional ]=== */

.vimeoplayer {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* END
   ================================================== */

/* vimeo css (needed)  */

.vimeo_holder {
    background: #f2f2f2;
    font: 12px/20px Arial, Helvetica, sans-serif;
    padding: 10px;
    float: left;
    border: 1px solid #D6D6D6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 10px #423942;
    -moz-box-shadow: 2px 2px 10px #423942;
    box-shadow: 2px 2px 10px #423942;
}

/** Only set for the page startup height*/
#vivideo, #vivideo2 {
  height:366px;
  background: #F2F2F2 !important;
}

.currentvideo {
	background: #e6e6e6;
}

div.vimplayer p {
    clear: both;
    position: relative;
    height: 11px;
    width: 517px;
    margin: 0 0 -14px 107px;
    padding: 0;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: bold;
    color: #dedede;
    z-index: 999;
}

div.vimplayer .time {
    position: absolute;
    width: 620px;
    margin-top: -2px;
    font-size: 10px;
    color: #dedede;
    z-index: 999;
    text-align: right;
    float: right;
}

div.vimplayer ul.videovim {
    position: relative;
    overflow: auto;
	-ms-overflow-x: hidden;
	overflow-x: hidden;
    margin: 0;
    padding: 0;
	width: 640px;
    height: 230px;
}

div.vimplayer ul.videovim li {
    list-style-type: none;
    width: 298px;
    margin: 5px 0 0 0;
    padding: 0;

	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */

}

div.vimplayer ul.videovim li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 75px;
    margin: 0;
    padding: 0;
    border: none;
}

div.vimplayer ul.videovim li a {
    position: relative;
    display: block;
    outline: none;
    width: 514px;
    height: 59px;
    margin: 0;
    padding: 16px 4px 0 107px;
    font-size: 11px;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
    background: #666;
    color: #dedede;
}

div.vimplayer ul.videovim li a.currentvideo {
    background: #333 !important;
    width: 514px;
    color: #dedede;
}

div.vimplayer ul.videovim li a:hover {
	background: #595959
}

div.vimfooter {
	background: url("footer.png") no-repeat scroll center bottom transparent;
	margin-left: -85px;
	margin-top: 10px;
	min-height: 43px;
	min-width: 819px;
	position: absolute;
	z-index: -1;
}

/* social icons  */
div.yfacebook {
    background: transparent url(facebook.png) no-repeat;
    border: none;
    float: left;
    padding: 0;
    margin: 60px 0 0 1px;
    height: 32px;
    width: 32px;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    display: none;
    outline: none;
}
div.ytwitter {
    background: transparent url(twitter.png) no-repeat;
    border: none;
    float: left;
    padding: 0;
    margin: 100px 0 0 1px;
    height: 32px;
    width: 32px;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    display: none;
    outline: none;
}

/* up down buttons  */
div.vimeo_up {
    border: 0px;
    float: left;
    padding: 0;
    margin: -13px 0 0 -17px;
    height: 24px;
    width: 24px;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    display: none;
}

div.vimeo_down {
    border: 0px;
    float: left;
    padding: 0;
    margin: -13px 0 0 -17px;
    height: 24px;
    width: 24px;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    display: none;
}

/* === Custom scrollbars IE === */
div.vimplayer {
	scrollbar-arrow-color: #333333;
	scrollbar-base-color: #f2f2f2;
	scrollbar-dark-shadow-color: #f2f2f2;
	scrollbar-track-color: #f2f2f2;
	scrollbar-face-color: #f2f2f2;
	scrollbar-shadow-color: #f2f2f2;
	scrollbar-highlight-color: #f2f2f2;
	scrollbar-3d-light-color: #f2f2f2;

	scrollbar-arrow-color: #000;
	scrollbar-base-color: #f2f2f2;
	scrollbar-dark-shadow-color: #f2f2f2;
	scrollbar-track-color: #f2f2f2;
	scrollbar-face-color: #f2f2f2;
	scrollbar-shadow-color: #f2f2f2;
	scrollbar-highlight-color: #f2f2f2;
	scrollbar-3d-light-color: #f2f2f2;
}
/* === END === */

/* === Custom scrollbars Webkit === */
.videovim::-webkit-scrollbar {
width: 7px;
height: 7px;
}

.videovim::-webkit-scrollbar-track-piece  {
background-color: #F2F2F2;
}

.videovim::-webkit-scrollbar-thumb:vertical {
height: 30px;
background-color: #000;
}

.videovim::-webkit-scrollbar-button:vertical:increment {
    background-image: url('downbl.png');
    background-repeat: no-repeat, repeat-y;
    background-position: 0px 0px, 0 0;
}

.videovim::-webkit-scrollbar-button:vertical:decrement {
    background-image: url('upbl.png');
    background-repeat: no-repeat, repeat-y;
    background-position: 0px 0px, 0 0;
}
/* === END === */

/* vimeo css END  */
