.wrapper
{
}
.container
{
	width: 149px;
	height: 503px;
	position: relative;
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	background: url(http://www.footfriends.com/images/spriteHQ.jpg) no-repeat top left;
}
/*Set up background postions & hovers
(using jQuery for IE compatibility)*/
#fb
{
	width: 151px;
}
#fb.hover
{
	background-position: 0px -503px;
}
#fm
{
	background-position: -150px 0px;
	width: 150px;
}
#fm.hover
{
	background-position: -150px -503px;
}
#tickle
{
	background-position: -301px 0px;
	width: 153px;
}
#tickle.hover
{
	background-position: -301px -503px;
}
#sox
{
	background-position: -454px 0px;
	width: 153px;
}
#sox.hover
{
	background-position: -454px -503px;
}
#sbs
{
	background-position: -607px 0px;
	width: 155px;
}
#sbs.hover
{
	background-position: -607px -503px;
}
/*Make Anchors look like they are the buttons ;-)*/
.container A
{
	display: block;
	text-indent: -10000px;
	outline: none;
/*using screen reader friendly text, and hiding it from display*/
	width: 131px;
	height: 55px;
}
.container A.pictures
{
	/*+placement:anchor-top-left 9px 326px;*/
	position: absolute;
	left: 9px;
	top: 326px;
}
.container A.videos
{
	/*+placement:anchor-top-left 9px 393px;*/
	position: absolute;
	left: 9px;
	top: 393px;
}
.updatesText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
}.updatesText a:link {
	color: #990000;
	text-decoration: none;
}
.updatesText a:visited {
	color: #990000;
	text-decoration: none;
}
.updatesText a:hover {
	color: #990000;
	text-decoration: underline;
}

