/* ---------------------------------------------------- */
/* SLIDESHOW RENDERING
/* ---------------------------------------------------- */

#slideshow {
	width: 260px;
	background-color: #000;
	margin: 0 auto;
}

#slideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%; /* IE fix */
}

#slideshow ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}            

/* ---------------------------------------------------- */
/* SLIDESHOW RENDERING > SLIDES
/* ---------------------------------------------------- */

#slideshow .slides {
	overflow: hidden;
	width: 260px;
	height: 346px;
}

#slideshow .slides ul {
	width: 260px;
}

#slideshow .slides li {
	width: 260px;
	float: left;
}

#slideshow .slides h2 {
	margin-top: 0;
}

/* ---------------------------------------------------- */
/* SLIDESHOW INTRO
/* ---------------------------------------------------- */

body.intro #slideshow {
	width: 600px;
	background-color: #000;
	margin: 0 auto;
}

body.intro #slideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%; /* IE fix */
}

body.intro #slideshow ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}   

/* ---------------------------------------------------- */
/* SLIDESHOW INTRO > SLIDES
/* ---------------------------------------------------- */

body.intro #slideshow .slides {
	overflow: hidden;
	width: 600px;
	height: 600px;
}

body.intro #slideshow .slides ul {
	width: 600px;
}

body.intro #slideshow .slides li {
	width: 600px;
	float: left;
}

body.intro #slideshow .slides h2 {
	margin-top: 0;
}

/* ---------------------------------------------------- */
/* SLIDESHOW HEADER
/* ---------------------------------------------------- */

#slideshow_header {
	width: 701px;
	background-color: #000;
	margin: 0 auto;
}

#slideshow_header ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%; /* IE fix */
}

#slideshow_header ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}            

/* ---------------------------------------------------- */
/* SLIDESHOW HEADER > SLIDES
/* ---------------------------------------------------- */

#slideshow_header .slides {
	overflow: hidden;
	width: 701px;
	height: 110px;
}

#slideshow_header .slides ul {
	width: 701px;
}

#slideshow_header .slides li {
	width: 701px;
	float: left;
}

#slideshow_header .slides h2 {
	margin-top: 0;
}

/* ---------------------------------------------------- */
/* SLIDESHOW BUILDING PAGE
/* ---------------------------------------------------- */

#slideshow_side_wide {
	width: 476px;
	background-color: #000;
	margin: 0 auto;
}

#slideshow_side_wide ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%; /* IE fix */
}

#slideshow_side_wide ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}            

/* ---------------------------------------------------- */
/* SLIDESHOW BUILDING PAGE > SLIDES
/* ---------------------------------------------------- */

#slideshow_side_wide .slides {
	overflow: hidden;
	width: 476px;
	height: 346px;
}

#slideshow_side_wide .slides ul {
	width: 260px;
}

#slideshow_side_wide .slides li {
	width: 260px;
	float: left;
}

#slideshow_side_wide .slides h2 {
	margin-top: 0;
}

.pics img { left: 0; top: 0; overflow: hidden; }

/* ---------------------------------------------------- */
/* SLIDESHOW HEADER
/* ---------------------------------------------------- */

#slideshow_header {
	width: 476px;
	background-color: #FFF;
	margin: 0 auto;
}

#slideshow_header ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%; /* IE fix */
}

#slideshow_header ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}            

