﻿#tabContainer {
	height: 200px;
	overflow: hidden;
	margin-bottom: 10px;
	background: url(../img/loading.jpg) no-repeat center center;
}
.loading * {	display:none;}
#tabs {
	float:left;
	clear:left;
	margin:0;
	padding:0;
	list-style:none;
}
#tabs li {
	float:left;
	clear:left;
	margin:0;
	padding:0;
}
#tabs a#b1:link,
#tabs a#b1:visited {
	float:left;
	clear:left;
	background: url(../img/hometabs/images/inactive_01.gif) no-repeat top left;
	height:50px;
	width: 216px;
	text-indent:-9999px;
	overflow: hidden;
}
#tabs a#b2:link,
#tabs a#b2:visited {
	float:left;
	clear:left;
	background: url(../img/hometabs/images/inactive_02.jpg) no-repeat top left;
	height:50px;
	width: 216px;
	text-indent:-9999px;
	overflow: hidden;
}
#tabs a#b3:link,
#tabs a#b3:visited {
	float:left;
	clear:left;
	background: url(../img/hometabs/images/inactive_03.jpg) no-repeat top left;
	height:50px;
	width: 216px;
	text-indent:-9999px;
	overflow: hidden;
}
#tabs a#b4:link,
#tabs a#b4:visited {
	float:left;
	clear:left;
	background: url(../img/hometabs/images/inactive_04.jpg) no-repeat top left;
	height:50px;
	width: 216px;
	text-indent:-9999px;
	overflow: hidden;
}
#tab_0,
#tabs .here a#b1:link,
#tabs .here a#b1:visited {
	float:left;
	clear:left;
	background: url(../img/hometabs/images/active_01.gif) no-repeat top left;
	height:50px;
	width: 216px;
	text-indent:-9999px;
	overflow: hidden;
}
#tab_1,
#tabs .here a#b2:link,
#tabs .here a#b2:visited {
	float:left;
	clear:left;
	background: url(../img/hometabs/images/active_02.jpg) no-repeat top left;
	height:50px;
	width: 216px;
	text-indent:-9999px;
	overflow: hidden;
}
#tab_2,
#tabs .here a#b3:link,
#tabs .here a#b3:visited {
	float:left;
	clear:left;
	background: url(../img/hometabs/images/active_03.jpg) no-repeat top left;
	height:50px;
	width: 216px;
	text-indent:-9999px;
	overflow: hidden;
}
#tab_3,
#tabs .here a#b4:link,
#tabs .here a#b4:visited {
	float:left;
	clear:left;
	background: url(../img/hometabs/images/active_04.jpg) no-repeat top left;
	height:50px;
	width: 216px;
	text-indent:-9999px;
	overflow: hidden;
}	
#tab #tab_0,
#tab #tab_1,
#tab #tab_2,
#tab #tab_3{
	text-indent:0 !important;
}
#tabs a img {float:left; display:block;margin:0;padding:0;border:0;}