.row {
clear:both;
height:280px;
overflow:hidden;
padding:0 0 10px;
position:relative;
width: 994px;
}
.row div {
display:inline;
float:left;
margin:13px;
}
.row div.last {
margin-right:0;
}
.row div.vid {
overflow:hidden;
width:170px;
font-size: 11px;
}
.row div.vid div {
height:115px;
margin:0 0 5px;
overflow:hidden;
width:170px;
text-align:center;
}
.row div.doc {
overflow:hidden;
width:170px;
font-size: 11px;
}
.row div.doc div {
height:115px;
margin:0 0 5px;
overflow:hidden;
width:170px;
text-align:center;
}
.row a {
background-color:#FFFFFF;
color:#000000;
text-decoration:none;
font-size: 11px;
}
.row a:hover {
text-decoration:underline;
}
ul.pagination {
font-size:11px;
position:relative;
right:10px;
top:14px;
float:right;
}
ul.pagination li {
display:inline;
padding-left:3px;
}
ul.pagination li input {
border:1px solid #7A7A7A;
font-size:11px;
height:12px;
text-align:center;
width:32px;
}
ul.pagination li a {
font-weight:bold;
}
div.video_thumbnail_rows {
display:block;
float:none;
margin:0;
}
div.video_thumbnail_rows > div.vid > div > a > img {
background:url("../images/vid_thumb_lowsrc.gif") no-repeat scroll 0 0 #FFFFFF;
max-height:115px;
max-width:170px;
margin: 0 auto auto;
}
div.video_thumbnail_rows > div.doc > div > a > img {
background:url("../images/vid_thumb_lowsrc.gif") no-repeat scroll 0 0 #FFFFFF;
max-height:115px;
max-width:170px;
margin: 0 auto auto;
}

