#header #nav-wrapper #jsddm li {
	-webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; /* Safari prototype */
	-moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; /* Gecko browsers */
	border-radius-topleft: 10px; border-radius-topright: 10px; /* Everything else - limited support at the moment */
	}
#header #nav-wrapper #jsddm li ul {
	-webkit-border-bottom-left-radius: 10px; -webkit-border-bottom-right-radius: 10px; /* Safari prototype */
	-moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px; /* Gecko browsers */
	border-radius-bottomleft: 10px; border-radius-bottomright: 10px; /* Everything else - limited support at the moment */
	}
	#header #nav-wrapper #jsddm li ul li {
		-webkit-border-radius: 0 !important; /* Safari prototype */
		-moz-border-radius: 0 !important; /* Gecko browsers */
		border-radius: 0 !important; /* Everything else - limited support at the moment */
		}
.photo-meta-data { 
	position: relative !important;
	z-index: 9999 !important; 
	}
#search-wrapper #search-form #searchLink, #magazine-wrapper .download-issue {
	-webkit-border-radius: 7px; /* Safari prototype */
	-moz-border-radius: 7px; /* Gecko browsers */
	border-radius 7px; /* Everything else - limited support at the moment */
	}