.solthumb {
	position: absolute;
	width: 77px;
	height: 77px;
	top: 0px;
	left: -1000px;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	cursor: pointer;
	background-image: url('/dynamic/solutions/thumbs/default.gif');
}

#solutioncontent {
	position: relative;
	left: 0px;
	top: 0px;
	width: 975px;
	height: 339px;
	display: block;
}

#coverL {
	position: absolute;
	left: -88px;
	top: 0px;
	width: 130px;
	height: 78px;
	background-image: url('/solutions/imgs/LeftSide.gif');
	background-position: bottom right;
	z-index: 2;
	cursor: pointer;
}

#coverR {
	position: absolute;
	left: 972px;
	top: 0px;
	width: 121px;
	height: 78px;
	background-image: url('/solutions/imgs/RightSide.gif');
	background-position: bottom left;
	z-index: 3;
	cursor: pointer;
}

#coverstart {
	background-color: transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1006px;
	height: 1px;
	z-index:1;
	border-top: solid 1px #003333;
}

.pageon {
	visibility: visible;
	display: block;
}

.pageoff {
	visibility: hidden;
	display: none;
}

.description {
	color: #cccc99;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	line-height: 18px;
}

.description a:link, .description a:visited {
	color: #9999FF;
}

.pagenum {
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;
	color: #93b6c5;
	padding-left: 3px;
	padding-right: 3px;
}