/* 
    Document   : ubg_ytube
    Created on : 23.02.2012, 10:48:45
    Author     : ag7
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.ytwrapper{
  font-size:11px;
  border-bottom:solid 1px #DDDDDD;
}

.ytwrapper{
  margin:0;
}

#ytThumbs ul{
  list-style:none;
  margin:10px 0 0 0;
}

.yttitle{
  font-weight:bold;
  margin-bottom:5px;
  font-size:12px;
}

.ytlist img{
  height:90px;
  padding:0;
  margin: 0px 5px 5px 0px; 
  float: left;
  top: -30px;
}

#ytPage{
  text-align:center;
}

#ytPage li{ 
  display: inline; 
}

a.ytPrev,
a.ytNext {
  border-radius: 5px 5px 5px 5px;
  border:solid 1px #DDDDDD;
  padding:3px 6px;
  margin:2px;
}
a.ytPrev:hover,
a.ytNext:hover{
  border-radius: 5px 5px 5px 5px;
  border:solid 1px #666666;
}

