@charset "utf-8";

#twitter_button_container
{
	position: absolute;
	display: block;
	width: 31px;
	height: 30px;
	top: 5px;
	left: -31px;		
	margin:0;
	padding:0;
	background-color: transparent;
	background-repeat: no-repeat; 
	z-index: 1;
}	

#facebook_button_container
{
	position: absolute;
	display: block;
	width: 31px;
	height: 30px;
	top: 41px;
	left: -31px;		
	margin:0;
	padding:0;
	background-color: transparent;
	background-repeat: no-repeat; 
	z-index: 1;
}	

#youtube_button_container
{
	position: absolute;
	display: block;
	width: 31px;
	height: 30px;
	top: 77px;
	left: -31px;
	margin:0;
	padding:0;
	background-color: transparent;
	background-repeat: no-repeat; 
	z-index: 1;
}	

.twitter_button
{
	display: block;
	width: 31px;
	height: 30px;
	margin:0;
	padding:0;
	background:url("images/ss_tw_button.png") 0 0 no-repeat;
	background-color: transparent;
	background-repeat: no-repeat; 
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0;
	z-index: 2;
}

.facebook_button
{
	display: block;
	width: 31px;
	height: 30px;
	margin:0;
	padding:0;
	background:url("images/ss_fb_button.png") 0 0 no-repeat;
	background-color: transparent;
	background-repeat: no-repeat; 
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0;
	z-index: 2;
}

.youtube_button
{
	display: block;
	width: 31px;
	height: 30px;
	margin:0;
	padding:0;
	background:url("images/ss_yt_button.png") 0 0 no-repeat;
	background-color: transparent;
	background-repeat: no-repeat; 
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0;
	z-index: 2;
}

a:visited.twitter_button
{
	background-position: 0 0px;
}

a:hover.twitter_button
{
	background-position: 0 -30px;
}

a:active.twitter_button
{
	background-position: 0 0px;
}

a:focus.twitter_button
{
	outline:0;
}

a:visited.facebook_button
{
	background-position: 0 0px;
}

a:hover.facebook_button
{
	background-position: 0 -30px;
}

a:active.facebook_button
{
	background-position: 0 0px;
}

a:focus.facebook_button
{
	outline:0;
}

a:visited.youtube_button
{
	background-position: 0 0px;
}

a:hover.youtube_button
{
	background-position: 0 -30px;
}

a:active.youtube_button
{
	background-position: 0 0px;
}

a:focus.youtube_button
{
	outline:0;
}
