/*
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;
	z-index: 1;
}

.myYoutubePlaylist_YoutubeMovie, .myYoutubePlaylist_YoutubePlaylist {
	display:block;
}
.myYoutubePlaylist_YoutubeMovie {
	/*
	This is the size of the gap between the YouTube-clip and the playlist, change here to fit your theme
	*/
	padding-bottom:20px;
}
.myYoutubePlaylist_YoutubeMovie, .myYoutubePlaylist_YoutubeMovie embed, .myYoutubePlaylist_YoutubeMovie object {
	/*
	This is the size of the YouTube-clip, change here to fit your theme
	*/
	width:450px;
	height:290px;
}
.myYoutubePlaylist_YoutubePlaylist {
	/*
	This is the size of the playlist, change here to fit your theme
	*/
	width:470px;
}

#content .myYoutubePlaylist a img{
	border: 6px;
	margin: 0;
}
html>body .entry .myYoutubePlaylist_YoutubePlaylist ul {
	padding:0px;
	margin:0px;
}

.myYoutubePlaylist_YoutubePlaylist ul {
	list-style:none;
}

.myYoutubePlaylist_YoutubePlaylist ul li {
	display:inline;
	float:left;
	margin: 0;
	padding: 0;
}

.myYoutubePlaylist_YoutubePlaylist ul li a img{
	/*
	This is the size of the thumbnails in the playlist, change here to fit your theme
	*/
	width:96px;
	height:75px;
	overflow:hidden;
	padding: 6px;
	margin: 0;
}

#content .myYoutubePlaylist_YoutubePlaylist a img:hover {
	border: #EF7700;
}

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: 0 6px 12px 0;
	margin: 0;
}

.myYoutubePlaylist_clearer {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	overflow:hidden;
}