/* hide container until all is ready */
.test{
	display: none;
	
}

/*Main Container*/
.container ul{
	list-style-type: none;
	margin: 0;
	padding:0;	
	width:690px;
	display:block;
}

.container li{
	display: inline;
	margin: 0px;
	padding:0px;
	display:block;
}

.test ul{ 
	list-style-type: none;
	margin: 0;
	padding:0;	
}

.test li{
	display: inline;
	margin: 0px;
	padding:0px;
	width:auto;
	
}


/* Content Container */
.contentContainer {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 180px;	
	overflow:hidden;
	
}





.contentWrapper	
{
    display:block;
    margin:0px;
    margin-top:0px;
    height:180px;
    width:auto;
    background-image:url('../imagens/fundo_caixa_principal.png'); background-repeat:no-repeat;
    font-family:Tahoma;
    font-size:13px;
}


.contentInnerWrapper{
	text-align: justify;
	padding: 10px;
	
}



/* Handle*/
.handle{
	float: left;
	width: 53px;
	height: 180px;
	margin-left:auto;
	margin-right: auto;
	color:#999999;
	font-weight:bold;
	letter-spacing:0px;
	text-align:center;
	
	/*
	background:  url(../images/blade.png) no-repeat;
    */
}
.handleOver{	
	background: url(../images/blade_sel.png) no-repeat;
}
.handleSelected{	
	background: url(../imagens/box_body_pacwin32.png) no-repeat;
}
