/* === Use this if you want to set the playlist to the right === */

.vimeo_holder_right {
	background: #333333;
	border: 1px solid #333333;
	width: 763px;
}

#vivideo3 {
   float: left;
   margin-bottom:-5px;
}

div.vimplayerright {
	width: 210px;
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-left: 3px solid transparent;
}

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

/* === Custom scrollbars Webkit === */
.videovimright::-webkit-scrollbar-track-piece  {
background-color: #333333;
}

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

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

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

div.vimplayer ul.videovimright {
	width: 210px;
    height: 310px;
}

div.vimplayer .timeright {
    display:none;
}

div.vimplayer ul.videovimright li img {
	display:none;
	/*-webkit-filter: grayscale(100%);*/
}

div.vimplayer .videovimright p {
    width: 187px;
    margin: 0 0 -14px 4px;
}

div.vimplayer ul.videovimright li a {
    width: 187px;
    padding: 16px 4px 0 4px;
}

div.vimplayer ul.videovimright li a.currentvideo {
    width: 187px;
}

div.vimfooterright {
	margin-left: -20px;
}

/* vimeo css END  */
