/****** Ebay CSS *******/

/************************ 
         GLOBAL 
************************/

/* reset all */

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;
}

body{
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 17px;
	padding: 0;
	margin: 0;
	color: white;
	background: white url('images/bg.jpg') repeat-x top center;
	text-align: left;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* for the wheird border */
:focus {
	outline: 0;
}
/* inserts should be highlighted*/
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'border="0"' 'cellspacing="0"' 'cellpadding="0"' in the markup - lame*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p{

}

/************************ 
         LAYOUT
************************/

#container{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 17px;
	padding: 0;
	margin: 0;
	text-align: left;
	width: 100%;
	min-height: 100%;
	height: 100%;
	margin: 0 auto;
}
#container-center{
	margin: 0 auto;
	position: relative;
	width: 930px;
}	
#logo25{
	margin: 0 auto;
	display: block;
	width:212px;
	height: 199px;
	background: url('images/25studios-logo.png') no-repeat top right;
}
#main{
	padding-top: 30px;
}
#main img{
	border: 15px solid rgba(255, 255, 255, .15);

}


#slideshow {
    position:relative;

}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

