*{margin:0;padding:0}

/* Notes:    Centers image and thumbnails  -  Styles the Previous/Next commands and page color		*/
/* Original:    	
body{padding:20px;background:white;text-align:center;background:black;color:#bba;font:80%/140% georgia,serif;}*/
body{
	padding:0px;
	text-align:center;/* Centers Image in Main Image Frame */
	font:80%/140% georgia, serif;
	position: absolute;
	width: 800px;
}

#flashmovie {
	position: absolute;
	left: 35px;
	top: 165px;
	width: 800px;
	height: 36px;
}

/* Notes:    Styles header above text information		*/
/* Original:   
h1,h2{font:bold 80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;}*/
h1,h2{
	font:bold 80% 'helvetica neue', sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
	color: #cc99ff;
}

/* Notes:    Default color for Previous/Next and Links		*/
/* Original:    Set default hyperlink to yellow = #FFFF00	
a{color:#348;text-decoration:none;outline:none;}*/
a{color:#FFFF00;text-decoration:none;outline:none;}

/* Notes:    Hover color for Previous/Next and Links		*/
/* Original:    	
a:hover{color:#67a;}*/
a:hover{color:#CC0099;}
	
/* Notes:    Description under photos		Margin only works in IE		*/
/* Original:    	
.caption{font-style:italic;color:#887;}*/
.caption{
	font-style:italic;
	color:#FFFFFF;
	font-size: large;
	line-height: 30px;
	margin: 5px;
}

/* Original:    	
.demo{position:relative;margin-top:2em;}*/
.demo{				/*Container for Main Image 	 */
	position:relative;
	top: 100px;
	width: 502px;
	background-color: #000000;
	text-align: center;
}
	
/* Notes:    Width of thumbnails container		*/
/* Original:    	
.gallery_demo{width:702px;margin:0 auto;}*/	
.gallery_demo{
	width:475px;
	margin:0 auto;		
}

/* Notes:    Size of individual Thumbnail containers		Sets border properties of thumbnails		*/
/* Original:    	
.gallery_demo li{width:68px;height:50px;border:3px double #111;margin: 0 2px;background:#000;}*/	
.gallery_demo li{
	width:68px;
	height:50px;
	border:3px double #774477;
	margin: 0 2px;
	
}

/* Notes:    Effect unknown		*/
/* Original:    	
.gallery_demo li div{left:240px}*/
/*.gallery_demo li div{left:240px*/
	
/* Notes:    Effect unknown		*/
/* Original:    	
.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}*/
/*.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}*/
	
/* Notes:    Styles size and color of box containing picture		*/
/* Original:    	
#main_image{margin:0 auto 60px auto;height:438px;width:700px;background:black;}*/
/*#main_image{margin:0;height:425px;width:700px;background:#FF0000;}*/
	
/* Notes:    Distance between Picture and Description		*/
/* Original:    	
#main_image img{margin-bottom:10px;}*/	
/*#main_image img{margin-bottom:100px;}*/

/* Notes:    Styles the Previous/Next command		Padding sets distance between control and image		*/
/* Original:    	
.nav{padding-top:15px;clear:both;font:80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;}*/	
.nav{
	font:bold small 'helvetica neue', sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
	position: absolute;
	background-position: center;
	text-align: center;
	left: 290px;
	top: 300px;
	width: 310px;
}

/* Notes:    Styles body of text		*/
/* Original:    	
.info{text-align:left;width:700px;margin:30px auto;border-top:1px dotted #221;padding-top:30px;}*/	
.info{
	clear:both;
	width:500px;
	color: #cc99ff;
	top:110px;
	position: relative;
	padding-bottom: 1px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
}
	
/* Notes:    Distance between paragraphs		*/
/* Original:    	
.info p{margin-top:1.6em;}*/	
.info p{margin-top:1.6em;}
	

