#main ul	{
	font-size: 0.8em;
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 5px;
	margin-left: 10px;
}
/* #main ul  also modified by later statement as follows:  */
#main ul	{
	height: 200px;
	margin: 0;
	width: 4010px;
}
#main {
	padding-right: 0px;
}

#main ul li	{
	width: 170px;
	margin-right: 10px;
	height: 250px;
	float: left;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #999999;
	margin-left: 10px;
	padding: 0px;
}
/* #main ul li  also modified by later statement as follows:  */

#galleryholder	{
	position: relative;
	height: 255px;
	overflow: auto;
}
#gallery	{
	position: absolute;
	left: 0px;
	right: 0px;
	width: 910px;
	height: 242px;
	margin: 0;
	padding: 0;
}
#gallerylist	{}
#gallerylist  li	{
	width: 170px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-size: 1.3em;
	color: #666666;
	margin: 0px;
	padding: 0px;
	height: 260px;
}
#hmi	{
	position: relative;
	height: 12px;
	width: 891px;
	top: 14px;
	border: 1px solid #FFFFFF;
}
#slidertrack	{position: absolute; left: 0; top: 0;}

#container {
	width: 900px;
	margin-left: auto;
	margin-top: 15px;
	background-color: #FFFFFF;
	padding-top: 10px;
	margin-right: auto;
}
#gallerylist  .clientName {
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
#gallerylist .addToPortfolio {
	display: block;
	margin-top: 2px;
}
a.projectLink:link, a.projectLink:visited   {
	background-repeat: no-repeat;
	background-position: center 0px;
	color: #666666;
	text-decoration: none;
	cursor: pointer;
	height: 25px;
	display: block;
	padding-top: 215px;
	width: 170px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	outline:none;
}
.projectNoLink {
	background-repeat: no-repeat;
	background-position: center 0px;
	color: #666666;
	text-decoration: none;
	height: 25px;
	display: block;
	padding-top: 215px;
	width: 170px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
a.projectLink:hover {
	color: #C10076;
	cursor: pointer;
}
