@charset "utf-8";
/* CSS Document - Secondary Page Photos */

/* Secondary Pictures */

#right_pics_container {
	background: none;
	position: absolute;
	left: 620px;
	top: 195px;
	width: 335px;
	height: 475px;
	border: 0;
	overflow: hidden;
	z-index: 200;
}

/* ------------------- Top Pics ------------------- */

#top_pics {
	position: absolute;
	left: 0;
	top: 0;
	width: 335px;
	height: 230px;
	border: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	z-index: 200;
}


#top-pic_overlay {
	/* Size if Image to be placed in div: 116px X 116px (to accomodate 1px border below) */
	background: url(../images/right_pics/top-centershadow.png) no-repeat !important;
	background: none; /* No background shadow in IE6 */
	position: absolute;
	top: 65px;
	left: 86px;
	width: 124px;
	height: 125px;
	padding: 1px 0 0 1px;
	margin: 0;
	z-index: 10;
}

#top-pic_overlay img {
	border: 1px #CCCCCC solid;
}

#top-pic_top-left {
	/* Suggested size if Image to be placed in div: 110px X 155px */
	/*background: #999999;*/
	position: absolute;
	top: 9px;
	left: 5px;
	height: auto !important;
	padding: 0;
	margin: 0;
	z-index: 5;
}

#top-pic_top-right {
	/* Suggested size if Image to be placed in div: 140px X 165px */
	/*background: #999999;*/
	position: absolute;
	top: 1px;
	left: 140px;
	height: auto !important;
	padding: 0;
	margin: 0;
	z-index: 6;
}

#top-pic_bottom-left {
	/* Suggested size if Image to be placed in div: 120px X 120px  */
	background: #999999;
	position: absolute;
	top: 102px;
	left: 35px;
	height: auto !important;
	padding: 0;
	margin: 0;
	z-index: 7;
}

#top-pic_bottom-right {
	/* Suggested size if Image to be placed in div: 103px X 75px */
	background: #999999;
	position: absolute;
	top: 144px;
	left: 170px;
	height: auto !important;
	padding: 0;
	margin: 0;
	z-index: 8;
}


/* ------------------- Bottom Pics ------------------- */

#bottom_pics {
	position: absolute;
	left: 20px;
	top: 237px;
	width: 315px;
	height: 200px;
	border: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	z-index: 200;
}

#bottom-pic_overlay {
	/* Size if Image to be placed in div: 118px X 108px (to accomodate 1px border below) */
	background: url(../images/right_pics/bottom-centershadow.png) no-repeat !important;
	background: none; /* No background shadow in IE6 */
	position: absolute;
	top: 21px;
	left: 90px;
	width: 124px;
	height: 114px;
	padding: 0;
	margin: 0;
	z-index: 10;
}

#bottom-pic_overlay img {
	border: 1px #CCCCCC solid;
}


#bottom-pic_top-left {
	/* Suggested size if Image to be placed in div: 125px X 85px */
	background: #999999;
	position: absolute;
	top: 2px;
	left: 4px;
	height: auto !important;
	padding: 0;
	margin: 0;
	z-index: 5;
}

#bottom-pic_right {
	/* Suggested size if Image to be placed in div: 75px X 145px */
	background: #999999; 
	position: absolute;
	top: 5px;
	left: 193px;
	height: auto !important;
	padding: 0;
	margin: 0;
	z-index: 8;
}

#bottom-pic_bottom-left {
	/* Suggested size if Image to be placed in div: 135px X 100px */
	background: #999999;
	position: absolute;
	top: 69px;
	left: 28px;
	height: auto !important;
	padding: 0;
	margin: 0;
	z-index: 7;
}




/* ---------- Expandable image drop shadow ---------- */

.shadow_wrapper { /* To be applied to the div that the picture will be in */
	position: relative;
	background: url(../images/right_pics/tour_exp-dropshadow_right-rep.gif) repeat-y right; 
	width: 207px;
	height: auto !important;
	z-index: 5;
}

.image { /* This is the image that the shadow will "fall behind" */
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 15;
}

.right_top {
	position: absolute;
	background: url(../images/right_pics/tour_exp-dropshadow_top-right.gif) no-repeat;
	top: 0;
	right: 0;
	width: 7px;
	height: 8px;
}

.bottom_shadow {
	position: relative;
	background: url(../images/right_pics/tour_exp-dropshadow_bottom-rep.gif) repeat-x;
	width: 100%;
	height: 7px;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 5;
}

.bottom_left {
	position: absolute;
	background: url(../images/right_pics/tour_exp-dropshadow_bottom-left.gif) no-repeat;
	left: 0;
	top: 0;
	width: 10px;
	height: 7px;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 10;
}


.bottom_right {
	position: absolute;
	background: url(../images/right_pics/tour_exp-dropshadow_bottom-right.gif) no-repeat;
	right: 0;
	top: 0;
	width: 7px;
	height: 7px;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 10;
}

.nudge {
	
}



