@charset "UTF-8";
/* CSS Document */

#headline {
	position: absolute;
	border: 0px;
	top: 12px;
	left: 245px;
}

#new_stuff {
	position: absolute;
	left: 25px;
	top: 190px;
	width: 973px;
	height: 470px;
	border: none;
	background-color: #FFF;
}

.image_fx {
	border: 1px solid #25408F;
	/*overflow: visible;*/
	-moz-box-shadow: -7px 7px 6px #C7C9CB;
	-webkit-box-shadow: -7px 7px 6px #C7C9CB;
	box-shadow: -7px 7px 6px #C7C9CB;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#C7C9CB')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#C7C9CB');
	z-index: 0;
}

#arrow_left {
	height: 16px;
	width: 14px;
	position: absolute;
	left: 137px;
	top: 220px;
	z-index: 3;
}

#arrow_right {
	height: 16px;
	width: 14px;
	position: absolute;
	left: 1014px;
	top: 220px;
	z-index: 4;
}
