/*Start Tutorial CSS - Ignore*/


#videoswrap {
	position:relative;
	height:150px;
}


#links, #videos {  
     list-style: none;  
     position: relative;  
     margin: 0;  
     padding: 0;
}

#links li {
	float:left;
	margin-left:70px;
}

#videos li {
	float:left;
	margin-left:30px;
}

#fancy_div {
	background:url(../images/video_bg.png) no-repeat;
}

/*End Tutorial CSS - Ignore*/