/* CSS Document */

/* portfolio navigation */

/* COMMON ELEMENTS - ALL CREATIVE */
ul.categories {
	padding-top:  50px;
}
#showcase li {
	display:inline;
	background-position:right;
}
#showcase a {
	float:left;
}
/*#ex1 span {
	background-repeat:no-repeat;
	display:block;
	width:250px;
	height:250px;
	position:absolute;
	top:-250px;
	left:110px;
}*/
#ex1 {
	background-repeat:no-repeat;
	display:block;
	width:50px;
	height:50px;
	float:left;
}
#ex2, #ex3, #ex4, #ex5, #ex6, #ex7, #ex8, #ex9, #ex10, #ex11, #ex12, #ex13, #ex14, #ex15 {
	background-repeat:no-repeat;
	background-position:right;
	display:block;
	width:50px;
	height:50px;
	float:left;
}

#ex1:hover span, #ex2:hover span, #ex3:hover span, #ex4:hover span, #ex5:hover span, #ex6:hover span, #ex7:hover span, #ex8:hover span, #ex9:hover span, #ex10:hover span, #ex11:hover span, #ex12:hover span, #ex13:hover span, #ex14:hover span, #ex15:hover span {
	background-repeat:no-repeat;
	display:block;
	width:250px;
	height:250px;
	position:absolute;
	top:-265px;
	left:110px;
}

/*  BACKGROUND IMAGES FOR PRINT */

#ex1 span {
	background:url(website images/featured/WEB_massmedia_FT.jpg);
}
#ex1 {
	background:url(website images/thumbnails/WEB_massmedia_TH.jpg);
}
#ex2:hover span {
	background:url(website images/featured/WEB_grrrls_FT.jpg);
}
#ex2 {
	background:url(website images/thumbnails/WEB_grrrls_TH.jpg);
	background-position:right;
}
#ex3:hover span {
	background:url(website images/featured/WEB_b95_FT.jpg);
}
#ex3 {
	background:url(website images/thumbnails/WEB_b95_TH.jpg);
	background-position:right;
}
#ex4:hover span {
	background:url(website images/featured/WEB_cos_FT.jpg);
}
#ex4 {
	background:url(website images/thumbnails/WEB_cos_TH.jpg);
	background-position:right;
}
#ex5:hover span {
	background:url(website images/featured/WEB_cappadona_FT.jpg);
}
#ex5 {
	background:url(website images/thumbnails/WEB_cappadona_TH.jpg);
	background-position:right;
}
#ex6:hover span {
	background:url(website images/featured/WEB_adcoach_FT.jpg);
}
#ex6 {
	background:url(website images/thumbnails/WEB_adcoach_TH.jpg);
	background-position:right;
}
#showcase a:hover{
	background-position:left;
}*

/* float clear */
#showcase:after, #showcase ul:after {
	content:".";
	height:0;
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both;
}

