﻿
/*---------------CSS FILTERS----------------*/
.divider { filter: alpha(opacity=50); opacity: 0.5; -moz-opacity: 0.5; -khtml-opacity: 0.5; }
.recentProject img, .ProjectThumb img { filter: alpha(opacity=85); opacity: 0.85; -moz-opacity: 0.85; -khtml-opacity: 0.85; }
.recentProject img:hover,.ProjectThumb img:hover  { filter: alpha(opacity=100); opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; }
.floatybox-right li img { filter: alpha(opacity=100); opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; }
.floatybox-right li img:hover { filter: alpha(opacity=75); opacity: 0.75; -moz-opacity: 0.75; -khtml-opacity: 0.75; }
.lightstripe h3 img { filter: alpha(opacity=75); opacity: 0.75; -moz-opacity: 0.75; -khtml-opacity: 0.75; }
.lightstripe h3 img:hover { filter: alpha(opacity=100); opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; }
.newsLinks img { filter: alpha(opacity=70); opacity: 0.7; -moz-opacity: 0.7; -khtml-opacity: 0.7; }
.newsLinks img:hover { filter: alpha(opacity=80); opacity: 0.8; -moz-opacity: 0.8; -khtml-opacity: 0.8; }
.projectLinks img { filter: alpha(opacity=70); opacity: 0.7; -moz-opacity: 0.7; -khtml-opacity: 0.7; }
.projectLinks img:hover{ filter: alpha(opacity=80); opacity: 0.8; -moz-opacity: 0.8; -khtml-opacity: 0.8; }
.projectLinks .divider { filter: alpha(opacity=20); opacity: 0.2; -moz-opacity: 0.2; -khtml-opacity: 0.2; }
