@charset "UTF-8";

#photoFlow {
	clear: left;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	width: 950px;
	text-align: center;
}

/* Channels - What's New/Featured Selections/Press Box/For Photographers
------------------------------------------------------------------------------------------------- */	
#channelsTopCap { 
	margin: 0 auto;
	padding: 0;
}
#channels {
	float: left;
	margin: 0;
	padding: 0;
	background: url(../images/channels_bottom_cap.gif) no-repeat bottom left;
}
.box {
	float: left;
	width: 239px;
	min-height: 130px;
	height: auto !important;
	height: 110px;
}
.box .gutter {
	padding: 17px 0px 0 12px;
	text-align: center;
}
.box a:link, .box a:visited {
	color: #6a6a61;
	text-decoration: none;
}
.box a:hover, .box a:active {
	color: #71172d;
	text-decoration: none;
}
.box h3 {
	margin: 0;
	padding: 0 0 5px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6a6a61;
	line-height: 1em;
	text-align: left;
	border-bottom: none;
}
.box p {
	margin: 0;
	padding: 0 0 5px 10px;
	font-size: 85% !important;
	font-size: 11px;
	color: #666;
	line-height: 1.2em;
	text-align: left;
}
.box img {
	padding: 0 8px 15px 0;
}