/* CSS Document */

/* portfolio navigation */

/* COMMON ELEMENTS - ALL CREATIVE */
ul.categories {
	padding-top:  50px;
}
#showcase li {
	display:inline;
	background-position:right;
}
#showcase a {
	float:left;
}
.adv_catPR #showcase {
	background:#330000;
}
/*#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/B95_buffett_FT.jpg);
}
#ex1 {
	background:url(website images/thumbnails/B95_buffett_TH.jpg);
}
#ex2:hover span {
	background:url(website images/featured/B95_ad07_FT.jpg);
}
#ex2 {
	background:url(website images/thumbnails/B95_ad07_TH.jpg);
	background-position:right;
}
#ex3:hover span {
	background:url(website images/featured/B95_stablercard_FT.jpg);
}
#ex3 {
	background:url(website images/thumbnails/B95_stablercard_TH.jpg);
	background-position:right;
}
#ex4:hover span {
	background:url(website images/featured/B95_blueangels_FT.jpg);
}
#ex4 {
	background:url(website images/thumbnails/B95_blueangels_TH.jpg);
	background-position:right;
}
#ex5:hover span {
	background:url(website images/featured/GRRRLS_flyer_FT.jpg);
}
#ex5 {
	background:url(website images/thumbnails/GRRRLS_flyer_TH.jpg);
	background-position:right;
}
#ex6:hover span {
	background:url(website images/featured/CSB_CherryHill_FT.jpg);
}
#ex6 {
	background:url(website images/thumbnails/CSB_CherryHill_TH.jpg);
	background-position:right;
}
#ex7:hover span {
	background:url(website images/featured/B95_wayne_FT.jpg);
}
#ex7 {
	background:url(website images/thumbnails/B95_wayne_TH.jpg);
	background-position:right;
}
#ex8:hover span {
	background:url(website images/featured/CSB_IYJS1_FT.jpg);
}
#ex8 {
	background:url(website images/thumbnails/CSB_IYJS1_TH.jpg);
	background-position:right;
}
#ex9:hover span {
	background:url(website images/featured/GRRRLS_brochure_FT.jpg);
}
#ex9 {
	background:url(website images/thumbnails/GRRRLS-brochure_TH.jpg);
	background-position:right;
}
#ex10:hover span {
	background:url(website images/featured/dr_o_FT.jpg);
}
#ex10 {
	background:url(website images/thumbnails/dr_o_TH.jpg);
	background-position:right;
}
#ex11:hover span {
	background:url(website images/featured/B95_swimprogram_FT.jpg);
}
#ex11 {
	background:url(website images/thumbnails/B95_swimprogram_TH.jpg);
	background-position:right;
}
#ex12:hover span {
	background:url(website images/featured/B95_billfishguide_FT.jpg);
}
#ex12 {
	background:url(website images/thumbnails/B95_billfishguide_TH.jpg);
	background-position:right;
}
#ex13:hover span {
	background:url(website images/featured/CSB_sign_FT.jpg);
}
#ex13 {
	background:url(website images/thumbnails/CSB_sign_TH.jpg);
	background-position:right;
}
#ex14:hover span {
	background:url(website images/featured/B95_horseshow_FT.jpg);
}
#ex14 {
	background:url(website images/thumbnails/B95_horseshow_TH.jpg);
	background-position:right;
}
#ex15:hover span {
	background:url(website images/featured/B95_ala_FT.jpg);
}
#ex15 {
	background:url(website images/thumbnails/B95_ala_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;
}

