/* CSS Document */

/* reset */

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body { /*margin:0 auto;*
	/*overflow:auto;  margin:0;*/
	margin-top: 20px;
	}

/*Global */
html {}

/* Images  */

/* Text Elements */
a		{   }
a:link   { color: #00f;}
a:visited   { color: #0f0;}
a:active   { color: #000;}
a:focus   { color: #666;}
a:hover  { color: #f00;}
/* Div */

#object {width:1250px; height: 700px; 

margin: 0 auto;}
/*
left:51%;top:50%;
margin:-300px 0 0 -512px; position:absolute */

#carousel {
width: 8000px;
}

#carousel ul {
		list-style:none;
		width:8000px;
		margin:0;
		padding:0;
		position:relative;
}

#carousel li{
	display:inline;
	float:left;
}

/** html #centered { position:absolute;}*/
/*#object { position:absolute;

top: 50%;

margin-top:-250px;
left: 50%;
margin-left:-512px;/* overflow:hidden*/


/*
#img {width: 640px;
	height:480px;*/
/*    display: block;*/
	
	
   /* position: fixed;
   /* float:left;*/
/*    top: 0px;
    left: 0;
    bottom: 0px;
    right: 0;
	position:relative
}


#line {	clear:both; }*/

