#wigglesTv .banner {
	position: relative;
	top: 40px;
	left: 100px;
}

#wigglesTv .tvPanel {
 	background:url(../images/tv/tvVidoePanel.png);
	position: relative;
	height: 581px;
	width: 979px;
	z-index:1;
	margin-top: 40px;
}

#wigglesTv A.pleaseSubscribe 
{
    /* Hack Neg Margins */
    margin-bottom: -40px;
    margin-top: 40px;
    display: block;
}

#wigglesTv #playerContainer {
	position:absolute;
	left: 56px;
	top: 48px;
	z-index: 6;
	height: 347px;
	width: 564px;
}

#wigglesTv .topBorder {  
    position:absolute;
	left: 59px;
	top: 50px;
	z-index:7;
	height:10px;
    width:563px;
}

#wigglesTv .bottomBorder {
    position:absolute;
	left: 59px;
	top: 350px;
	z-index:7;
	height:10px;
    width:563px;
}

#wigglesTv .playlists {
	position: absolute;
	top: 418px;
	left: 44px;
	width: 918px;
}

#wigglesTv .playlists UL {
 	margin: 0px;
    padding: 0px;
    list-style: none;
}

#wigglesTv .playlists UL LI {
 	float: left;
    margin: 0px;
    padding: 0px;
}

#wigglesTv .loadedPlaylist {
    position:absolute;
	left: 645px;
	top: 62px;
	overflow: hidden;
	height: 310px;
	width: 250px;
	text-align: left;
}

#wigglesTv .loadedPlaylist .title {
    font-size: 20px;
    color: #FFF;
	font-weight: bold;
	text-align: left;
	line-height: 29px;
	margin-top: 5px;
	margin-bottom: 10px;
	clear:both;
}

#wigglesTv .loadedPlaylist A.prev {
	display: block;
	height: 30px;
	background: url(../Images/TV/btnMoveUp.png) center no-repeat;
	cursor: pointer;
	text-decoration: none;
	margin-top: 18px;
	margin-bottom: 5px;
}

#wigglesTv .loadedPlaylist A.prev.disabled {
	background: url(../Images/TV/btnMoveUp-Disable.png) center no-repeat;
}

#wigglesTv .loadedPlaylist A.next {
	display: block;
	height: 30px;
	background: url(../Images/TV/btnMoveDown.png) center no-repeat;
	cursor: pointer;
	text-decoration: none;
	margin-top: 3px;
}

#wigglesTv .loadedPlaylist A.next.disabled {
	background: url(../Images/TV/btnMoveDown-Disable.png) center no-repeat;
}

#wigglesTv .loadedPlaylist A.prev SPAN, #wigglesTv .loadedPlaylist A.next SPAN {
    visibility: hidden;
}

#wigglesTv .loadedPlaylist .frame {
    height: 192px;
    overflow: hidden;
    position: relative;
}

#wigglesTv .loadedPlaylist .items {
    position:absolute;
}

#wigglesTv .loadedPlaylist .items A {
    height: 59px;
    background: #72439A;
    -webkit-transition:background 0.3s ease-in;
    -moz-transition:background 0.3s ease-in;
    -o-transition:background 0.3s ease-in;
    transition:background 0.3s ease-in;
    overflow: hidden;
    display: block;
    color: #FFF;
    margin-bottom: 5px;
    text-decoration: none;
    width: 250px;
}

#wigglesTv .loadedPlaylist .items A:HOVER {
    background: #864FAE;
}

#wigglesTv .loadedPlaylist .items A.active {
    background: #864FAE;
}

#wigglesTv .loadedPlaylist .items A .thumbnail {
    float: left;
    border: 2px solid #F4D128;
    margin-left: 4px;
    margin-top: 4px;
}

#wigglesTv .loadedPlaylist .items A .thumbnail IMG {
    border: 1px solid #FFF;
    display: block;
    overflow: hidden;
}

#wigglesTv .loadedPlaylist .items A .name {
    margin-left: 96px;
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    margin-top: 4px;
    height: 14px;
    margin-bottom: 3px;
    overflow: hidden;
    display: block;
    width: 150px;
}

#wigglesTv .loadedPlaylist .live {
    margin-top: 16px;
}

#wigglesTv .loadedPlaylist .live .label {
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 3px;
    text-align: left;
}

#wigglesTv .loadedPlaylist .items A .description {
    margin-left: 95px;
    display: block;
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
     width: 150px;
}