	body{
		margin:0px;
		width:100%;
		text-align:center;
		background-color:#fff;
		font-family:Arial, Helvetica, sans-serif;
		color:#333;
		font-size:12px;
	}
	#mainContainer{
		margin:30px auto 0px;
		width:684px;
		text-align:left;
	}
	.frame {border:2px solid #000;	}
	.clear{	clear:both;	}
	
/*ALL SLIDESHOW HEADERS*/
	h1 { margin:0px 0px 30px; color:#fff; background:#000; text-transform:uppercase; font-size:22px; padding:3px 16px; }
	h2 { font-size:14px; margin:0px; }

	p { margin-top:0px; }
	li, ul { margin:0px; padding:0px; list-style:none;}
	a, li a { color:#e00022; text-decoration:none;}
	a:hover, li a:hover { text-decoration:underline; }
	


.content { padding:0px 8px 10px 10px;}

	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:194px;
		
	}
* html #DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:190px;
		
	}

	#DHTMLgoodies_panel_one{		
		float:left;	
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:280px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
		margin-left:0px;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:300px;	/* Width of large image div */
		height:492px;	/* Height of large image div */
		float:left;
		margin-top:4px; /*Added to align image with border and content in left and right of large image*/ 
	}
	#DHTMLgoodies_largeImage img{	/* Large image */
		border:4px solid #e00022;	/* Border around large image */
	}
	#DHTMLgoodies_largeImage .addthis { text-align:center;}
	#DHTMLgoodies_largeImage .addthis img {border:0px; margin-top:10px; }
	
	#leftCol { width:176px; float:left; }
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:194px;	/* Width of strip */
		height:48px;
		padding:3px 0px;	/* "Air" inside filmstrip div */
		position:absolute;

	}
* html .strip_of_thumbnails{	/* A vertical strip of thumbnails */
padding:0px;
	}	
	
	.strip_of_thumbnails div.linkContainer 
	{
		float: left; 
		width:32px;
		height:48px;
		padding:3px;
		text-align:center;

	}
* html .strip_of_thumbnails div.linkContainer { padding:0px 2px; }

	.strip_of_thumbnails img{
		border:1px solid #fff;
		padding:0px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:1px solid #e00022;	/* red border around active thumbnail */
		padding:0px;
	
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}
	.itemCaption { display: none; }
	#imageCaption { border-top: 1px solid #999; margin-top:10px; padding-top:10px; }
	#imageCaption p { margin:0px 0px 10px; }
	#imageCaption h3 { margin-top:0px; }
	.cta { height:16px; font-size:12px; text-transform:uppercase; margin: 3px 0px 10px;}
	.cta a { color:#fff; padding:0px 3px 0px 16px;background: url(../images/bullet_arrow.gif) center left no-repeat #e00022;}
	.cta a:hover { color:#000; text-decoration:none; }

#thumbPageDetails { display:none; }

