html {
 overflow-y: scroll;
}

* {
	margin:0;
	padding:0;
}

html, body {
	height: 100%;
}


body {
  /* background-image: url(../img/gradient.jpg); */
  /* background-repeat: repeat-x; */ 
  background-color: #fff;
  color: #000;
  text-align:center; /* horizontal centering for IE Win quirks */
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 13px;
}

div#main {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	width:880px;
	height:auto;
	clear:left;
}

a:link {
 outline:none;
 text-decoration: none; 
 color: #000;
}

a:visited {
 text-decoration: none; 
 color: #000;
}

a:active {
 text-decoration: none; 
 color: #000;
}

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

div#header a:link {
 outline:none;
 text-decoration: none; 
 color: #6c6c6c;
}

div#header a:visited {
 text-decoration: none; 
 color: #6c6c6c;
}

div#header a:active {
 text-decoration: none; 
 color: #6c6c6c;
}

div#header a:hover {
 text-decoration: none; 
 color: #019ee1;  
}

table#tableoverview {
 	border-collapse:collapse;
 	width: auto;
 	height: auto;
}

table#tableoverview td {
 	padding: 0px 5px 0px 0px;
	text-align: left;
}

table#tableoverview a img {
filter:alpha(opacity=90); 
-moz-opacity: 0.90; 
opacity: 0.90;
}

table#tableoverview a:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}


table#tableperview {
 	border-collapse:collapse;
 	width: auto;
 	height: auto;
}

table#tableperview td {
 	padding: 5px 5px 0px 0px;
	text-align: right;
}

table#tableperview a img {
filter:alpha(opacity=90); 
-moz-opacity: 0.90; 
opacity: 0.90;
}

table#tableperview a:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}

ul.list {
 margin: 10px 10px 0px 0px;
 padding-left: 1em;
 text-indent: -1em;
 list-style: none;
 list-style-type: disc;
 list-style-position: inside;
 text-align: left;
}

ul.list li {
 line-height: 1.7;
}

ul.tab {
 margin: 5px 20px 0px 0px;
 padding-left: 15px;
 text-indent: -5px;
 list-style: none;
 list-style-type: square;
 list-style-position: inside;
}

ul.tab li {
 line-height: 1.7;
}







img#imageperview {
	background: url('../img/load.gif') no-repeat center;
	width: 401px;
	height: 287px;
}

/* CONTROL IMAGE */

div#shot {
  position: relative;
  width: 401px; 
  height: 287px;
}

div#controls a.previous {
	position: absolute;
	display: block;
	outline:none;
	left: 10px;
	top: 0px;
	width: 190px;
	height: 287px;
	background: url("../img/bg-previous.gif") 0px center no-repeat;
	text-decoration: none;
	filter: alpha(opacity=0);
	opacity: 0.0;
}

div#controls a.previous:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

div#controls a.next {
	position: absolute;
	display: block;
	outline:none;
	right: 10px;
	top: 0px;
	width: 190px;
	height: 287px;
	background: url("../img/bg-next.gif") 100px center no-repeat;
	text-decoration: none;
	filter: alpha(opacity=0);
	opacity: 0.0;
}

div#controls a.next:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
















