#bnr1, #bnr2, #bnr3, #bnr4, #bnr5, #bnr6{
	position:absolute;
	top:0px;
	left:0px;
}
#tabberContainer{
	position:relative;
	height:177px;
}
#tabberContainer h1, #tabberContainer h2, #tabberContainer h3, #tabberContainer h4, #tabberContainer h5, #tabberContainer h6 {
	padding:0px;
}
#tabberContainer h1
{
	font-size:1.25em;
}
ul.tabberLinks, ul.tabberLinks li, ul.tabberLinks li a{
	float:left;
	display:inline;
	padding:0px;
	margin:0px;
	color:#FFF;
	cursor:pointer;
}
ul.tabberLinks{
	width:100%;
}
ul.tabberLinks li
{
	width:173px;
	height:52px;
	overflow:hidden;
}

ul.tabberLinks li.tab0
{
	background:url(../../../../images/bkg/bkg_tabber.gif) no-repeat bottom left;
}
ul.tabberLinks li.tab1
{
	background:url(../../../../images/bkg/bkg_tabber.gif) no-repeat bottom center;
}
ul.tabberLinks li.tab2
{
	background-position:bottom right;
	background:url(../../../../images/bkg/bkg_tabber.gif) no-repeat bottom right;
	width:174px;
}

ul.tabberLinks li.tab0active
{
	background:url(../../../../images/bkg/bkg_tabber_active.gif) no-repeat bottom left;
}
ul.tabberLinks li.tab1active
{
	background:url(../../../../images/bkg/bkg_tabber_active.gif) no-repeat bottom center;
}
ul.tabberLinks li.tab2active
{
	background:url(../../../../images/bkg/bkg_tabber_active.gif) no-repeat bottom right;
	width:174px;
}

ul.tabberLinks li a
{
	float:left;
	font-weight:normal;
	padding : 10px;
	width : 153px;
	height : 32px;
	overflow : hidden;
}
ul.tabberLinks li a :hover
{
	text-decoration:underline;
}
ul.tabberLinks li a:focus
{
	color:#FFF;
	text-decoration:underline;
}
ul.tabberLinks li a:active
{
	color:#FFF;
	text-decoration:underline;
}

.tabberContent{
	padding:15px;
	height:90px;
}
.tabberContent img{
	float:right;
	width:145px;
	height:100px;
}
.tabberContent a{
	color:#004FC6;
}
