/* Teasers for home page- MC 11.26.08  - modified 01.20.09 */

/* use .teaser class for any video, flash or image file. this css file combines all  previous image & video classes from  teaser.css */

/* Class for any teaser: video or still image */
.imageteaser {
	width: 260px; /* accomodates width of image graphics - not not allow graphics wider than 265px */
	margin: 0px 0px 0px 0px; /* adds spacing to left of teaser image - set to 0px if graphic is at max. width = 260px */
	padding: 0px;
	height: 295px; /* adds correct spacing below right module - DO NOT REDUCE <240px */
	/*height: 183px; modified by MC 110608*/
	border: none;
}

.imageteaser img {
	border: 0px none;
	}

.imageteaser a {
	text-decoration: none;
	border: 0 none;
	}

.imageteaser a:focus, .imageteaser a:active { outline: 0; }


/* RM Video Module code - class used just for video or flash file teasers */
/*.video {
/* width: 260px; /* accomodates width of image graphics */
/* margin: 0 0 0 13px; /* adds spacing to left of teaser image */
/* padding: 0px;
/* height: 240px; } /* adds spacing below right module - do not reduce <240px */



/*EMG Video Module code*/
/*.video {
	width: 245px;
	margin: 0 0 0 10px;
	padding: 10px;
	background-image: url(/images/new/videoBg.gif);
	background-repeat: no-repeat;
	height: 183px; }*/
	
#teaserBox { padding:0 0 85px; }

#teaserBox img { margin:0 auto; display:block; }
