

/* CSS STYLE SHEET FOR THE BOTTOM BUTTONS */


.bottom_buttons {
	float: left;
	height: 47px;
	width: 305px;
	margin-left: 30px;
}
.bottom_buttons a {
	float:left;
	height:30px;
	text-indent:-10000px;
	position:relative;
	cursor:pointer;
	width:91px;
	margin-left: 10px;
	margin-top: 8px;
}
.bottom_buttons a.facebook {
	background-image: url(../css_images/facebook_button.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.bottom_buttons a.twitter {
	background-image: url(../css_images/twitter_button.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.bottom_buttons a.youtube {
	background-image: url(../css_images/youtube_button.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.bottom_buttons a:hover {
	background-position:left bottom;
}
.bottom_buttons a.open {
	background-position:left bottom !important;
}
