#show-1, #show-2, #show-3, #show-4, #show-5, #show-6 {
	cursor: pointer;	
}
.hovOff{
	color: #F7941d;
	text-decoration: none;
	background-image: url(../images2/img_homepage/arrow_link_orange.gif);
	background-repeat: no-repeat;
	background-position: 90px center;
}
.hovOn{
	color: #0c419a;
	text-decoration: none;
	background-image: url(../images2/img_homepage/arrow_link_blue.gif);
	background-repeat: no-repeat;
	background-position: 90px center;
	padding-right: 14px;
	margin-top: 8px;
	cursor: pointer;	
}
.shovOff{
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	line-height:19px;
	background-image: url(../images2/img_portfolio/dot_arrow_white.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
}
.shovOn{
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F7941d;
	line-height:19px;
	background-image: url(../images2/img_homepage/dot_arrow_off.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
}

