/* Yahoo! CSS Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0px;
	padding:0px;
}
table {
	border:none;
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* Yahoo! code ends */

body { background:#000000; }
img { border-style: none; }

div.pageContainer {
	width: 100%;
	text-align: center; }

table.content {
	width: 855px;
	margin: 0 auto; }

td.picPadding {	width:189px; }
td.pic { width:477px; }
td.thumbCell { text-align:center; }
td.ruleSpacer { height: 10px; }
td.navCell {text-align:center; }

table.thumbs { margin: 0 auto; }
td.thumb { height: 36px; }
td.thumbSpacer {
	height: 36px;
	width: 10px; }

table.navTable { margin: 0 auto; }
td.navSpacer { width: 40px; }

div#preview {
	width: auto;
	height: 151px;
	position: absolute;
	left: 100px;
	top: 100px;
	background: #009999;
	visibility:hidden;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;

}