/* hide container until all is ready */
.test, .test2,.test3,.test4{
	display: none;
}
/*Main Container*/
.container {
	width:988px;
    overflow: hidden;
}
.container ul{
	list-style-type: none;
	margin: 0;
	padding:0;
    width: 1020px;
}
.container li{
	display: inline;
	margin: 0px;
	padding:0px;
}
/*Content Container*/
.contentContainer {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 338px;	
	overflow:hidden;
    font-style: italic;
}
.contentWrapper{	
}
.contentInnerWrapper{

	padding: 10px;
}
/* Handle*/
.handle{
	float: left;
	width: 33px;
	height: 338px;
	margin: 0;
/*	margin-right: -10px;*/
	background:  url(../images/home/bak/government.png) no-repeat;
}
/*
.handleOver{	
	background: url(../images/blade_sel.png) no-repeat;
}
.handleSelected{	
	background: url(../images/blade_sel.png) no-repeat;
}
*/

/***************************************************************
 ***************************************************************
 ***************************************************************/


/*
#home-accordion .handleOver{	
	background: url(../images/blade_grey_sel.png) no-repeat;
}
#home-accordion .handleSelected{
	
	background: url(../images/blade_grey_sel.png) no-repeat;
}
*/
