.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #421D05;
	text-decoration: none;
}

/*--------------------------------------------------------------------------
/  slideshow
---------------------------------------------------------------------------*/
#slideshow{
	width: 268px;
	margin: auto;
}
#slideshowControls{
	padding-left: 75px;
}
	#home #slideshowControls{ /*specific style for home page*/
		padding-left: 0px;
	}
	#slideshowControls p{
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 5px;
		cursor:pointer;
	}
	p#previousImage{
		float: left;
	}
	p#nextImage{
		margin-left: 265px;
	}
