/*
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_YoutubeMovie, .myYoutubePlaylist_YoutubeMovie embed, .myYoutubePlaylist_YoutubeMovie object {
	/* This is the size of the YouTube-clip, change here to fit your theme */
	width:418px;
	height:260px;
	margin:24px 24px 24px 12px;

}

.myYoutubePlaylist_YoutubePlaylist {
	/*
	This is the size of the playlist, change here to fit your theme
	*/
	margin-top:10px;
	margin-left:24px;
	width:432px;
}
.myYoutubePlaylist_YoutubePlaylist {
	/*
	This is the size of the playlist, change here to fit your theme
	*/
	width:500px;
	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;
}
.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:80px;
	height:56px;
	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:12px 6px 0px 0px;
	margin:0px;
}
.myYoutubePlaylist_clearer {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	overflow:hidden;
}