/* CSS Document */

#outer {
	width:100%;
	background:#FFF;
	height:auto;
	border:0;
	padding:0;
}

#top {
	width:100%;
}

#middle {
	width:auto;
}

#rightMiddle {
	width:100%;
	float:none;
}

#leftMiddle, #bottom, #footer, #thumbs, .hideMe {
	display:none;
}

#largePic2, #largePic3, #largePic4, #largePic5, #largePic6, #largePic7, #largePic8 {
	display:block !important;
}

#contentLeft, .detailLeft, #contentRight, .detailsRight {
	width:100% !important;
	float:left !important;
}

#mainPic {
	width:100% !important;
}
#mainPic img {
	width:280px;
	height:210px;
	margin:0 20px 20px 0;
	float:left;
}







