body#schlTweens {
    background: #fff url(../images/videos-bg.jpg) repeat-x !important;
}
#videoWrapper {
    width: 932px;
    margin-left: auto;
    margin-right: auto;
}
#schlVideoCategory h1{
    text-transform: uppercase;
	font-size: 26px !important;
	margin-bottom: 5px !important;
}

#schlVideoCategoryIn {
    
}
#schlVideosWrap{
	padding-left: 5px;
}
#schlVideoCategory ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}
#schlVideoCategory li {
    background-image: url(../images/video-li-bg.png);
    background-repeat: no-repeat;
    width: 107px;
    margin-left: 4px;
    height: 69px;
    display: inline-block;
    vertical-align: top;
    padding-top: 26px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
#schlVideoCategory li.on {
    background-image: url(../images/video-li-bg-over.png);
    height: 79px;
}
#schlVideoCategory li.on a{
    color: #fff;
    font-weight: bold;
}
#schlVideoCategory li.two {
    padding-top: 20px;
}
#schlVideoCategory li > div{
    text-align: left;
    display: inline-block;
}
#schlVideoCategory li a {
    color: #666666;
}
#schlVideoCategory li a:hover {
    text-decoration: none;
}
#schlVideoCategory li a.on, #schlVideoCategory li a.on:hover {
    
}

#schlVideos {
    width: 798px;
    border: none;
    height: 603px;
    overflow: hidden;
    background: transparent;
}
#videoWrapper:after {
    content:".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#videoWrapper {
    display:inline-block;
}
/*this trips hasLayout for ie7*/
 #videoWrapper {
    display:block;
}
/*this returns it back to normal*/
