/* hide container until all is ready */
.test, .test2,.test3,.test4{
	display: none;
}
/*Main Container*/
.container {
	width:100%;
}

.container ul{
	list-style-type: none;
	margin: 0;
	padding:0;	
}
.container li{
	display: inline;
	margin: 0px;
	padding:0px;
    height:0;
}
/*Content Container*/
.contentContainer {
    padding-left: 0px;
	float: left;
	width:0px;
	height: 250px;
	overflow:hidden;
}
.contentWrapper{	
}

.contentInnerWrapper{
	text-align: justify;
	padding: 0px;
    padding-top:0px;
}

/* Handle*/
.handle{
	float: left;
	width: 1px;
	height: 250px;
	margin: 1px;
	margin-right: -5px;
    background: white;
	/*background:  url(/includes/images/blade.png) no-repeat;*/
}
.handleOver{	
    background: white;
	/*background: url(/includes/images/blade_sel.png) no-repeat;*/
}
.handleSelected{	
    background: white;
	/*background: url(/includes/images/blade_sel.png) no-repeat;*/
}

#flashbanner h3{
    padding-bottom:0px;
    margin-top:0px;
    margin-bottom:0px;
}

#newsFlash h3{
    font-size:1.8em;
    color:red;
}

#newsFlash {
    padding-top:2em;
    padding-bottom:2em;
    margin:1em;
    border-top:1px solid black;
}


