#media_pics {
	border: medium solid #3675B6;
}
#media_titles {
	text-align: center;
	width: 175px;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#media_titles a, #media_titles a:visited{
	background-color: #3675B6;
	text-align: center;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 5px;
	white-space: nowrap;
	width: 175px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEE;
	border-right-color: #3675B6;
	border-bottom-color: #3675B6;
	border-left-color: #3675B6;
	background-image: url(../images/title_bg.png);
	background-repeat: repeat-x;
	background-position: center -5px;
}
#media_titles a:hover {
	padding-top: 3px;
	padding-bottom: 5px;
	background-repeat: repeat-x;
	background-color: #E6950F;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEE;
	border-right-color: #3675B6;
	border-bottom-color: #3675B6;
	border-left-color: #3675B6;
	background-image: url(../images/title_bg_over.png);
	background-position: center -5px;
}


#media_texts {
	border: medium solid #3675B6;
	background-repeat: repeat;
	background-color: #EEE;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	width: 165px;
	height: 180px;
}
