/* style for video gallery */
#video_box {
   width: 120px;
	 height: 90px;
   background-color: grey;
   box-shadow: 3px 3px 4px #888888;
}
#video_title {
   position: absolute;
	 z-index: 10;
   width: 117px;
	 height: 16px;
	 padding: 0 0 0 3px;
   font-size: 10px;
	 background-color: grey;
}
#video_title a {
   color: white;
	 margin: -2px 0 0 0;
}
#video_sub_title {
   position: relative;
   font-size: 10px;
	 width: 117px;
	 height: 15px;
	 margin: -14px 0 10px 0; /* extra 10px bottom for separation */
	 padding: 0 0 0 3px;
	 background-color: grey;
	 color: white;
}
#video_sub_title p {
   padding: 0; margin: 0;
	 line-height: 100%;
}
#video_pager {
   width: 100%;
}
#video_pager .item-list ul {
   margin-top: 10px;
}
#video_pager .pager-current  {
   border: 1px solid grey;
}
#video_pager .pager-next  {
   border: 1px solid grey;
}
#video_pager .pager-previous  {
   border: 1px solid grey;
}
#video_pager .pager-first  {
   border: 1px solid grey;
}
#video_pager .pager-last  {
   border: 1px solid grey;
}

/* end video gallery style */