#yt-container{
	min-height:550px;
	max-width:630px;
	margin:auto;
}

#yt-branding{
    clear: left;
    margin-top: 1em;
    margin-bottom: 1em;
}

#yt-branding a img{
    border: none;
	margin-left:2px;
}

#yt-youtubefeeds{
    clear: left;
    float: left;
    margin:5px;
}

#yt-pageNavPosition{
    float: left;
	margin:5px;
}

#yt-searchresults{
    clear: left;
}

#yt-player{
    margin-top: 1em;
    margin-bottom: 1em;
}

.slot{
    width:155px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    padding-top:2px;
    vertical-align:middle;
    float: left;
    padding-left: 2px;
}

.thumb{
    cursor:hand;
    cursor:pointer;
    width:150px;
    height:100px;
    padding:1px;
    border:1px solid #666666;
    text-align:middle;
}


.browseitemtitle{
    margin-left:2px;
    font-size:10pt;
    text-align:left;
    white-space:nowrap;
}


.browseitemduration{
    margin-left:2px;
    font-size:8pt;
    text-align:left;
}

#yt-selectioncontainer{
}

#yt-backNav, #yt-playercontainer{
    display: none;
}
#yt-backNav{
	padding:5px;
}
#yt-videoBar{
    background:#F6F6F6 none repeat scroll 0%;
    border:1px solid #CCCCCC;
    padding: 2px;
    min-height: 40px;
    position: relative;
}

#yt-videoPrevious{
    display: inline;
    position: absolute;
    left: 5px;
    top: 5px;
}

#yt-videoDetails{
    display: inline;
    position: absolute;
    left: 30px;
    top: 5px;
}

#yt-videoNext{
    display: inline;
    position: absolute;
    right: 5px;
    top: 5px;
}

