Стиль только забыл прописать.
В CSS:
Код
.players li{
float:left;
padding:10px;
font:12px arial;
color:white;
list-style:none;
}
.players li:hover{
background:#404040;
cursor:pointer;
}
.players{
background:#3a3a3a;
float:left;
width:99.4%;
}
.fullplayer{
background:#434343;
padding:5px;
margin-top:5px;
float:left;
font:12px arial;
color:white;
}
.wrap{
width:734px;
}
.player{
display:none;
}
ul{
margin:0; }
.viewn_cont .viewn_line{
display:none;
}
.infTable img{
border: 4px solid !important;
}
.infTable a{
color:#B1B1B1;
}
.infTable img{
margin-right:5px;
}
.ulightbox img{
border: 4px solid #838383;
margin: 2px; }
И сам корпус под плееры:
Код
<br>
<div class="players">
<li>Первый плеер<div class="player"><iframe src="http://vk.com/video_ext.php?oid=21896286&id=167353422&hash=9fee570a0c059ba6&hd=1" width="690" height="430" frameborder="0"></iframe></div></li>
<li>Второй плеер<div class="player"><iframe src="http://vk.com/video_ext.php?oid=21896286&id=167352696&hash=8f0765b84e95c9c8&hd=1" width="690" height="430" frameborder="0"></iframe></div></li>
<li>Трейлер<div class="player"><iframe src="http://vk.com/video_ext.php?oid=21896286&id=167352696&hash=8f0765b84e95c9c8&hd=1" width="690" height="430" frameborder="0"></iframe></div></li>
</div>
<div class="fullplayer"><iframe src="http://vk.com/video_ext.php?oid=21896286&id=167352696&hash=8f0765b84e95c9c8&hd=1" width="690" height="430" frameborder="0"></iframe></div>
Третий плеер
<li>Третий плеер<div class="player"><iframe src="http://vk.com/video_ext.php?oid=21896286&id=167352696&hash=8f0765b84e95c9c8&hd=1" width="690" height="430" frameborder="0"></iframe></div></li>