/*----------------------------------------
AFfiniscape TAPA Stylesheet - Home Page
Last Updated: March 11, 2010
(c) 2010 Affiniscape, Inc.
All Rights Reserved. This style sheet must not be reproduced without the express written permission of Affiniscape, Inc.
For questions regarding licensing or setup please contact Affiniscape, projects @ affiniscape dot com

/* Main Content
----------------------------------------*/
#maincontenttable {
	background: #fff none;
}

#maincontentcell {
	padding: 18px 0 0 0;
}


/* Sub Content
----------------------------------------*/
#maincontentsubcell {
	background: none;
	padding: 0;
	text-align: center;
}

/* Slideshow
*/
#maincontentsubcell #slideshow ul, #maincontentsubcell #slideshow ul li {
	background: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
#slideshow {
	margin: 0 33px;
	position: relative;
}
#slideshow img {
	border: 0;
}
#slideshow #prev-btn, #slideshow #next-btn {
	background-image: url(../imgs/btn-slideshow.png);
	background-repeat: no-repeat;
	bottom: 20px;
	cursor: pointer;
	display: block;
	height: 20px;
	position: absolute;
	width: 70px;
	z-index: 50;
}
#slideshow #prev-btn {
	background-position: 0 0;
	left: 20px;
}
#slideshow #next-btn {
	background-position: -70px 0;
	left: 100px;
}
#slideshow #prev-btn.hover {
	background-position: 0 -20px;
}
#slideshow #next-btn.hover {
	background-position: -70px -20px;
}
#slideshow #prev-btn.click {
	background-position: 0 -40px;
}
#slideshow #next-btn.click {
	background-position: -70px -40px;
}


/* Footer
----------------------------------------*/
#footertablecell {
	background: none;
	padding: 0;
}
