	.subpara {
		font-size:			9px;
		color:				#333333;
		font-family:        Geneva, Arial, Helvetica, sans-serif;
	}
	.para {
		font-size:			12px;
		color:				#333333;
		font-family:        Geneva, Arial, Helvetica, sans-serif;
	}
	.title {
		font-size:			16px;
		color:				#333333;
		font-family:        Geneva, Arial, Helvetica, sans-serif;
		font-weight:		bold;
		padding-bottom:		10px;
				

	}
	body {
		font-size:			62.5%;
		color:				#333333;
		font-family:		"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
	
	#panel {
		position:			relative;
		margin:				auto;
		background:			transparent url(ExpressCard.jpg) no-repeat top left;
		width:				500px;
		height:				375px;
	}
		#pane2 {
		position:			relative;
		margin:				auto;
		background:			transparent url(expresscard_plus.jpg) no-repeat top left;
		width:				500px;
		height:				375px;
		
		}
		#pane3 {
		position:			relative;
		margin:				auto;
		background:			transparent url(SSDSilver.jpg) no-repeat top left;
		width:				500px;
		height:				375px;
		
		}
		#pane4 {
		position:			relative;
		margin:				auto;
		background:			transparent url(CardSSD.jpg) no-repeat top left;
		width:				500px;
		height:				375px;
		
		}
		#pane5 {
		position:			relative;
		margin:				auto;
		background:			transparent url(SSDGold.jpg) no-repeat top left;
		width:				500px;
		height:				375px;
		
		}
		#pane6 {
		position:			relative;
		margin:				auto;
		background:			transparent url(SSDFileMate.jpg) no-repeat top left;
		width:				500px;
		height:				375px;
		
		}
		#pane7 {
		position:			relative;
		margin:				auto;
		background:			transparent url(onehope.jpg) no-repeat top left;
		width:				500px;
		height:				375px;
		
		}
		#pane8 {
		position:			relative;
		margin:				auto;
		background:			transparent url(Rays.jpg) no-repeat top left;
		width:				500px;
		height:				375px;
		
		}
		#pane9 {
		position:			relative;
		margin:				auto;
		background:			transparent url(pro.jpg) no-repeat top left;
		width:				500px;
		height:				375px;
		
		}
		#pane10 {
		position:			relative;
		margin:				auto;
		background:			transparent url(klix.jpg) no-repeat top left;
		width:				500px;
		height:				375px;
		
		}
		#pane11 {
		position:			relative;
		margin:				auto;
		background:			transparent url(SD.jpg) no-repeat top left;
		width:				500px;
		height:				375px;
		
		}
		#pane12 {
		position:			relative;
		margin:				auto;
		background:			transparent url(SDHC.jpg) no-repeat top left;
		width:				500px;
		height:				375px;
		
		}
		#pane13 {
		position:			relative;
		margin:				auto;
		background:			transparent url(bold.jpg) no-repeat top left;
		width:				500px;
		height:				375px;
		
		}
		
	.floatingpanel {
		position:			absolute;
		display:			block;
		margin-top:			0px;
		margin-left:		5px;
		padding:			10px;
		text-indent:		0px;
		color:				#494f53;
		display:			none;
		width: 				150px;
		border: 			1px solid #c6c6c6;
		background: 		#FFFFFF;
		z-index: 			100;
		-moz-border-radius: 5px; /* this works only in camino/firefox */
		-webkit-border-radius: 5px; /* this is just for Safari */
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	}
	
	a:hover .floatingpanel {
		display:			block;
	}
	
	.floatingpanel h2 {
		margin:				0;
		padding:			0;
		color:				#323638;
		font-weight:		bold;
		font-size:			1.2em;
	}
	
	.floatingpanel p {
		margin:				0;
		margin-top:			5px;
		padding:			0;
		color:				#323638;
}

table.Design4 {
	width:700px;
    border-spacing: 0px;
    border-collapse: collapse;
}
table.Design4 th {
    text-align: left;
	background-color:#323638;
	font-family:Arial, Helvetica, sans-serif;
	color:#323638;
	font-weight:bold;
	font-size:11.5px;
    padding: 10px 10px;
    border-bottom: 2px solid #FFFFFF;
    background: #c6c6c6;
}
table.Design4 td {
    text-align: center;
    border-bottom: 2px solid #FFFFFF;
    padding: 10px 10px;
    background: #c6c6c6;
	font-family:Arial, Helvetica, sans-serif;
	color:#323638;
	font-weight:bold;
	font-size:11.5px;
}

table.Design4 thead th {
    background: #323638;
    color: #FFFFFF;
    text-align: center;
}
table.Design4 th.Corner {
    text-align: left;
}


