#stage{
	/* This is where the animation takes place */
	position:relative;
	
	width:270px;
	height:150px;
	background:white;
	float:right;
	margin:5px 0px 0px 0px;padding:0;

}

.btn{
	/* This class is assigned to every share button */
	background-color:white;
	height:90px;
	left:0;
	top:0;
	width:60px;
	position:relative;
	margin:10px 0 0 10px;
	float:left;
}

.bcontent{
	/* Positioned inside the .btn container */
	position:absolute;
	top:auto;
	bottom:20px;
	left:0;

}

/* Individual rules for every share button */

.digg{	background:url(../image/shadow_Career.gif) no-repeat -4px bottom;}
.reddit{	background:url(../image/shadow_FAQ%27s.gif) no-repeat -4px bottom;}
.facebook{	background:url(../image/shadow_Home.gif) no-repeat bottom center;}
.tweetmeme{	background:url(../image/shadow_Mail.gif) no-repeat -5px bottom;}
.dzone{	background:url(../image/shadow_Admission.gif) no-repeat 0px bottom;}

.thanksto{
	position:absolute;
	bottom:2px;
	right:110px;
	font-size:10px;
}

.thanksto a,.thanksto a:visited{
	color:#BBB;
}

/* Customizing the facebook share button */

span.fb_share_no_count {
	display:block;
}

span.fb_share_count_top.fb_share_no_count {
	line-height:54px;
}

span.fb_share_count_nub_top.fb_share_no_count{
	display:none;
}

span.fb_share_no_count span.fb_share_count_inner {
	background:#3B5998 url(http://static.fbshare.me/f_only.png) no-repeat scroll 20px 5px;
	display:block;
}

