table#photomatrix {
	margin: 0.5em auto;
}
table#photomatrix tr td {
    margin: 0em;
    padding: 0em;
}
table#photomatrix tr td a img {
    border: 0px;
}

table#display_table {
    margin-right: 15px;
}

table#display_table h2, table#display_table h3, table#display_table h4 {
    font: 2em Arial;
    font-weight: bolder;
    color: #fff;
    line-height: 100%;
    padding-left: 0em;
}

a {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a:link {
	color: #0066CC;
}
a:visited {
	color: #8500CC;
}
a:hover {
	color: #62C8FF;
}

select option {
	margin: 0.1em;
}

/*
div#pages {
    display: block;
    float: left;
    height: 18px;
    line-height: 18px;
    margin: 0px auto;
    text-align: center;
	padding:0px 18px 0px 18px;
}
*/
#pages {
    line-height: 18px;
	margin:0px 18px 0px 18px;
	display:inline;
    height: 18px;
}

#upper_contents, #error_notify {
    z-index: 100;
    display: none;
    margin: auto;
    font-family: "Arial Narrow";
    color: #666;
    font-size: 170%;
    font-weight: bolder;
    text-align: center;
    background: transparent url("../img/loadIndicator.gif") no-repeat 41% 0%;
}

#pprev {
	width: 55px;
	height: 18px;
}

#pnext {
	width: 52px;
	height: 18px;
}
	
#error_notify {
    background: #fff;
}

img.disable_image {
    cursor: default;
}

img.enable_image {
    cursor: hand;
}

#description {
    text-align: left;
    padding-left: 10px;
}

select#city option.country {
  color: #fff;
  background-color: #91BEF8;
  padding: 0.2em;
  font-weight: bold;
}

a img		{ border:none; }