a
{
	outline: none;
	color: inherit;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body
 {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#wrapper {
	width: 800px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
}
#header {
	position: relative;
	height: 40px;
	width: 100%;
}
#content {
	position: relative;
	height: 407px;
	width: 100%;
	overflow: hidden;
}
#footer {
	position: relative;
	height: 113px;
	padding-right: 235px;
	padding-left: 235px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
#bullets {
	position: relative;
	height: 50px;
	overflow: hidden;
	width: 340px;
}
#bullets a {
	top: 0px;
	width: 34px;
	position: relative;
	float: left;
	overflow: hidden;
}
#bullets a.activeSlide {
	top: -50px;
}
#bullets a:hover { 
	top: -50px;
}
ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
li{
	float: left;
	width: 34px;
}
#portfoliobutton {
	position: relative;
	height: 44px;
	width: 330px;
	padding-left: 5px;
	overflow: hidden;
}
#portfoliobutton a {
	top: 0px;
	float: left;
	position: relative;
	overflow: hidden;
}
#portfoliobutton a:hover {
	top: -44px;
}
#portfoliobutton a.selected {
	top: -44px;
}
