div.dir {
font-weight: bold;
padding: 0px 0px 0px 0px;
margin: 0px;
}
div.dir img {
	padding: 0px 5px 0px 0px;
}
div.sc_menu {
/* Set it so we could calculate the offsetLeft */
position: relative;
height: 115px;
_width: 300px;
width: 330px;
/* Add scroll-bars */
/*overflow: scroll;*/
}
ul.sc_menu {
display: block;
height: 80px;
/* Max width here, for users without Javascript */
min-width: 1200px;
padding: 15px 0 0 15px;
/* Remove default margin */
margin: 0;
background: url('navigation.png');
list-style: none;
}
.sc_menu li {
display: block;
float: left;
padding: 0 4px;
margin: 0px 1px;
width: 90px;
height: 70px;
background-color: black;
border: 1px solid black;
}
.sc_menu a {
display: block;
text-decoration: none;
}
.sc_menu span {
/* We want a caption to display on the next line */
display: block;
margin-top: 3px;
text-align: center;
font-size: 12px;
color: #fff;
}
.sc_menu li a {
width: 90px;
	height: 70px;

}
.sc_menu li a.vidbox img {
margin: 25px 0px 0px 25px ;
}
.sc_menu li a.vidbox:hover img{
color: #eee; 
opacity:0.5;
filter:alpha(opacity=50);
}
.sc_menu li a.vidbox:hover img.youtube{
/*background: url('http://img.youtube.com/vi/tP4RQ9Jdp8s/default.jpg');*/
z-index:3;
}
div.dir a.vidbox {
text-decoration: none;
}


