.slideshow
{ /*CSS for DIV containing each image*/
	float: left;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	width: 150px;
	height: 130px;
	background: url(/images/pages/clientarea/clientBG.png) no-repeat top left;
}
.imageCB
{ /*CSS for DIV containing each image*/
	float: left;
	padding: 0px 0px 0px 90px;
	width: 100px;
	height: 10px;
}
input[type="checkbox"] 
{
  background-color: black;
  color: white;
}
.clientGalleryContainer
{
	float:left;
	border: 0;
	width: 990px;
	height: 580px;
	font-size: 12px;
	padding: 10px 0px 0px 35px;
}
.clientGalleryContainerHeader
{
	float:left;
	border: 0;
	width: 850px;
	height: 25px;
	font-size: 12px;
	font-weight:bold;
	padding: 0px 0px 0px 0px;
}
.clientGalleryContainerBasket
{
	float:left;
	border: 0;
	width: 100px;
	height: 25px;
	font-size: 12px;
	font-weight:bold;
	padding: 0px 0px 0px 0px;
}
.clientGalleryContainerImages
{
	float:left;
	border: 0;
	width: 990px;
	height: 555px;
	font-size: 12px;
	font-weight:bold;
	padding: 0px 0px 0px 0px;
}
.slideshow img
{ /*CSS for each image tag*/
	border: 0;
}

.navlinks
{ /*CSS for DIV containing the navigational links*/
	float:left;
	width: 920px;
	margin-left: 15px;
	height:100%;
	min-height: 20px;
	text-align: center;
}

.navlinks a
{ /*CSS for each navigational link*/
	margin-right: 8px;
	margin-bottom: 3px;
}

.navlinks a.current
{ /*CSS for currently selected navigational link*/
	text-decoration:underline;
}

.navlinks a:hover
{ /*CSS for currently hovered navigational link*/
	text-decoration:underline;
}

