/*** General ***/
	/*** Common Properties ***/
table#player{background:#000; table-layout:fixed;}
#ytHolder{width:480px; height:385px;}

ul li {
			list-style-type:none;
		}



	/*** tooltips ***/
		.genericTooltip {
			display:none;
			font-size:11px;
			color:#fff;
			padding:1px 6px;
			background:#000;
			border:3px solid #333c44;
			border-radius:8px;
			-moz-border-radius:8px;
			-webkit-border-radius:8px;
			max-width:260px;
			_width:260px; /* hack for IE6 (which doesn't support max-width) */
		}


/*** share this panel ***/
	.shareThisPanel {
	position:fixed;
	left:-112px;
	top:82px;
	width:130px;
	box-shadow:0 0 25px #000;
	-moz-box-shadow:0 0 25px #000;
	-webkit-box-shadow:0 0 25px #000;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	z-index:99;
	opacity:.01;
	filter:alpha(opacity=1);
	background-color: #000000;
	background-image: url(../images/tree-menu-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	}
	.shareThisPanel .shareThisHeading, .shareThisPanel .shareThisFooter {
		font-size:10px;
		font-weight:bold;
		color:#fff;
		text-transform:uppercase;
		padding:3px 3px;
		height:14px;
	}
	.shareThisLink, .shareThisLink:link, .shareThisLink:visited, .shareThisLink:hover, .shareThisLink:active {
	display:block;
	padding:2px 22px 2px 3px;
	color:#999999;
	font-size:11px;
	white-space:nowrap;
	background:transparent url(../images/blank.gif) no-repeat 113px center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-bottom-color: #999999;
	}
	.shareThisLink:hover, .shareThisLink:active {
	color:#fff;
	background-color:#CC0000;
	}
	.shareThisPanel .email {
		background-image:url(../images/icons/email.png);
	}
	.shareThisPanel .facebook {
		background-image:url(../images/icons/facebook.png);
	}
	.shareThisPanel .twitter {
		background-image:url(../images/icons/twitter.png);
	}
	.shareThisPanel .stumbleUpon {
		background-image:url(../images/icons/stumbleupon.png);
	}
	.shareThisPanel .delicious {
		background-image:url(../images/icons/del.icio.us.png);
	}
	.shareThisPanel .digg {
		background-image:url(../images/icons/digg.png);
	}
	.shareThisPanel .reddit {
		background-image:url(../images/icons/reddit.png);
	}
	.shareThisPanel .friendFeed {
		background-image:url(../images/icons/friendfeed.png);
	}
	.shareThisPanel .mySpace {
		background-image:url(../images/icons/myspace.png);
	}
	.shareThisPanel .google {
		background-image:url(../images/icons/google.png);
	}
	.shareThisPanel .linkedIn {
		background-image:url(../images/icons/linkedin.png);
	}
	.shareThisPanel .mixx {
		background-image:url(../images/icons/mixx.png);
	}
	.shareThisPanel .technorati {
		background-image:url(../images/icons/technorati.png);
	}
	.shareThisPanel .posterous {
		background-image:url(../images/icons/posterous.png);
	}
	.shareThisPanel .plurk {
		background-image:url(../images/icons/plurk.png);
	}
	.shareThisPanel .pingFm {
		background-image:url(../images/icons/pingfm.png);
	}
	.shareThisPanel .diigo {
		background-image:url(../images/icons/diigo.gif);
	}
	.shareThisPanel .faves {
		background-image:url(../images/icons/faves.png);
	}
	.shareThisPanel .misterWong {
		background-image:url(../images/icons/mister-wong.gif);
	}
	.shareThisPanel .dzone {
		background-image:url(../images/icons/dzone.gif);
	}
	.shareThisPanel .connotea {
		background-image:url(../images/icons/connotea.gif);
	}


/*** styles for thumbnails ***/
			a.thumbnail, a.thumbnail:link, a.thumbnail:visited, a.thumbnail:hover, a.thumbnail:active  {
				border:none;
			}
			a.thumbnail img, a.thumbnail:link img, a.thumbnail:visited img {
				background:#fff;
				border:1px solid #aaa;
				opacity:.90;
				width:auto;
				height:auto;
				padding:0;
				margin:2px;
			}
			a.thumbnail:hover img, a.thumbnail:active img {
				border:1px solid #ccc;
				opacity:1;
			}

		/*** scrolly styles ***/
		#myDiv{color:fff;}
		
		
		#page_vertScrolly-view{
		height:385px; width:354px;border:1px solid #555;}
		.scrollyView {overflow:hidden;border:1px solid #555;background:#000;}
			
			.scrollyView img{border:2px solid #fff; float:left; width:120px; height:90px; margin:3px 6px 2px 2px; cursor:pointer;}
			
			.scrollyView #thumbHolder{width:354px; height:90px; padding:3px 6px 3px 3px;} 
			
			.scrollyView #YTBG{background:url(../images/weather_alert_bg.jpg) #c41d24 no-repeat; cursor:pointer;}
			
			.scrollyView #YTBG:link{background:url(../images/weather_alert_bg.jpg) #c41d24 no-repeat; cursor:pointer;}
			
			.scrollyView #YTBG:visited{background:url(../images/weather_alert_bg.jpg) #c41d24 no-repeat; cursor:pointer;}
			
			.scrollyView #YTBG:hover{background:url(../images/statsbg.jpg) #000 no-repeat right top; color:#666666;}
			
			
			
			.scrollyView #copyYT{width:300px;color:#fff; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;  height:50px; padding:30px 50px 0 0}
			
			.scrollyButton, .scrollyButton:link, .scrollyButton:visited, .scrollyButton:hover, .scrollyButton:active {
				margin:0;
				padding:0;
				position:relative;
			}
			.scrollyButton .arrow {
				position:absolute;
				left:0;
				top:0;
				width:100%;
				height:100%;
				background-repeat:no-repeat;
				background-position:center center;
				opacity:.7;
				filter:alpha(opacity=70);
			}
			.buttonOver .arrow {
				opacity:.85;
				filter:alpha(opacity=85);
			}
			.buttonActive .arrow {
				opacity:1;
				filter:alpha(opacity=100);
			}
			.buttonGrayed .arrow {
				opacity:.3;
				filter:alpha(opacity=30);
			}
		
			/*** vertical scrolly ***/
				.scrollyVert .scrollyView {
					width:115px;
					height:324px;
					border-top:none;
					border-bottom:none;
					white-space:nowrap;
				}
				.scrollyVert .scrollyView a {
					display:block;
				}
				.scrollyVert .scrollyView a img {
					margin-left:4px;
					margin-right:4px;
				}
				.scrollyVert .scrollyButton {
					width:115px;
					height:18px;
				}
				.scrollyVert .scrollyButton .arrowUp {
					background-image:url(/youtube/examples/images/arrow-lightgray-up.gif);
				}
				.scrollyVert .scrollyButton .arrowDown {
					background-image:url(/youtube/examples/images/arrow-lightgray-down.gif);
				}
				
				
ol{margin:0; padding:0;}

