html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot,  {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
/*	outline: 0;*/
}

a:link { color: #9b0000;}
a:visited { color: #9b0000;}
a:active {  color: #9b0000;}
a:hover { color: #9b0000;}

#viewer {
	margin: 0 auto;
	width: 500px;
	text-align: left;
}
#viewer div {
	width: 500px;
	height: 375px;
	overflow: hidden;
	position: relative;
}
#viewer div img {
	top: 0;
	left: 0;
	position: absolute;
}


#viewer ul {
	width: 500px;
}

#viewer ul li {
	width: 125px;
	float: left;
	display: inline;
}

#viewer .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
#viewer ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#viewer ul {
	display: inline-block;
	overflow: hidden;
}
