
#press,
#small,
#space,
#rowspace,
.feature,
#thumbs,
#buttons {display:inline;}

/* add zoom:1 to overflow:hidden */
#press,
#small,
.feature {zoom:1;}


#press {
	width:436px;
	height:571px;
	float:left;
	overflow:hidden;
	padding-left:20px;
}

#small {
	width:101px;
	height:139px;
	float:left;
	overflow:hidden;
}
#space {
	width:4px;
	height:139px;
	float:left;
}
#rowspace {
	width:416px;
	height:4px;
	float:left;
	clear:both;
	display:inline;
	background-image:url(../IMAGES/blank.gif);
}
img {
	border:none;
}
a:active, a:focus {
	outline-style:none;
	-moz-outline-style:none;
}

.feature {
	height: 581px;
	width: 456px;
	position:absolute;	
	overflow:hidden;
	float:left;
}


#thumbs {
	width:10px;
	height:15px;
	float:left;
	
}
#buttons {
	width:10px;
	height:15px;
	float:left;
	font:Arial;
	font-size:12px;
}



