/* All three heights need to be changed. Top two the same and the last one 20px greater than the other two. e.g. 130px, 130px, 150px */

.homepromo .navcontent {
min-height:148px;
}
/*\*/
html*.homepromo .navcontent {
height:148px;/*seen only by safari*/
}/**/
/* Holly Hack \*/
* html .homepromo .navcontent {
height: 168px;/*seen only by internet explorer*/
}
/* Holly Hack */




/* 3 more height changes due to the homepage listen again switch around. Must be same 3 heights as above 3. */

/* All three heights need to be changed. Top two the same and the last one 20px greater than the other two. e.g. 130px, 130px, 150px */
#homepreviousepisodes #home	{
min-height:148px;
}
/*\*/
html*#homepreviousepisodes #home {
height:148px;/*seen only by safari*/
}/**/
/* Holly Hack \*/
* html #homepreviousepisodes #home {
	height: 168px;
}
/* Holly Hack */


