/*
myYoutubePlaylist
WordPress Plugin by Jonk, http://jonk.pirateboy.net
Download from http://wordpress.org/extend/plugins/my-youtube-playlist
*/

.myYoutubePlaylist * {
	border:0px;
	padding:0px;
	margin:0px;

}
.myYoutubePlaylist_YoutubeMovie, .myYoutubePlaylist_YoutubePlaylist {
	display:block;
	
	
}

.myYoutubePlaylist_YoutubePlaylist ul li{
margin:0;
padding:0;
	}
	
.myYoutubePlaylist_Img{
width:120px;
height:90px;
}	
.myYoutubePlaylist_YoutubeMovie {
	/*
	This is the size of the gap between the YouTube-clip and the playlist, change here to fit your theme
	*/
	padding-bottom:10px;
}
.myYoutubePlaylist_YoutubeMovie, .myYoutubePlaylist_YoutubeMovie embed, .myYoutubePlaylist_YoutubeMovie object {
	/*
	This is the size of the YouTube-clip, change here to fit your theme
	*/
	width:590px;
	height:307px;
}
.myYoutubePlaylist_YoutubePlaylist {
	/*
	This is the size of the playlist, change here to fit your theme
	*/
	width:590px;
	padding-bottom:10px;
}
html>body .entry .myYoutubePlaylist_YoutubePlaylist ul {
	padding:0px;
	margin:0px;
}
.myYoutubePlaylist_YoutubePlaylist ul {
	list-style:none;
}
.myYoutubePlaylist_YoutubePlaylist ul li {
	display:inline;
	float:left;
}
#post-6370 .myYoutubePlaylist_YoutubePlaylist ul li, #post-6370 .myYoutubePlaylist_YoutubePlaylist ul li a,#post-6370 .myYoutubePlaylist_YoutubePlaylist ul li img {
	/*
	This is the size of the thumbnails in the playlist, change here to fit your theme
	*/
	width:150px;
	height:114px;
	overflow:hidden;
}
#post-6370 .myYoutubePlaylist_YoutubePlaylist ul li img {border:5px solid #f0f0f0;}
.myYoutubePlaylist_YoutubePlaylist ul li, .myYoutubePlaylist_YoutubePlaylist ul li a, .myYoutubePlaylist_YoutubePlaylist ul li img {
	/*
	This is the size of the thumbnails in the playlist, change here to fit your theme
	*/
	width:105px;
	height:80px;
	overflow:hidden;
}
html>body .entry .myYoutubePlaylist_YoutubePlaylist ul li, .myYoutubePlaylist_YoutubePlaylist ul li {
	/*
	This is the size of the padding for the thumbnails in the playlist, change here to fit your theme
	*/
	padding:0px 10px 50px 0px;
	margin:0px;
}
html>body #post-6370 .entry .myYoutubePlaylist_YoutubePlaylist ul li, .myYoutubePlaylist_YoutubePlaylist ul li {
	/*
	This is the size of the padding for the thumbnails in the playlist, change here to fit your theme
	*/
	padding:0px 80px 50px 0px;
	margin:0px;
}
.arrow-link {
    font-size: 18px;
    font-weight: bold;
    padding: 80px 0 0;
    vertical-align: middle;
    width: 50px;
}
.myYoutubePlaylist_clearer {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	overflow:hidden;
}
