﻿/*******************/
/* High-Rise Views */
/*******************/
	
#site_views {	
	width: 684px;
	text-align: center;
	background: #f9f9f9;
	position: relative;
}

#site_views img {
	padding: 20px 0;
}

#views_toolbar {
	height: 34px;
	background: #646464;
}

#views_toolbar p {
	margin: 12px 0 0 0;
	padding: 0 12px 0 10px;
	font-size: 10px;
	color: #fff;
}

#views_toolbar p a {
	font-weight: normal;
	color: #bfd66e; 
}

#site_views a {
	position: absolute;
	display: block;
	outline: none;
	text-indent: -9999px;	
}

#site_views a:hover {
	background-position: 0 -26px !important;
}

#site_views a.view_e {
	top: 50%;
	right: 6px;
	margin-top: -7px;
	width: 24px;
	height: 13px;	
	background: url(/images/layout/view_e.gif) 0 0 no-repeat;
}

#site_views a.view_se {
	bottom: 6px;
	right: 6px;
	width: 21px;
	height: 17px;	
	background: url(/images/layout/view_se.gif) 0 0 no-repeat;
}

#site_views a.view_s {
	bottom: 6px;
	left: 50%;
	margin-left: -7px;
	width: 24px;
	height: 20px;	
	background: url(/images/layout/view_s.gif) 0 0 no-repeat;
}

#site_views a.view_sw {
	bottom: 6px;
	left: 6px;
	width: 21px;
	height: 17px;	
	background: url(/images/layout/view_sw.gif) 0 0 no-repeat;
}

#site_views a.view_w {
	top: 50%;
	left: 6px;
	margin-top: -7px;
	width: 24px;
	height: 13px;	
	background: url(/images/layout/view_w.gif) 0 0 no-repeat;
}

#site_views a.view_nw {
	top: 6px;
	left: 6px;
	width: 24px;
	height: 17px;	
	background: url(/images/layout/view_nw.gif) 0 0 no-repeat;
}

#site_views a.view_n {
	top: 6px;
	left: 50%;
	margin-left: -7px;
	width: 24px;
	height: 20px;	
	background: url(/images/layout/view_n.gif) 0 0 no-repeat;
}

#site_views a.view_ne {
	top: 6px;
	right: 6px;
	width: 21px;
	height: 17px;	
	background: url(/images/layout/view_ne.gif) 0 0 no-repeat;
}

.view_modal {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 100px;
	margin: 0 auto;
	width: 644px;
	padding: 20px;
	background: #ffffff;
}

.view_modal p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .813em;
	line-height: 1.46em;
	margin-bottom: 0;
}

.view_modal h1 {
	font-size: 1.375em;
	letter-spacing: .02em;
	padding-left: 22px;
	background: url(/images/layout/h1_arrow.gif) no-repeat 0 3px;
}

.view_modal .photo {
	margin: 10px 0 20px 0;
	padding: 15px 22px;
	border-top: 4px solid #dcddde;
	border-bottom: 1px solid #dcddde;
	background: #f9f9f9;
	text-align: center;
}

