/**
 * CSS Document for Modules
 *
 * !!!DO NOT EDIT THIS FILE!!!
 *
 * if you need changes make them in style.css
 */
 
/******************************************************************
 * Slideshow Module
 ******************************************************************/

/**
 * container for the slide show
 */
.slideshowContainer {
	background	: #FFF;
}


/**
 * previous slide button
 */
.slideshowPreviousSlide {
	margin 		: 2px auto auto 2px;
	width		: 64px;
	height		: 64px;
	background	: #FFF url( ../images/slideshow_previous.png );
}

/**
 * next slide button
 */
.slideshowNextSlide {
	margin 		: 2px auto auto 68px;
	width		: 64px;
	height		: 64px;
	background	: #FFF url( ../images/slideshow_next.png );
}

/**
 * container for the image description
 */
.slideshowDescription {
	margin		: 68px auto auto 2px;
	color		: #0F0;
	background	: #FFF;
	height		: 50px;
	width		: 130px;
}

/******************************************************************
 * FAQ Module
 ******************************************************************/
.faqAnswer {
	display		: none;
	overflow	: hidden;
}
