#container {

	width /**/:962px;
    

}

#rotating{width:920px; padding:0; margin-bottom: 5px; background-color : #CCCCCC;}

#primary {

	overflow: hidden;
    

}


		#secondary{float:left; border-top : 1px solid #ddd;}


.entry-content img { width: expression(this.width > 540 ? 540: true); }

.content-480px .entry-content img { width: expression(this.width > 480 ? 480: true); }

.content-580px .entry-content img { width: expression(this.width > 580 ? 580: true); }

.content-620px .entry-content img { width: expression(this.width > 620 ? 620: true); }