/*======= index-4.html =======*/
#page5 #content .col-1 { 
	width:230px;
	margin-right:100px;
	margin-left: 5px;
	/*Test
	background-color: white;*/
}

#page5 #content .col-2 {
	width:280px;
	margin-right: 5px;
	/*Test
	background-color: red;*/
}


/*=========================*/


/*======= index-2.html =======*/
#page3 #content .col-1 { 
	width:140px;
	text-align: center;
	margin-right:20px;
	overflow: hidden;
	/*Test
	background-color: white;
	background: url(../img/test.jpg);*/
}

#page3 #content .col-2 {
	width:140px;
	text-align: center;
	margin-right:20px;
	overflow: hidden;
	/*Test
	background-color: red;*/
}

#page3 #content .col-3 { 
	width:140px;
	text-align: center;
	margin-right:20px;
	overflow: hidden;
	/*Test
	background-color: white;*/
}

#page3 #content .col-4 {
	width:140px;
	text-align: center;
	overflow: hidden;
	/*Test
	background-color: red;*/
}


/*=========================*/



/*===== Highlight Picture ==========*/
.toggleopacity img{
opacity:.40;
-moz-opacity:.4;
filter:alpha(opacity=40);
}

.toggleopacity:visited img{
opacity:.40;
-moz-opacity:.4;
filter:alpha(opacity=40);
}

.toggleopacity:hover img{
opacity:.99;
-moz-opacity:.10;
filter:alpha(opacity=100);
}
/*===============================*/
