/* CSS Document for download button links*/

.sermonBtn
	{
	width: 176px;
	height: 33px;
	float:right;
	margin-right: 5px;
	}
	
a:link.listen
	{
	display:block;
	float:left;
	width: 87px;
	height: 33px;
	background-image:url(images/btn_listen.gif);
	text-indent:-99999px;
	}
	
a:link.save
	{
	display:block;
	float:right;
	width: 89px;
	height: 33px;
	background-image:url(images/btn_save.gif);
	text-indent: -99999px;
	}
	
a:visited.listen
	{
	display:block;
	float:left;
	width: 87px;
	height: 33px;
	background-image:url(images/btn_listen.gif);
	text-indent:-99999px;
	}
	
a:visited.save
	{
	display:block;
	float:right;
	width: 89px;
	height: 33px;
	background-image:url(images/btn_save.gif);
	text-indent: -99999px;
	}
	
a:hover.listen
	{
	display:block;
	float:left;
	width: 87px;
	height: 33px;
	background-image:url(images/btn_listen.gif);
	background-position:bottom;
	text-indent:-99999px;
	}
	
a:hover.save
	{
	display:block;
	float:right;
	width: 89px;
	height: 33px;
	background-image:url(images/btn_save.gif);
	background-position:bottom;
	text-indent: -99999px;
	}