body{
	position: relative;
}

#rightTabFlashBag{
	position: fixed;
	right: -400px;
	top: 200px;
	width: 450px;
	height: 168px;
	background-color: transparent;
}

#rightTabFlashBag a#flashbagTab{
	float:left;
	display: block;
	width: 50px;
	height: 168px;
	background-image: url(flashbag_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
}

#rightTabFlashBag a#flashbagTab span{
	display:none;
}

#rightTabFlashBag a#flashbagInfo{
	float:left;
	display: block;
	width: 400px;
	height: 168px;
}

#rightTabTwitter{
	position: fixed;
	right: -152px;
	top: 150px;
	width: 205px;
	height: 50px;
	background-color: transparent;
}
#rightTabTwitter a#twitterTab{
	display: block;
	width: 210px;
	height: 50px;
	background-image: url(twitter.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
}

#rightTabTwitter a#twitterTab span{
	display:none;
}

