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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font:bold 12px Tahoma, sans-serif
}


body{ min-width:1000px }

#cycle,
#cycle div{ width:100%; overflow:hidden; z-index:0; position:static !important }
#cycle div img{ position:relative; left:50%; margin-left:-1000px }

#prev, #next{ display:block; height:100%; width:100px; position:fixed; top:0; padding:20px; z-index:5px; color:#FFF; text-decoration:none; opacity:0; filter: alpha(opacity=0); }
#prev{ left:0; background:#000 url(left.png) no-repeat center }
#next{ right:0; background:#000 url(right.png) no-repeat center }
#prev:hover, #next:hover{ opacity:0.8; filter: alpha(opacity=80); }