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

.yt_holder_right {
	background: #073724;
	/*border: 1px solid #333333;*/
	width: 980px;
}

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

div.ytplayerright {
	width: 290px;
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/*border-left: 3px solid transparent;*/
}

/* footer  */
div.ytfooterright {
	/*margin-left: 10px;*/
}

/* === Custom scrollbars IE === */
div.ytplayerright {
	scrollbar-arrow-color: #018045;
	scrollbar-base-color: #0f603f;
	scrollbar-dark-shadow-color: #0f603f;
	scrollbar-track-color: #0f603f;
	scrollbar-face-color: #2ab37a;
	scrollbar-shadow-color: #0f603f;
	scrollbar-highlight-color: #0f603f;
	scrollbar-3d-light-color: #0f603f;
}
/* === END === */

/* === Custom scrollbars Webkit === */
.videoytright::-webkit-scrollbar-track-piece  {
background-color: #0f603f;
}

.videoytright::-webkit-scrollbar-thumb:vertical {
height: 30px;
background-color: #2ab37a;
}

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

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

div.yt_holder ul.videoytright {
	width: 290px;
    height: 410px;
}

div.yt_holder .timeright {
    display:none;
}

div.yt_holder ul.videoytright li img {
	display: inline;
}

div.yt_holder .videoytright p {
    width: 186px;
    margin: 4px 0 -14px 94px;
	line-height:normal;
}

div.yt_holder ul.videoytright li a {
    width: 187px;
    padding: 16px 4px 8px 86px;
}

div.yt_holder ul.videoytright li a.currentvideo {
    width: 187px;
}

/* youtube css END */