div.popup_container {
	margin: auto;
	width: 598px;
}

div.popup_inner_container {
	float: left;
	width: 598px;
}

div.popup_inner_container div.popup_top {
	float: left;
	width: 598px;
	height: 10px;
	background-image: url(../images/popup_top.png);
	background-repeat: no-repeat;
}

div.popup_inner_container div.popup_bottom {
	float: left;
	width: 598px;
	height: 9px;
	background-image: url(../images/popup_bottom.png);
	background-repeat: no-repeat;
}

div.popup_inner_container div.popup_middle {
	float: left;
	width: 598px;
	background-image: url(../images/popup_middle_pattern.png);
	background-repeat: repeat-y;
}

div.popup_title_links {
	float: left;
	padding: 12px 0 12px 30px;
}

div.popup_title_links h2 {
	font-weight: bold;
	color: #ffdb00;
	font-size: 16px;
	float: left;
	padding: 0px;
	margin: 0px;
}

div.popup_title_links p {
	float: left;
	padding: 5px 0 0 32px;
	margin: 0px;
	font-size: 14px;
	color: #ffdb00;
}

a.popup_close {
	display: block;
	float: right;
	width: 54px;
	height: 14px;
	background-image: url(../images/popup_close.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 8px 16px 0 0;
}

a.popup_prev {
	color: #ffdb00;
	text-decoration: none;
	background-image: url(../images/arrow_left.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 0 0 0 12px;
}

a.popup_prev:hover,
a.popup_next:hover {
	text-decoration: underline;
}

a.popup_next {
	color: #ffdb00;
	text-decoration: none;
	background-image: url(../images/arrow_right.jpg);
	background-repeat: no-repeat;
	background-position: 36px 5px;
	padding: 0 12px 0 4px;
}

div.popup_viewport {
	width: 535px;
	float: left;
	margin: 0 0 22px 32px;
	position: relative;
	overflow: hidden;
}

div.popup_image_reel {
	float: left;
	position: relative;
	height: 324px;
	width: 9000px;
	top: 0px;
	left: 0px;
}

div.popup_info_container {
	float: left;
	padding: 0 30px 12px 30px;
	width: 538px;
}

div.popup_info_container h4 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #ffdb00;
	letter-spacing: -1px;
}

div.popup_info_container ul {
	padding: 10px 0 10px 0;
	margin: 0px;
}

div.popup_info_container ul li {
	font-size: 11px;
	line-height: 16px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

div.popup_info_container ul li a {
	color: #d4d3d3;
	text-decoration: none;
}

div.popup_info_container ul li a:hover {
	text-decoration: underline;
	color: #ffffff;
}

/* FLASH POPUP STYLES */
div.flash_popup_container {
	margin: auto;
	width: 840px;
}

div.flash_popup_container div.flash_popup_top {
	float: left;
	width: 840px;
	height: 10px;
	background-image: url(../images/flash_popup_top.png);
	background-repeat: no-repeat;
}

div.flash_popup_container div.flash_popup_bottom {
	float: left;
	width: 840px;
	height: 9px;
	background-image: url(../images/flash_popup_bottom.png);
	background-repeat: no-repeat;
}

div.flash_popup_container div.flash_popup_middle {
	float: left;
	width: 840px;
	background-image: url(../images/flash_popup_middle_pattern.png);
	background-repeat: repeat-y;
}

div#flash_popup_info_container {
	float: left;
	margin: 12px 30px 12px 30px;
	width: 780px;
	background-color: #ffffff;
}
