@charset "utf-8";

/* NEW_SECTION_SLIDESHOW_CSS 12/15/2008 */

#side_pics {
	float: left;
	display: inline; /*added for IE6*/
	width: 162px;
}

.side_pic {
	float: left;
	display: inline; /*added for IE6*/
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	height: 76px;
	width: 76px;
	background: url(/images/css_images/page_background_75.png) repeat-y center;
	z-index: 6;
}

.side_pic .play {
	position: absolute;
	z-index: 8;
	top: 0;
	right: 0;
}

.side_pic .stop {
	position: absolute;
	z-index: 7;
	top: 0;
	right: 0;
}

#side_pic2,
#side_pic4,
#side_pic6 {
	margin-right: 0 !important;
}

#side_pic5,
#side_pic6 {
	margin-bottom: 0 !important;
}

/* .mov files */

#primary_image.mov {
	width: 524px;
	height: 250px;
}

#primary_image.mov embed,
#primary_image.mov object {
	display:block;
	width: 524px;
	height: 250px;
}