.youtube-playlist .carousel_thumbnails .rightarrow
{
	float:left;
}

.youtube-playlist .scrollable-rq, .youtube-playlist .scrollable-mq, .youtube-playlist .scrollable-hq
{
    float:left;
    /* required settings */
    position:relative;
    overflow:hidden;
    /* custom decorations */
    border:1px solid #ccc;
	background-color: #EFEFEF;
}


.youtube-playlist .scrollable-rq {
    width: 576px;
    height:114px;
}

.youtube-playlist .scrollable-mq {
    width: 690px;
    height:204px;
}

.youtube-playlist .scrollable-hq {
    width: 1010px;
    height:384px;	
}


.youtube-playlist .items {
    /* this cannot be too large */
    width:20000em;
    position:absolute;
    clear:both;
}

.youtube-playlist .scrollable-rq  .page {
    float:left;
    width:680px;
}

.youtube-playlist .scrollable-mq  .page {
    float:left;
    width:1100px;
}

.youtube-playlist .scrollable-hq  .page {
    float:left;
    width:1100px;
}


.youtube-playlist   .carousel-item > img
{
    float:left;
    background-color:#fff;
    /*
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
	*/
}

.youtube-playlist .scrollable-rq .carousel-item > img {
    width:120px;
    height:90px;
}

.youtube-playlist .scrollable-mq .carousel-item > img {
    width:320px;
    height:180px;
}

.youtube-playlist .scrollable-hq .carousel-item > img {
    width:480px;
    height:360px;
}


/* active item */
.youtube-playlist .carousel_thumbnails .active > img  {
    border:2px solid #000;
    position:relative;
    cursor:default;
}

.youtube-playlist .carousel_wrap-rq, .youtube-playlist .carousel_wrap-mq, .youtube-playlist .carousel_wrap-hq{
    padding:20px 20px;
    text-align:center;
    background-color:#efefef;
    border:2px solid #fff;
    outline:1px solid #ddd;
    -moz-ouline-radius:4px;
}

.youtube-playlist .carousel_wrap-rq
{
    width:616px;
    height: 370px;
}

.youtube-playlist .carousel_wrap-mq {
    width:730px;
    height: 420px;
}

.youtube-playlist .carousel_wrap-hq {
    width: 1050px;
	height: 590px;
}

.youtube-playlist .boxgrid
{
	margin:10px;
	float:left;
	background:#161613;
	border: solid 2px #000000;
	overflow: hidden;
	position: relative;
}

.youtube-playlist .scrollable-rq .boxgrid
{
    width: 120px;
	height: 90px;
}

.youtube-playlist .scrollable-mq .boxgrid
{
	width: 320px;
	height: 180px;
}

.youtube-playlist .scrollable-hq .boxgrid
{
	width: 480px;
	height: 360px;
}

.youtube-playlist .boxgrid img
{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.youtube-playlist .boxcaption
{
	float: left;
	position: absolute;
	background: #000;
	height: 156px;
	width: 100%;
	opacity: .9;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.youtube-playlist .scrollable-rq .caption .boxcaption,  .youtube-playlist .scrollable-rq .caption-nodesc .boxcaption 
{
	top: 90px;	
}
 
.youtube-playlist .scrollable-rq .caption .boxcaption-hoverrq, .youtube-playlist .scrollable-rq .caption-nodesc .boxcaption-hoverrq
{
	top: 0px!important;	
}
	
.youtube-playlist .scrollable-mq .caption .boxcaption, .youtube-playlist .scrollable-mq .caption-nodesc .boxcaption 
{
	top: 140px;	
}
 
.youtube-playlist .scrollable-mq .caption .boxcaption-hovermq, .youtube-playlist .scrollable-mq .caption-nodesc .boxcaption-hovermq
{
	top: 80px!important;	
}
 
.youtube-playlist .scrollable-hq .caption .boxcaption, .youtube-playlist .scrollable-hq .caption-nodesc .boxcaption 
{
	top: 318px;	
}
 
.youtube-playlist .scrollable-hq .caption .boxcaption-hoverhq, .youtube-playlist .scrollable-hq .caption-nodesc .boxcaption-hoverhq 
{
	top: 206px!important;	
}

.youtube-playlist .scrollable-rq h4, .youtube-playlist .overlay-thumbnails-rq h4
 {
	font: 300 10px 'Helvetica Neue',Helvetica,Arial,sans-serif;
	line-height: 140%;
	color: #fff;
	text-shadow: 1px 1px 0 rgb(0,0,0);
	margin-left:6px!important;
	margin-top:6px!important;			
	margin-bottom: 16px!important;	
	margin-right:0px!important;
}

.youtube-playlist .scrollable-mq h4, .youtube-playlist .overlay-thumbnails-mq h4
 {
	font: 300 12px 'Helvetica Neue',Helvetica,Arial,sans-serif;
	line-height: 140%;
	color: #fff;
	text-shadow: 1px 1px 0 rgb(0,0,0);
	margin-left:6px!important;
	margin-top:6px!important;			
	margin-bottom: 16px!important;	
	margin-right:0px!important;
}

.youtube-playlist .scrollable-hq h4, .youtube-playlist .overlay-thumbnails-hq h4
 {
	font: 300 14px 'Helvetica Neue',Helvetica,Arial,sans-serif;
	line-height: 140%;
	color: #fff;
	text-shadow: 1px 1px 0 rgb(0,0,0);
	margin-left:6px!important;
	margin-top:6px!important;			
	margin-bottom: 16px!important;	
	margin-right:0px!important;
}


.youtube-playlist .scrollable-rq p, .youtube-playlist .overlay-thumbnails-rq p
{
	display:none;
	font: 300 8px 'Lucida Grande',Tahoma,Verdana,sans-serif;
	color: #aaa;
	text-shadow: 1px 1px 0 rgb(0,0,0);
	margin-left:5px!important;
	margin-top:10px!important;			
	margin-bottom:10px!important;	
	margin-right:0px!important;
}

.youtube-playlist .scrollable-mq p, .youtube-playlist .overlay-thumbnails-mq p
{
	font: 300 10px 'Lucida Grande',Tahoma,Verdana,sans-serif;
	color: #aaa;
	text-shadow: 1px 1px 0 rgb(0,0,0);
	margin-left:5px!important;
	margin-top:10px!important;			
	margin-bottom:10px!important;	
	margin-right:0px!important;
}

.youtube-playlist .scrollable-hq p, .youtube-playlist .overlay-thumbnails-hq p
{
	font: 300 12px 'Lucida Grande',Tahoma,Verdana,sans-serif;
	color: #aaa;
	text-shadow: 1px 1px 0 rgb(0,0,0);
	margin-left:5px!important;
	margin-top:10px!important;			
	margin-bottom:10px!important;	
	margin-right:0px!important;
}

.youtube-playlist a 
{
	text-decoration:none;		
}

.youtube-playlist div.thumbnails-rq, .youtube-playlist div.thumbnails-mq, .youtube-playlist div.thumbnails-hq
{
	clear:both;
}


.youtube-playlist a.thumbnails-rq
{
	background: url(carousel/thumbnails-grey.png) no-repeat!important;
	margin-top: -28px;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-right: 0px;
	width: 22px;
	height: 22px;
}

.youtube-playlist a.thumbnails-mq
{
	background: url(carousel/thumbnails-grey.png) no-repeat!important;	
	margin-top: 20px;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-right: 0px;
	width: 22px;
	height: 22px;
}

.youtube-playlist a.thumbnails-hq
{
	background: url(carousel/thumbnails-grey.png) no-repeat!important;
	margin-top: 110px;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-right: 0px;
	width: 22px;
	height: 22px;
}


.youtube-playlist div.popup-box {
	display: none;
	position: absolute;
	overflow: auto;
	_position: absolute;
	background: #FFFFFF;
	top: 50%;
	left: 50%;
	z-index: 10000;
	border: 2px solid #040404;
	padding: 15px;
	font-size: 15px;
	-moz-box-shadow: 0 0 5px #040404;
	-webkit-box-shadow: 0 0 5px #040404;
	box-shadow: 0 0 5px #040404;
}

.youtube-playlist .popup-box-close-button
{
	text-decoration: none;
	color: black;
	font-weight: bold;
	right: 12px;
	top: 10px;
	position: absolute;	
}

.youtube-playlist div.overlay-thumbnails-rq {
	width: 614px;
	height: 504px;
	margin-left: -307px;
	margin-top: -252px;
}

.youtube-playlist div.overlay-thumbnails-mq {
	width: 730px;
	height: 644px;
	margin-left: -365px;
	margin-top: -322px;
}

.youtube-playlist div.overlay-thumbnails-hq {
	width: 1050px;
	height: 784px;
	margin-left: -525px;
	margin-top: -392px;
}

.youtube-playlist .overlay-thumbnails-spacers-rq, .youtube-playlist .overlay-thumbnails-spacers-mq, .youtube-playlist .overlay-thumbnails-spacers-hq
{
	margin-bottom:14px;
}

.youtube-playlist a.rq { margin-top:50px;}
.youtube-playlist a.mq { margin-top:90px;}
.youtube-playlist a.hq { margin-top:180px;}