/* = ============================================================================= =
   = Spotlight CSS by: Shawn Padgett  http://www.phpmotionwiz.com                  =
   = Distributed through PHPmotionTemplates.com http://www.phpmotiontemplates.com  =
   = ============================================================================= = */
  
  
#spotlight {
	width: 521px; height: 304px; display: block; position: relative; z-index: 1; float: right; margin: 0px -15px 0px 0px;  padding: 16px 0px 0px 32px;
	background: transparent url(../images/spotlight-back.png) no-repeat;
}

#spotlight-img {
    width: 457px; height: 271px;
}

#spotlight-info {
	width: 453px; height: 80px; position: absolute; top: 205px; right: 66px; background: transparent url(../images/spotlight_video-info.png) repeat-x;
}

#spotlight-info h2 {
	color: #6C242B; font-size: 18px; width: 440px; margin: 5px auto 0px auto; padding-left: 2px; border-bottom: 1px solid #6C242B;
}

#spotlight-description {
	color: #fff; font-size: 10px; width: 300px; height: 50px; 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: 22px 10px 0px 0px;
	background: transparent url(../images/button_watch-now.png) no-repeat;
}
#spotlight-watch-now a:hover { background-position: 0px -23px; }