#magazine_container { 
	width:115px; 
	height:150px; 
	display:block; 
	position:relative;
	padding:0 0 0 12px;
}
#book_container{ 
	position:relative; 
	overflow:hidden; 
	height:150px;
}
#books {
	display:block; 
	position:relative;
	width:2000px;
}
.slideBook {
	width:115px;
	height:150px;
	overflow:hidden;
	display:block;
	position:relative; 
	float:left;
	text-align:center;
}

#product_review_container { 
	width:220px; 
	height:170px; 
	display:block; 
	position:relative;
	padding:0 0 0 25px;
}
#review_container{ 
	position:relative; 
	overflow:hidden; 
	height:170px;
}
#reviews {
	display:block; 
	position:relative;
	width:3000px;
}
.slideProduct {
	width:220px; 
	height:170px; 
	overflow:hidden;
	display:block;
	position:relative; 
	float:left;
	text-align:center;
}
#product_review_container .addfwd { display:block; position:absolute; cursor:pointer; width:10px; height:170px; top:0px; right:35px; background:url(../images/pcm_p_arrow_right.gif) no-repeat center;  }
#product_review_container .addbkwd { display:block; position:absolute; cursor:pointer; width:10px; height:170px; top:0px; left:10px; background:url(../images/pcm_p_arrow.gif) no-repeat center;  }
