/*Start Tutorial CSS - Ignore*/


img {
	border:none;
}

#wrapper {
	position:absolute ;
	width:600px;	
	height:400px;
	
	top:160px;
	margin-left:20px;
	text-align:center;
}


#videoswrap {
	position:relative;
}


#links, #videos {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	top: 0px;
	left: 0px;
}

#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*/

