/* hide container until all is ready */
.test, .test2,.test3,.test4{
	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:195px;	
	overflow:hidden;
}
.contentWrapper{	
}
.contentInnerWrapper{
	text-align: justify;
	padding: 10px;
}

/*  TEST 3  */

/*Main Container*/
.container3 {
	width:990px;	
}
.container3 ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;
}
.container3 li{
	display: inline; 
	margin: 0px;
	padding:0px;
}
/*Handle*/
.handle3 {
	float: left;
	width: 28px;
	height: 195px;
}
.handle3 img{
}
.handleOver3{	
	background:white;
}
.handleOver3 img{
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
}
.handleSelected3{	
}
/*Content Container*/
.contentWrapper3{
	text-align: left;	
}
.contentInnerWrapper3{
}
.contentWrapper3 h3{
}
.contentContainer3 {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 195px;	
	overflow:hidden;
}

.contentInnerWrapper3 img {
	display:block;
	float:left;
}

.contentInnerWrapper3 .copy {
	width:195px;
	height:165px;
	padding:15px;
	float:right;
	line-height:1.6em;
}

.contentInnerWrapper3 .copy p { 
	margin-top:5px;
	color:#ffffff;
}

.contentInnerWrapper3 .copy.teal 	     { background:#4f8d97; }
.contentInnerWrapper3 .copy.teal a 	     { color:#4a207e; }
.contentInnerWrapper3 .copy.teal a:hover { color:#d95c05; }

.contentInnerWrapper3 .copy.orange  		{ background:#d95c05; }
.contentInnerWrapper3 .copy.orange a 	    { color:#4a207e; }
.contentInnerWrapper3 .copy.orange a:hover 	{ color:#626262; }

.contentInnerWrapper3 .copy.lightblue 			{ background:#96b1d0; }
.contentInnerWrapper3 .copy.lightblue a 	    { color:#4a207e; }
.contentInnerWrapper3 .copy.lightblue a:hover 	{ color:#626262; }

.contentInnerWrapper3 .copy.purple 			{ background:#4a207e; }
.contentInnerWrapper3 .copy.purple a 	    { color:#d95c05; }
.contentInnerWrapper3 .copy.purple a:hover 	{ color:#626262; }
.contentInnerWrapper3 .copy.purple h2 	    { color:#96b1d0; }

.contentInnerWrapper3 .copy.grey 			{ background:#626262; }
.contentInnerWrapper3 .copy.grey a 	    	{ color:#d95c05; }
.contentInnerWrapper3 .copy.grey a:hover 	{ color:#4a207e; }
.contentInnerWrapper3 .copy.grey h2 	    { color:#96b1d0; }