#featuredArts {
	height:90px;
	overflow:hidden;
	padding:10px 0 15px;
}
.card {
	background:url(../images/featuredArts_cards_bg.png) repeat-x;
}
.card, .card-highlight {
	float:left;
	margin-right:5px;
	padding:5px;
	overflow:hidden;
	position:relative;
	width:234px;
	border:1px solid white;
	
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #aaa;
	-webkit-box-shadow:0 0 3px #aaa;
	box-shadow:0 0 3px #aaa;
}
.card-highlight {
	background-color:#8896b3;
}
.last-card {
	margin:0;
}
.cardThumb {
	float:left;
}
.cardInfo {
	float:left;
	overflow:hidden;
	width:115px;
}
a.cardText {
	color:#fff;
	display:block;
	padding:0 0 0 8px;
	text-decoration:none;
}
h5 {
	font:12px verdana;
	font-weight:bold;
	margin:0 0 8px;
}
p.cards {
	font:12px verdana;
	line-height:1.2em;
	margin:0;
}
.arrowImg {
	background:url(../images/card_arrowImg.png) no-repeat;
	position:absolute;
	bottom:5px;
	right:8px;
	height:10px;
	width:6px;
}













/*#gallery{
	/* CSS3 Box Shadow */
/*	-moz-box-shadow:0 0 3px #aaa;
	-webkit-box-shadow:0 0 3px #aaa;
	box-shadow:0 0 3px #aaa;
	
	/* CSS3 Rounded Corners */
/*	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid white;
	margin:15px 0 0 0;
	background:url(../images/img/panel.jpg) repeat-x bottom center #fff;
}*/
