/* = ============================================================================= =
   = Spotlight CSS by: Shawn Padgett  http://www.phpmotionwiz.com                  =
   = Distributed through PHPmotionTemplates.com http://www.phpmotiontemplates.com  =
   = ============================================================================= = */
  
  
#spotlight {
	width: 640px; height: 370px; display: block; position: relative; z-index: 1; float: left; margin: 0px 0px 0px 5px;
}

#spotlight-info {
	width: 640px; height: 123px; position: absolute; top: 248px; right: 0px; background: transparent url(../images/spotlight_video-info.png) repeat-x;
}

#spotlight-info h2 {
	color: #8bcaf5; font-size: 24px; width: 620px; margin: 5px auto 0px auto; padding-left: 2px; border-bottom: 1px solid #8bcaf5;
}

#spotlight-description {
	color: #fff; font-size: 12px; width: 427px; height: 70px; margin: 5px 0px 0px 15px; overflow: hidden; float: left;
}

/*--Watch Now Button--*/
#spotlight-watch-now a {
	width: 100px; height: 23px; display: block; float: right; margin: 50px 10px 0px 0px;
	background: transparent url(../images/button_watch-now.png) no-repeat;
}
#spotlight-watch-now a:hover { background-position: 0px -23px; }