

/*Primary Graphic (can add a -XXX to the end to define each individual positon, where XXX is the order num) */
div.sc-casestudy-pg {

}
div.sc-casestudy-pg img {
	opacity:.75;
}

div.sc-casestudy-pg img:hover {
	opacity:1.0;
}

/*Individual Gallery Graphic(can add a -XXX to the end to define each individual positon, where XXX is the order num) */
div.sc-casestudy-gg {
	float:left;
	padding:4px;
}

/*Group Gallery Graphic(can add a -XXX to the end to define each individual positon, where XXX is the order num) */
div.sc-casestudy-gg-gallery {
	float:left;
	padding:10px 4px 4px;
}
div.sc-casestudy-gg-gallery img {
	opacity:.75;
	border:1px solid #333333;
}
div.sc-casestudy-gg-gallery img:hover {
	opacity:1.0;
	border:1px solid #333333;
}

