body
{
	/*ie needs this*/
	margin:0px;
	padding:0px;
	/*set global font settings*/
	font-size:10px;
	font-family:Tahoma,Verdana,Arial;
}
#pixs
{
	width:100%;
	height:95%;
	border:2px solid #cccccc;
}

#pixs div
{
	width:100%;
	height:85%;
	display:none;
	margin:0px;

}

#pixs #pix1
{
	display:block;
}

#pixs div span
{
	width:350px;
	position:relative;
	display:block;
	top:00px;
	line-height:1.5em;
	left:10px;
	background:#fff;
	font-size:1.2em;
	padding:5px;
	opacity:0.7;  /* //standard */
	filter:alpha(opacity=50); /*  //internet explorer */
	-moz-opacity:.50;/* //older firefox versions */

}

#pixs ul.pix-nav
{
	width:auto;
	height:25px;
	background:#0063DC;
	margin:0px;
}

#pixs ul.pix-nav li
{
	display:inline;
	width:10px;
}

#pixs ul.pix-nav li a
{
    /* display: block; */
    /* padding: 3px 6px;   */            /* tighter spacing */
    font-size: 0.65em;            /* smaller font size */
    font-weight: normal;           /* less bold if needed */
    /* border-radius: 4px; */            /* optional: rounded corners */
	text-decoration:none;
	padding:5px;
	line-height:2.5em;
	margin:5px;
	color:#fff;
	height:25px;
	font-weight:bold;
}

#pixs ul.pix-nav li a:hover
{
	background:#fff;
	color:#0063DC;
}
