/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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, 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,
caption, tfoot, thead, th
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

img, div { behavior: url(iepngfix.htc) }
 
#carousel_container
{
	margin: 0px auto;
	width: 475px;
	height: 455px;
	position: relative;
}


#carousel_container a img { border: none;  }

#carousel_container  #buttons ul
{
	position: absolute;
	top: 390px;
	left: 10px;
	padding-top:10px;
height:50px;
}

#carousel_container #buttons ul li
{
	float: left;
	width: 136px;
	height: 53px;
}
#carousel_container ul li a {margin-top:-10px;height:20px;}

#carousel_container #buttons .button1 { background: url(images/button1.png); }
#carousel_container #buttons .button2 { background: url(images/button2.png); }
#carousel_container #buttons .button3 { background: url(images/button3.png); }

#carousel_container #buttonlinks ul
{
	position: absolute;
	top: 400px;
	left: 10px;
margin-top:-10px;
}

#carousel_container #buttonlinks ul li
{
	width: 136px;
	height: 43px;
	float: left;
}

#carousel_container #buttonlinks ul li a
{
	display: block;
	padding: 10px;
}

#carousel_container #frame
{
	background: url(images/frame.png);
	width: 475px;
	height: 455px;
	position: absolute;
	left:0px;
	top: 0px;
}

#carousel_container .imgs
{
	z-index: 0;
	position: relative;
}

#carousel_container .imgs img, #carousel_container .imglinks li
{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 8;
}

#carousel_container .imgs img.active, #carousel_container .imglinks li.active { z-index: 10; }
#carousel_container .imgs img.last-active, #carousel_container .imglinks li.last-active { z-index: 9; }

#carousel_container .imglinks a
{
	padding:0px 235px 385px;
	position:relative;
	display:block;
}
