.link:active { text-decoration:underline; display:block;}
		.link:link	 {	text-decoration:none; 		color:#080060; display:block; }
		.link:visited{ text-decoration:none; 		color:#080060; display:block; }
		.link:hover	 { text-decoration:underline; display:block; width:100%; }

		
		.myasc{ width:15px; height:140px; float:left; background-color:#F3F3F3; display:none; }
		.mythumb{
	position:relative;
	left:5px;
	top:15px;
	height:15px;
	width:13px;
	border: 1px solid #c0c0c0;
	cursor:s-resize;
	background: #FFCC00;
}
		.myslider {
	width:165px;
	height:140px;
	overflow:hidden;
	float:left;
	position:relative;
	margin: 2px;
}
		.myup {height:5px}
		.mydw { position:relative ; height:50px; top:25px}
