/* Table of Contents:
  PAGE STRUCTURE
  TYPOGRAPHY
  CONTENT

  colors:
  	Sky blue (Vids duration text):#219ce3;
  Mid grey (Vids title):#757575;
  Light Orange (Vids date posted):#ffae00;
  Light Grey (Vids views):#959595;
  DARK GREY:(Vids min):#434343;
*/
/* -----------------------------------*/
/* ---------->>> PAGE STRUCTURE <<<-----------*/
/* -----------------------------------*/
#colA {
	overflow: hidden;
	background: #999;
	width: 165px;
	margin-right:5px;
	_margin-right:3px;
}
#colB {
	overflow: hidden;
	padding: 0 5px;
	width: 763px
}


/* -----------------------------------*/
/* ---------->>> CONTENT <<<-----------*/
/* -----------------------------------*/
#last_viewed { padding-top:10px; }

#last_viewed ul, #last_added ul {
    overflow:hidden;
    list-style: none;
	list-style-image: none;
  }

#last_viewed ul{
  margin:0px;
  padding:0 0 0 7px;
  }

#last_added ul {
  margin:0 auto;
}
#last_viewed ul li, #last_added ul li, #categories #group ul li {
 display:block;
	float: left;
	margin: 0 7px;
}

#last_added ul li {
	margin: 0 9px 10px;
}
#videos_scroller{
padding:5px;
}
#videos_list ul { margin-left: 0px; }
#videos_list li, #videos_scroller li{ width:160px; }

#videos_list .dactivated { height: 25px; float: left; width: 49.9%; }

#last_viewed ul li h3, #last_added ul li h3 {
	height: 1.5em;
	overflow: hidden;
}

#btn_scroller_left ,#btn_scroller_right {
	width:17px;
	overflow: hidden;
 }
#btn_scroller_left a,#btn_scroller_right a{
	text-indent:-5000px;
	display:block;
	height:121px;
	width:17px;
}

#btn_scroller_left a  {
    background:url("../images/arrow_left.png") no-repeat left center;
    cursor:pointer;
_margiin-right:10px;
}
#btn_scroller_right a {
    background:url("../images/arrow_right.png") no-repeat left center;
    cursor:pointer;
    height:121px;

}

#pagination{background: #eee;border-top:1px solid #bbb; height:2em; line-height:2em;}
#pagination div  { padding-right: 10px; }
#pagination div *{ color: black;}
#pagination div span { margin: 0 8px; }
#pagination div a:hover { text-decoration: underline; }

#imgpreview {
    position:absolute;
    border:1px solid #ccc;
    background:#EDEDED;
    display:none;
}
