.trailerBoxes {
margin:5px 0;	
}


.spacer{
width:60px;
height:86px;
float:left;
}

.prevInactive{
background:url(/css/images/skills-prev.gif) no-repeat 0 -259px;
}

.nextInactive{
background:url(/css/images/skills-next.gif) no-repeat 0 -259px;
}

.hoverMe {
cursor: pointer;
}



.slider1{
border: 10px solid #000;
background:#000;
}

.slider1 ul{
padding:0;
margin:0;
}

.slider1, .slider1 li{ 
width:500px;/*define width and height of container element and list item (slide) list items must be the same size as the slider area*/
height:84px;
float:left;
margin:0;
padding:0 0 0 3px;
overflow:hidden; 
}

.slider1 li img{
margin:0 0 0 10px;
}

#prev, #next{
display:block;
width:60px;
height:86px;
margin:auto;
cursor:pointer;
}

#prev{
background: url(/css/images/skills-prev.gif) no-repeat;
}

#next{
background:url(/css/images/skills-next.gif) no-repeat

}

#prev:hover, #next:hover{
background-position:0 -86px;
}

#prev:active, #next:active{
background-position:0 -173px;
}

.skillsVideo{
width:784px;
margin:15px 100px 0 0;
background:url(/css/images/skills-video-repeat.png) repeat-y;
}

.skillsVideo #container{
width:640px;
padding:5px;
height:498px;
margin:0;
background:#000;
}

.skillsVideo h2{
margin:0 0 20px 0;
color:#fff;
padding:5px 20px;
height:40px;
display:inline;
border-bottom:10px #000 solid;
background:#000;
}

.skillsVideo a{
text-decoration:none;
}

.skillsVideo h3{
margin:0 0 20px 0;
font-size:1.5em;
}

.skillsVideo .bgBottom{
background:url(/css/images/skills-video-bottom.png) no-repeat bottom;
}

.skillsVideo .content{
padding:40px 0 65px 50px;
min-height:100px;
background:url(/css/images/skills-video-top.png) no-repeat top;
}

#filmContent .container{
padding:20px;
color:#ccc;
}


#filmContent .container a{
color:#fff;
border-bottom:1px #fff solid;
}
.imageLinks li{
float:left;
list-style:none;
margin:4px;
}
.support {
	height:180px;
	color:#666666;
	background-color:#FFFFFF;
	width:610px;
	clear:both;
	margin-top:20px;
	padding:20px;
}