/*-------------------------------------------------
POP-UP WINDOW STYLES
-------------------------------------------------*/

* { margin: 0; padding: 0; }

html, body { height: auto; }

/* Page body */
body {
	background: #fff url(/images/bkd_slideshow_photo.jpg) top center no-repeat;
	text-align: center;
	font-family: 'Trebuchet MS', Helvetica, Arial, Sans-serif;
	}

/* Pop-up body content */
#PopBody {
	width: 476px;
	padding-top: 10px;
	margin: 75px auto 0 auto;
	border: 1px solid #ccc;
	background-color: #fff;
	}

#PopBody h2 {
	font-size: 14px;
	color: #333;
	margin: 0;
	padding: 0 0 2px 0;
	font-weight: normal;
	text-transform: none;
	}

#PopBody h5 {
	text-transform: none;
	margin: 0;
	padding: 0 0 7px 0;
	font-weight: normal;
	}

/* Image border */
#PopBody img {
	 border: 1px solid #ccc;
	 }
	
/* Next and Previous link area */
#PopNextPrev {
	padding: 12px 0 15px 0;
	width: 100%;
	text-align: center;
	font-size: 11px;
	}

#PopNextPrev a.next {
	padding-right: 8px;
	background: transparent url(../img/bullet_arrow.gif) center right no-repeat;
	}

#PopNextPrev a.prev {
	padding-left: 8px;
	background: transparent url(../img/bullet_arrow_left.gif) center left no-repeat;
	}

#PopNextPrev a.inactive:link, #PopNextPrev a.inactive:visited {
	color: #666;
	}
