/* ALL BUTTON, LINK AND TEXT CSS
#######################################*/
.btn {
	background:url(../images/allbuttons.png) no-repeat;
	line-height:0px;
	font-size:0px;
	border:none;
	padding:0px;
	margin:0px;
	cursor:pointer;
	overflow:hidden;
	display:block;
	text-indent:-999999999999999999px;
	}
.link	{ background-position:0 -40px; width:64px; height:21px; }


.moreinfobtn {
	display:block;
	background-position:0 -619px; 
	height:26px;
	width:83px;
	text-indent:-99999px;
	}
.morebtn { 
	display:block;
	width:58px; height:21px;
	background-position:0 -95px;
	text-indent:-9999px;
	}
.morebtn:hover, .link:hover {
	background-position:0 -61px;
	}
.morebtn1  { 
	display:block;
	width:58px; height:21px;
	background-position:0 -95px;
	text-indent:-9999px;
	}
.morebtn:hover {background-position:0 -116px;}
.link {
	position:absolute;
	right:0px;
	bottom:0px;
	}

