/* Teasers for home page- MC 11.26.08  - modified 01.20.09 */


/* Class for video teaser */
.video
{
	width: 264px; /* accomodates width of image graphics */
	margin: 0 0 0 20px; /* adds spacing to left of teaser image */
	padding: 0px;
	/*height: 183px; modified by MC 110608*/
	height: 240px; /* adds spacing below right module - do not reduce <240px */
}

/* Link for rotating image teasers */
.link 
{
	color: #666;
	width: 150px
	margin: 0 0;
	margin: 0px;
	float: right;
	font-size: 10px;
	text-decoration: none;
	text-align: right;
	padding-right: 20px;
	padding-top: 0px;
}

