html { background-color:#f9f9f9; color:#3c3c3c font-family:Helvetica, Arial, "Lucida Grande", sans-serif; }
.sentimentcss {
	font-family: verdana;
	font-size: 10px;
	color: #f9f9f9;
}
a { color:#6d6d6d; font-family:Helvetica, Arial; font-size:14px; outline:none; }
h2 a, h1 a { text-decoration:none; }
h1 { }
	h1 a { font-family:Georgia; font-style:italic;  font-size:36px; }
h2 { font-weight:bold; padding:5px 0; }
	h2 a { font-size:20px; }
.wrapper {
	width:480px;
	margin-top: 60px;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
}
#videos { background-color:#ffffff; border:1px solid #e5e5e5; margin-top:40px; -moz-border-radius:10px; -webkit-border-radius:10px; -moz-box-shadow:0 4px 18px #c8c8c8; -webkit-box-shadow:0 4px 18px #c8c8c8; }
	#videos li { border-bottom:1px solid #f1f1f1; height:72px; overflow:hidden; padding:20px; }
		#videos #example { height:auto; padding:0; -webkit-border-bottom-left-radius:10px; }
			#videos #example a { background-color:#cfcfcf; display:block; font-size:18px; padding:20px 20px 20px; text-align:center; text-decoration:none; -webkit-border-bottom-right-radius:10px; -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px;  }
			#videos #example a:hover { background-color:#6d6d6d; color:#ffffff; }
	#videos li:last-child { border-bottom:none; }
		#videos li:hover a { color:#3c3c3c; }
		#videos li:hover span { opacity:1; }
	#videos li>span { background-repeat:no-repeat; font-size:72px; font-family:Helvetica; font-weight:bold; float:left; display:block; opacity:0.75; text-align:right; text-indent:999em; width:72px; vertical-align:middle; }
	#videos li .details { float:right; width:340px; }
	#videos li .details>a { border-bottom:1px transparent dotted; text-decoration:none; margin-right:15px; }
		#videos li .details>a:hover { border-bottom-color:#3c3c3c; }
	
	#video-1 span { background-image:url(../img/1.png); }
	#video-2 span { background-image:url(../img/2.png); }
	#video-3 span { background-image:url(../img/3.png); }
	#video-4 span { background-image:url(../img/4.png); }
	#video-5 span { background-image:url(../img/5.png); }

#footer { color:#b8b8b8; font-family:Helvetica, Arial; margin:20px 0 20px; font-size:10px; }
	#footer a { border-bottom:1px #b8b8b8 dotted; color:#b8b8b8; font-size:10px; text-decoration:none; }
	#footer a:hover { border-color:transparent; color:#3c3c3c; }
	
#watch { display:none; }
