/* videos CSS */

.titleVideos {
	background-image: url(../images/videos.png);
	background-repeat: no-repeat;
	width: 125px;
	height: 50px;
}

#videoList {
}

#videoList li {
	display: inline;
	margin-bottom: 50px;
}
#videoList img {
	padding-bottom: 35px;
	height: 100px;
	width: 150px;
}
#videoList a {
	position: relative;
	bottom: 15px;
	right: 50px;
	border: thin solid #FFFFFF;
	text-decoration: none;
	color: #ffffff;
	margin-left: -70px;
	padding: 4px 15px;
}
#videoList a:hover {
	position: relative;
	bottom: 15px;
	right: 50px;
	border: thin solid #FFFFFF;
	margin-left: -70px;
	padding: 4px 15px;
	text-decoration: none;
	color: #ffffff
}
#video {
	text-align: center;
}
