/* hide container until all is ready */
.test {
	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;
}
/*Content Container*/
.contentContainer {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 388px;	
	overflow:hidden;
	background-color: #eeeeee; 
	border-bottom: #c6c6c6 1px solid;
	border-top: #c6c6c6 1px solid;
	border-right: #c6c6c6 1px solid;
}
.contentWrapper{	
}
.contentInnerWrapper{
	text-align: justify;
}

.panel img {
margin-right: 10px;
}

/* Handle*/
.handle{
	float: left;
	width: 27px;
	height: 390px;
	margin-left: 5px;
}
.handleOver{	
}
.handleSelected{	
}

.handle .ourwork {
	width: 27px;
	height: 390px;
	background: url(../img/tabs/ourwork_handle.jpg) no-repeat; 
}

.handle .services {
	width: 27px;
	height: 390px;
	background: url(../img/tabs/services_handle.jpg) no-repeat; 
}

.handle .aboutus {
	width: 27px;
	height: 390px;
	background: url(../img/tabs/aboutus_handle.jpg) no-repeat; 
}

.handleSelected .ourwork {
	background-position: -27px 0;
}

.handleSelected .services {
	background-position: -27px 0;
}

.handleSelected .aboutus {
	background-position: -27px 0;
}

.handleOver .ourwork {
	background-position: -27px 0;
}

.handleOver .services {
	background-position: -27px 0;
}

.handleOver .aboutus {
	background-position: -27px 0;
}
