﻿#PageTeam h1 
{
    
}


#Videos 
{ 
    position: relative; 
    overflow: hidden; 
    width:550px; 
    height: 105px; 
    border: 1px solid #333;
    float: left;
}

#Videos .items 
{ 
    position: absolute; width: 2000px; background-color: #000;
}


#Videos .items div 
{
    float:left; 
    width: 100px; 
    height: 95px; 
    background-color: #000; 
    margin: 4px; 
    border: 1px solid #fff;
}

#Videos .items div a
{ 
}

#Videos .items div h2
{
    height: 20px;
    font-size: 90%;
    line-height: 20px;
    background-color: #444;
    color: #bbb;
    text-align: center;
}

a.Left, a.Right  
{
    display: block;
    width: 18px;
    height: 18px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    float: left;
    margin-top: 45px;
    margin-right: 4px;
    margin-bottom: 40px;
    margin-left: 4px;
    cursor: pointer;
}
        
a.Right { background-image: url(/images/lib/right.png); }
a.Left { background-image: url(/images/lib/left.png); }


div.VideoOverlay {
	padding:40px;	
	width:576px;  
	/*background-image: url(/images/lib/gray.png);*/
	display:none;
}

div.VideoOverlay div.close {
	background:url(/images/lib/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}
	
a.player { display: block; height: 450px; }

div#LatestVideo
{
    width: 250px;
    height: 200px;
    float: left;
}

div#LatestVideo h1  
{
    font-size: 90%;
    border-bottom: 1px solid #666;
}

div#NewsItems 
{ 
    width: 340px; 
    float: left; 
    height: 200px;
    overflow-y: scroll;
    font-size: 90%;
}

div#NewsItems div.NewsItem
{
    border: 1px solid #777;
    margin: 3px 0;
    padding: 3px;
    background-color: #eee;
}

div#NewsItems h1 
{
    font-size: 95%;
}


div#SponsorList
{
}

div#SponsorList div { float: left; }

