/*EXTRAS*/
.contentWrapper h3{
border-bottom: 1px solid silver;
background-color: #efefef;	
}
p {
padding: 10px;
}

/*  TEST 3  */

/*Main Container*/
.container3 {
	width:100%;
}
.container3 ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;	
}
.container3 li{
	display: inline; 
	margin: 0px;
	padding:0px;
}


/*Handle*/
.handle3 {
float: left;
width: 45px;
height: 400px;
text-align:center;
background: url(../images/altoksag.png) #c6d9e1 no-repeat;
border: 1px solid white;
cursor:hand;
}

.handle3 img{
margin-top:2px;
}

/*.handleOver3{
background: #8ec640;
border: 1px solid white;
}*/
.handleOver3{
background: #9eb5be;/*0099c7*/
border: 1px solid white;
}
.handleOver3 img{
margin-top:2px;
}

.handleSelected3{
width: 1px;
background: #efefef;
border: 0px solid white;
DISPLAY: none;
}

/*Content Container*/
.contentWrapper3{
text-align: justify;

}
.contentInnerWrapper3{
padding: 10px;
}
.contentWrapper3 h3{
border-bottom: 1px solid silver;
color: #1E90FF;
}
.contentContainer3 {
padding-left: 0px;	
float: left;
width:0px;
height: 400px;	
overflow:hidden;
}