/* hide container until all is ready */
.test3,.test4{
	display: none;
}
/*Main Container*/
.container {
	width:600px;
	background-color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.container ul{
	list-style-type: none;
	margin: 0;
	padding:0;	
}
.container li{
	display: inline;
	margin: 0px;
	padding:0px;
}

.container li li{
	display: block;
	margin: 0px;
	list-style-type: none;
	white-space: normal;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: small;
}
/*Content Container*/
.contentContainer {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 310px;	
	overflow:hidden;
}

/*EXTRAS*/
.contentWrapper h3{
	background-color: #dfdfdf;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
p{
	padding: 8px;
	font-size: small;
}
/*  TEST 3  */


.contentWrapper3{
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
	font-weight: bold;
}
.contentInnerWrapper3{
	padding: 10px;
	height: 310px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.contentWrapper3 h3{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	background-color: #999999;
	text-align: center;
}
/*Content Container3
.contentContainer3 {
	padding-left: 0px;
	float: left;
	width:0px;
	height: 310px;
	overflow:hidden;
}
*/


/*Handle*/
.handle3 {
	float: left;
	width: 60px;
	height: 310px;
	text-align:center;
	border: 1px solid #666666;
}
.handle3 img{
	margin-top:0px;
/*	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80; */
}
.handleOver3{
	border: 1px solid #CCCCCC;
}
.handleOver3 img{
	margin-top:0px;

	/*filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80; */
}


.handleSelected3{
	border: 1px solid #990033;
	background-color: #333333;
/*		filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60; */
}
.stripe1 {
	background-image: url(/site/images/stripe8.gif);
	height: 310px;
	width: 60px;
}
.stripe2 {
	background-image: url(/site/images/stripe2.gif);
	height: 310px;
	width: 60px;
}.stripe3 {
	background-image: url(/site/images/stripe3.gif);
	height: 310px;
	width: 60px;
}.stripe4 {
	background-image: url(/site/images/stripe5.gif);
	height: 310px;
	width: 60px;
}.stripe5 {
	background-image: url(/site/images/stripe9.gif);
	height: 310px;
	width: 60px;
}
