body {color: #000; background-color: #91c0ab }
a {color: #000}
table {width:100%; border: 0px; border-collapse:collapse; }
td {text-align: center; padding: 4px;}
img {border:0;}
.clear {clear: both;}
#controlMsg {margin-left: 350px; }
#header {margin-left: 285px; margin-top: 10px; height: 60px;}
#btns {width: 180px; margin-top: 50px; float: left; text-align: center;}
#slideShow {
margin-left: 210px; margin-right: auto; text-align: center; position: relative; height: 310px;
}
#theShow img {
	border: 1px solid black;
	-moz-box-shadow: 6px 6px 5px #666;
	-webkit-box-shadow: 6px 6px 5px #666;
	box-shadow: 6px 6px 5px #666; /* h-shadow v-shadow blur spread color */
}

#photoShow {width: 600px; height: 300px; cursor: pointer;}
#photoShow div {position:absolute; z-index: 0;}
#photoShow div.previous {z-index: 1;}
#photoShow div.current {z-index: 2;}
