/*Main Container*/

body{
	background-image:url(../images/bkg_body.jpg);
	background-repeat:repeat-x;
	background-color:#999999;
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	color:#CCC;

}

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


/*Handle*/
.handle3 {
	float: left;
	width: 102px;
	height: 400px;
	text-align:center;
}
.handle3 img{
	margin-top:0px;
	
}
.handleOver3{
	
	background: #000;
}
.handleOver3 img{
	margin-top:0px;
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}
.handleSelected3{
	background: #000;
	border: 1px solid white;
}


/*Content Container*/
.contentWrapper3{
	text-align: justify;
	
}
.contentInnerWrapper3{
	padding-left:10px;
	padding-right:10px;
}
.contentWrapper3 h3{
	border-bottom: 1px solid silver;
	padding-bottom:0px;
	font-size:11px;
	color: #FFF;
}
.contentWrapper3 a{
	font-weight:bold;
	color: #FFF;
}


/*Animation Start*/
.contentStart3 {
	padding-left: 0px;	
	float: left;
	width: 0px;
	height: 400px;	
	overflow:hidden;
}


/*Animation End*/
.contentEnd3 {
	float: left;	
	height: 400px;
}

