@charset "UTF-8";
/* used only on the slideshow pages */

p {
	color:#202020 !important; 
	text-align:left;
	font-family: "Avant Garde", "Century Gothic", Arial, clean;
	line-height: 18px;
	font-size:14px;
}

h1 { /* Google looks for h1 headings */
	color:#202020 !important; 
	text-align:center;
	font-family: "Avant Garde", "Century Gothic", Arial, clean;
	line-height: 18px;
	font-size:14px;
     font-weight:normal;
}

a {
     text-decoration: none;
	color:#202020 !important; 
}

a:hover {
     text-decoration: none;
     color: white;
}

.transparent_link {
	background-color: white;
	padding:20px;
	opacity:0.7; 
	filter:alpha(opacity = 70); /* used for IE8 or earlier */
	
     width:205px; 
     float:left;    
     display:block;
     clear:both; /* no elements allowed on left or right of element (makes vertical list) */
     margin-bottom: 40px;
}

.transparent_link a {
	font:  14px "Trajan Pro","Avant Garde", "Century Gothic", Arial, clean;     
     font-weight:         bold;
}

.slideshow_text_container 
{
     height:2000px; 
     padding-top:20px
}

.slideshow_text {
	background-color: white;
	padding:20px;
	opacity:0.7; 
	filter:alpha(opacity = 70); /* used for IE8 or earlier */
     width:500px; 
     position:relative; 
     float:left; 
     top:90%;
}

.slideshow_top_buttons { /* buttons at the top of the screen for a preview gallery slideshow */
     margin-top: 20px;
     margin-left: 20px;
}

#home_button 
{    position:fixed; z-index:5; width: 100% !important; left: 50% !important;  border: none !important;
     margin-left: -50px; /* move to left of thumbnail button */
     margin-top: 5px;
}
#play-button
{    position:fixed; z-index:7; width: 100% !important; left: 50% !important;  border: none !important;
     margin-left: 50px; /* move to right of thumbnail button */
     margin-top: 5px; 
}
#smugmug_button /* tray of thumbnails */
{    position:fixed; z-index:6; width: 100% !important; left: 50% !important;  border: none !important;
     margin-left: 60px; /* move to right of thumbnail button */
     margin-top: 5px;
}

