#videos {
  background-image: url("../images/videos/bg.jpg");
}

/* Buttons */

#videos > .home {
  left: 1117px;
  top: 26px;
}

/* page border */
#videos > div.page_border {
	position: absolute;
	background-color: black;
}

#videos > div.border_right {
	left: 1270px;
	top:0px;
	width: 10px;
	height:720px;
}

#videos > div.border_left {
	left: 0px;
	top:0px;
	width: 10px;
	height:720px;
}

#videos > div.border_top {
	left: 0px;
	top:0px;
	width: 1280px;
	height:10px;
}

#videos > div.border_bottom {
	left: 0px;
	top:710px;
	width: 1280px;
	height:10px;
}


/* video buttons */

#videos > .videos {
  position: absolute;
  top: 0px;
  left: 0px;
}

#videos > .videos > .video-button {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
}


#videos > .videos > #vid1 {
	left: 211px;
	top: 206px;
}

#videos > .videos > #vid2 {
	left: 211px;
	top: 340px;
}

#videos > .videos > #vid3 {
	left: 211px;
	top: 476px;
}

#videos #thumbnailContainer {
  position: absolute;
  left: 648px;
  top: 158px;
  width: 456px;
  height: 455px;
}


/* flying bird */
#videos div.frame {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.0;
}

#videos > #bird {
	position: absolute;
	left: 300px;
	top: 140px;
	-webkit-animation-name: videos_bird_fly;
	-webkit-animation-duration: 30s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}

@-webkit-keyframes videos_bird_fly
{
    0%     { left: 1380px; top: 20px; }
    30%   { left: 0px; top: 740px;}
    100%   { left: 0px; top: 740px;}
}

#videos > #bird > .frame {
	width: 100px;
	height: 78px;
}

#videos > #filagry1 {
	position: absolute;
	left: 30px;
	top: 140px;
	-webkit-animation-name: videos_f1_fly;
	-webkit-animation-duration: 30s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	
}

@-webkit-keyframes videos_f1_fly
{
    0%     { left: 1430px; top: -250px; }
    30%   { left: 20px; top: 480px;}
    45%   { left: -685px; top: 845px;}
    100%  { left: -685px; top: 845px;}
}

#videos > #filagry1 > .frame {
	width: 503px;
	height: 312px;
}