/*scrollbar colours*/

html, body, { 
	 
	 scrollbar-arrow-color:#FFFFFF;
	 scrollbar-base-color:#F0571B;
	 scrollbar-dark-shadow-color:#E75709;
	 scrollbar-track-color:#000000;
	 margin:0; 
	 padding:0;
	 }  

/*body background wallpaper*/ 

body {background-color:#000000;
      background-attachment:fixed; 
      margin-top: 0px;
      color: #FFFFFF;
      font-family: Verdana, sans-serif;
      font-size: .85em;
      margin-right: auto;
      margin-left: auto;}


#pagewidth {margin-left:auto; margin-right:auto;
	    text-align:left; width:90%;}


#album_header_div {
	margin-bottom: 12px;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: bold;
}	

#album_header_comments_div {
	margin-bottom: 12px;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 14px;
}	

#back_to_home {
	text-align: center;
	margin-bottom: 12px;
	font-size: 11px;
}

#iwebalbum {

}

.iwebalbum_table {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.iwebalbum_photobox_table {
	width:140px;
	height:140px;
	background-repeat:no-repeat;
	margin-right: 6px;
	margin-bottom: 12px;
	margin-left: 6px;
	background-image: url(fotoframe.gif);
}

a:link, a:visited  {
	text-decoration: none;
 	color: #FF9900;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.photobox { border: 1px solid #aaaaaa;}
a:link .photobox { border-color: #aaaaaa;}
a:visited .photobox { border-color: #aaaaaa;}
a:hover .photobox { border-color: #ffffff;}

#pages {
	text-align: center;
	margin-top: 18px;
}

#pages span{
	margin-right: 5px;
	padding: 4px;
}

#pages span a{
	padding: 4px;
}

#pages span a:hover{
	background-color: #808080;
	color: #FFFFFF;
	padding: 4px;
}

#generator {
	text-align: right;
	clear: both;
	margin-top: 40px;
	padding-right: 20px;
	padding-bottom: 6px;
	font-size: 10px;
}

#slideshow {
	text-align: center;
	margin-top: 18px;
}

	
/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 

