/*EXTRAS*/
.contentWrapper h3{

	background-color: #949599;	
}
p{
	padding: 10px;
	margin-left:111px;
	background-color:#949599;
}

/*  TEST 3  */

/*Main Container*/
.container {
	width:100%;

}
.test ul{
	list-style-type: none;
	margin-left: 0px;
	padding-left:0px;
	text-indent:0;	
	background-color:#949599;
	list-style:none;
}
.test ul li{
	display: inline; 
	margin-left: 0px;
	padding-left:0px;
		text-indent:0;
	background-color:#949599;
	list-style:none;
}
/*Handle*/
.handle {
	float: left;
	width: 55px;
	height:500px;
	text-align:left;
	margin-top:-1px;
	
	border: 1px solid white;
}
.handle img{
height:500px;
}
.handleOver{
	
	
	border: 1px solid white;
}
.handleOver img{
	
	
}
.handleSelected{
	
	background: #000;
	border: 1px solid white;
}
/*Content Container*/
.contentWrapper{
	text-align: justify;
	width:500px;

	
	
}
.contentInnerWrapper{

}
.contentWrapper h3{

}
.contentContainer {
	padding-left: 0px;	
	float: left;
	width:0px;
	height:500px;	
	overflow:hidden;
    background-color:#949599;
    margin-top:0px;
	
}
