@media screen and (min-width:580px) {	#impact_preview {		margin:auto;		width:100%;	}}@media screen and (max-width:580px) {	#impact_preview {		display:none;	}}#impact_preview_outer {	position:relative;	margin:auto;	width:100%;	border-top-left-radius:5px;	border-top-right-radius:5px;	-moz-border-top-left-radius:5px;	-moz-border-top-right-radius:5px;	-webkit-border-top-left-radius:5px;	-webkit-border-top-right-radius:5px;	background-color:#ffffff;	border:1px solid #797979;}#impact_preview_inner_0 {	position:absolute;	top:0px;	left:0px;	display:block;}#impact_preview_inner_1 {	position:absolute;	top:0px;	left:0px;	display:none;}.impact_preview_images {	width:50%;	display:table-cell;	vertical-align:top;}.impact_preview_images a img {	border:1px solid #797979;}.impact_preview_spacer {	width:10px;	display:table-cell;	vertical-align:top;}#impact_preview_menu {	position:relative;	margin:auto;	width:100%;	height:30px;	text-align:left;	border-bottom-left-radius:5px;	border-bottom-right-radius:5px;	-moz-border-bottom-left-radius:5px;	-moz-border-bottom-right-radius:5px;	-webkit-border-bottom-left-radius:5px;	-webkit-border-bottom-right-radius:5px;	background-color:#383836;	border:1px solid #797979;}#impact_preview_menu .impact_preview_buttons {	display:inline-block;	padding:28px 13px 0px 0px;	width:10px;	height:10px;	cursor:pointer;	background:url('/images/blog_button_out.png?v=1.0') no-repeat center center;}#impact_preview_menu .over {	background:url('/images/blog_button_over.png?v=1.0') no-repeat center center;}#impact_preview_menu .impact_preview_buttons:hover {	background:url('/images/blog_button_over.png?v=1.0') no-repeat center center;}#impact_preview_menu .impact_preview_arrows {	position:absolute;	top:4px;	right:2px;	cursor:pointer;}#impact_preview_left_arrow {	display:inline-block;	height:20px;	width:20px;	background:url('/images/blog_back_out.png?v=1.0') no-repeat center center;}#impact_preview_left_arrow:hover {	background:url('/images/blog_back_over.png?v=1.0') no-repeat center center;}#impact_preview_right_arrow {	display:inline-block;	height:20px;	width:20px;	background:url('/images/blog_next_out.png?v=1.0') no-repeat center center;}#impact_preview_right_arrow:hover {	background:url('/images/blog_next_over.png?v=1.0') no-repeat center center;}