/* CSS below is for the Simone Giovanni's YouTube player plugin  */

#player {
    width: 423px;
    height: 562px;
    overflow: hidden;
    background: #fff;
    position: relative;
    border: solid 1px #ccd7d9;
}

.youtube .carousel {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: absolute;
    right: 0px;
    top: 240px;
    z-index: 3;
}

.youtube .thumbnail {
    margin: 1px;
    width: 19%;
    border: 1px solid #ccd7d9;  
}

.youtube iframe.player {
    width: 100%;
    height: 240px;  
    overflow: auto;
    border: 0;
}

/* CSS below is for the Youmax 2.0 plugin - For archival purposes */

#youmax {
	width:100% !important;
}
#youmax-header { 
	display:none !important;
}
#youmax-tabs { 
	display:none !important;
}
#youmax-video-list-div{
	background-color:#fff !important; border:none;
}
/* .youmax-video-list-title{color:white !important;} */
/* .youmax-video-list-views{color:green !important;} */
#youmax-tabs{ 
	background-color:#fff !important;
}
/* #youmax-header{background-color:black !important;} */
div.youmax-video-tnail{
	width:200px !important; height:113px !important;
}
#youmax-encloser{
	border:none !important;
}

