body {
  background: black;
  color: #ccc;
  width: 100%;
  overflow: hidden;
}

a {
color: #ccc;
}

.video {
overflow: hidden;
height: 570px;
width: 880px;
text-align: center;
margin: 0 auto;

}

.video:hover {
overflow: normal;
height: auto;
}

.right {
position: absolute;
right: -20px;
margin-right: -365px;
color: #999;
background-color: black;
background-color: rgba(0,0,0,0.8);
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 3px solid rgba(255,255,255,.8);
position: absolute;
right: 1px;
top: 1px;
width: 300px;
padding: 10px 40px 10px 20px;
margin-top: 50px;
}

.links {
margin-top: 20px;
}

#title {
font-weight: bold;
font-size: 1.3em;
margin-top: 20px;
}

a {
width: 55px;
height: 35px;
display: block;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 3px solid rgba(255,255,255,.5);
padding: 20px 10px 0 10px;
text-align: center;
background-color: black;
background-color: rgba(0,0,0,0.8);
}


.next {
float: right;
background: url(arrow_right.png) no-repeat 30px 15px;
}

.prev {
float: left;
background: url(arrow_left.png) no-repeat 30px 15px;
}


.nextprev {
position: absolute;
bottom:-15px;
left: 42%;
width: 180px;
margin: 0 auto;
text-align: center;
}

a:hover {
background-color: rgba(0,0,0,0,1.0);
border: 3px solid rgba(255,255,255,1);
color: white;
}