/* Initialize base components */

body {
	margin: 0;
	padding: 0;
	text-align: center; /* Compliant with IE5 */
	background-color: #46321f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}
input {
	border-color: #e9cbb9;
	border-style: solid;
	border-width: 1px;
}
textarea {
	border-color: #e9cbb9;
	border-style: solid;
	border-width: 1px;
}
.noSize {
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
}
#wrapper {
	width: 760px;
	margin: 40px auto;
	text-align: left;
	background-color: #46321f;
}
.boldText {
	font-weight: bold; 
}
a {
	color: #684f40;
}
a:link, a:hover {

	text-decoration: underline;
}
a:visited, a:active {
	text-decoration: none;
}

/* Header Section */

#header {
	height: 103px;
	width: 760px;
	background: url(../img/header_back.jpg) no-repeat;
}
#logo {
	background: url(../img/logo.jpg) no-repeat;
	position: relative;
	float: left;
	top: 11px;
	left: 12px;
	height: 81px;
	width: 280px;
}
#logo a {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	height: 81px;
	width: 280px;
}
#logo a h1 {
	display: none;
}
#number {
	position: relative;
	float: right;
	top: 28px;
	right: 12px;
	height: 41px;
	width: 214px;
	background: url(../img/number.jpg) no-repeat;
}
#number a {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
#number a h1 {
	display: none;
}
#menu {
	position: relative;
	float: right;
	width: 307px;
	height: 19px;
	top: 47px;
	right: 18px;
}
#menu ul {
	position: absolute;
	top: 0px;
	left: 0px;
    margin: 0;
    padding: 0;
	list-style: none;
}
#menu li.about, li.tours, li.reservations, li.resources, li.canyon { 
	float: left;
    margin: 0;
    padding: 0;
}
#menu li.about a {
	height: 19px;
	width: 62px;
	background: url(../img/about.jpg) no-repeat;
}
#menu li.tours a { 
	height: 19px;
	width: 62px;
	background: url(../img/tours.jpg) no-repeat;
}
#menu li.reservations a { 
	height: 19px;
	width: 105px;
	background: url(../img/reservations.jpg) no-repeat;
}
#menu li.resources a { 
	height: 19px;
	width: 90px;
	background: url(../img/resources.jpg) no-repeat;
}
#menu li.canyon a { 
	height: 19px;
	width: 93px;
	background: url(../img/canyon.jpg) no-repeat;
}
#menu li.current a {
	background-position: 0px -19px;
}
#menu li a { 
	float: left;
	top: 0px;
	left: 0px;
}
#menu li a span {
	display: none;
}
#menu li a:hover {
	background-position: 0px -19px;
}

/* Content Section */

#content {
	float: left;
	width: 100%;
	background: #FFFFFF;
}

/* Homepage Specific */

#homeback {
	background: url(../img/cback.jpg) no-repeat 0 0;
}
#main {
	position: relative;
	left: 335px;
	width: 400px;
	height: 371px;
}
#intro {
	position: relative; 
	width: 360px; 
	top: 45px;
	left: 20px;
}
#welcome {
	height: 27px;
	width: 127px;
	background: url(../img/welcome.gif);
}
#intro p {
	font-size: 14px;
	margin: 7px 0;
	font-weight: normal;
}
#explore {
	position: relative; 
	height: 22px;
	width: 93px;
}
#explore a {
	position: absolute; 
	top: 0;
	right: 0;
	height: 22px;
	width: 93px;
 	background: url(../img/explore.gif) no-repeat;
}
#explore a:hover {
	background-position: 0px -22px;
}
#spotlight {
	position: absolute;
	width: 360px;
	top: 250px;
	left: 20px;
}
#spottourimg {
	float: left; 
}
#spottourinfo {
	position: relative; 
	float: right;
	top: 0;
	right: 0;
	width: 207px;
	font-size: 14px; 
}
#spottitle {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#spottourinfo span {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
#spotdetail {	
	position: relative;
	float: left;
	margin: 3px 7px 0 0;
	height: 16px;
	width: 101px;
}
#spotdetail a {
	position: absolute; 
	top: 0;
	right: 0;
	height: 16px;
	width: 101px;
 	background: url(../img/spotpics/homeDetail.gif) no-repeat;
}
#spotprice {	
	margin: 5px 0 0;
	font-size: 10px;
	font-weight: normal;
}
#spotdetail a:hover {
	background-position: 0px -16px;
}
#explore span, #welcome span, #spottourimg span, #spotdetail span {
	display: none;
}

/* About Page */

.boldH1 {
	color: #7A7000;
	font-size: 16pt;
	font-weight: bold;
}
.boldH2 {
	color: #7A7000;
	font-size: 12pt;
	font-weight: bold;
	margin: 10px 0;
}
#cback {
	width: 100%;
	float: left;
	background: url(../img/line.jpg) no-repeat 0 0;
	color: #684f40;
	padding-bottom: 40px;
}
#columnLeft {
	margin: 40px 0 5px 0;
	position: relative;
	float: left;
	left: 40px;
	width: 444px;
}
#aboutHeader {
	height: 20px;
	width: 61px;
	background: url(../img/aboutHeader.gif) no-repeat;
}
#aboutHeader h1 {
	display: none;
}
#columnLeft p {
	margin: .75em 0;
}
#contactInformation {
	margin: 0 15px 8px;
	width: 200px;
}
#contactNumber {
	position: relative;
	top: -15px;
	float: right;
	margin: 0;
	padding: 0;
}
#columnRight {
	position: relative;
	float: right;
	margin: 30px 0 0 0;
	padding: 0;
	right: 20px;
	width: 207px;
}
html>body #columnRight {
	position: relative;
	float: right;
	margin: 30px 0 0 0;
	padding: 0;
	right: 40px;
	width: 207px;
}
#cHeader {
	width: 207px;
	height: 12px;
	background: url(../img/cHeader.gif) no-repeat;
}
#contactHeader {
	margin: 0 15px 8px;
	height: 17px;
	width: 89px;
	background: url(../img/contactHeader.gif) no-repeat;
}
#contactHeader h1 {
	display: none;
}
#cContent {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../img/cContent.gif) repeat-y;
}
#cContent p, #cContent h3 {
	margin: 8px 15px 0;
	padding: 0;
}
#contactForm {
	margin: 0 15px;
	padding: 0;
}
#contactForm label {
	font-size: 10px;
}
#subject {
	width: 170px;
}
#email {
	width: 170px;
}
#message {
	width: 170px;
	height: 80px
}
#submit {
	position: relative;
	background-image: url(../img/cSubmit.gif);
	border-width: 0px;
	width: 73px; 
	height: 24px;
	cursor: pointer;
	top: 3px;
	left: 100px
}
#submit:hover {
	background-position: 0px -24px; /* Does not work in IE, people should switch, IE needs to learn pseudo */
}
#contactResult {
	display: none;
	position: relative;
	color: #CC0000;
	text-align: center;
	margin: 0 15px 10px 15px;
}
#cFooter {
	width: 207px;
	height: 15px;
	background: url(../img/cFooter.gif) no-repeat;
}

/* Resources Page */

#travelHeader {
	height: 20px;
	width: 173px;
	background: url(../img/travelHeader.gif) no-repeat;
}
#travelHeader h1 {
	display: none;
}
#hotelHeader {
	margin: 0 15px 8px;
	height: 21px;
	width: 102px;
	background: url(../img/hotelHeader.gif) no-repeat;
}
#hotelHeader h1 {
	display: none;
}
#hotelListing {
	margin: 0 0 0 15px;
	padding-bottom: 10px;
	width: 190px;
}
#hotelListing a {
	text-decoration: underline;
}
#hotelListing span {
	font-weight: bold;
}
#four {
	height: 15px;
	width: 66px;
	background: url(../img/4star.gif) no-repeat;
}
#three {
	height: 15px;
	width: 66px;
	background: url(../img/3star.gif) no-repeat;
}
#two {
	height: 15px;
	width: 66px;
	background: url(../img/2star.gif) no-repeat;
}
#one {
	height: 15px;
	width: 66px;
	background: url(../img/1star.gif) no-repeat;
}
#four span, #three span, #two span, #one span {
	display: none;
}
#weather {
	position: relative;
	padding-bottom: 10px;
	right: 7px;
	width: 216px;
	height: 104px;
	background: url(../img/weatherDay.gif) no-repeat;
}
#weather span {
	position: relative;
	float: right;
	right: 27px;
	top: 34px;
	color: #FFFFFF;
	font-size: 30pt;
}

/* End of Resource */

/* Start of Reservations */

#reserveText {
	float: left;
	position: relative;
	top: 60px;
	left: 40px;
	width: 300px;	
}
#reserveText h1 {
	color: #CC3333;
}
#reservePhoto {
	position: relative;
	float: right;
	top: 30px;
	right: 20px
}
#checkAvailForm {
	float: left;
}
#reserveHeader {
	position: relative;
	float: left;
	width: 509px;
	height: 33px;
	top: 20px;
	left: 118px;
	margin: 10px 0 10px 0;
	background: url(../img/checkout/step1.gif) no-repeat;
}
#reserveHeader2 {
	position: relative;
	float: left;
	width: 509px;
	height: 33px;
	top: 20px;
	left: 118px;
	margin: 10px 0 10px 0;
	background: url(../img/checkout/step2.gif) no-repeat;
}
#reserveHeader3 {
	position: relative;
	float: left;
	width: 509px;
	height: 33px;
	top: 20px;
	left: 118px;
	margin: 10px 0 10px 0;
	background: url(../img/checkout/step3.gif) no-repeat;
}
#reserveWrapper {
	float: left;
	position: relative;
	width: 445px;
	top: 20px;
	left: 155px;
	margin: 10px 0 0 0;
}
#reserveTourChoice {
	position: relative;
	float: left;
	width: 220px;
}
#reservePassengerChoice {
	position: relative;
	float: right;
	width: 185px;
}
#adHeader {
	position: relative;
	float: left;
	width: 147px;
	height: 17px;
	background: url(../img/checkout/adheader.gif) no-repeat;
}
#dateHeader {
	position: relative;
	float: left;
	width: 180px;
	height: 21px;
	padding-right: 10px;
	background: url(../img/checkout/dateheader.gif) no-repeat;
}
.smallHeader {
	font-weight: bold;
	font-size: 10pt;
	color: #46321f; 
}
.smallHeaderNoBold {
	font-size: 10pt;
	color: #46321f; 
}
.destHeader {
	float: left;
	padding-top: 25px;
	padding-bottom: 3px;
}
#selectFormRes {
	float: left;
	width: 100%;
	height: 120px;
	margin: 0;
	padding: 0;
}
#datePassSelect {
	margin-top: 23px;
	float: left;
}
.dateHeader {
	float: left;
	padding-right: 150px;
	padding-bottom: 2px;
}
.w8em {
	float: left;
}
#finalDate {
	float: left;
	width: 80px;
}
#passTable {
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0;
}
.adultsHeader {
	float: left;
	padding-right: 10px;
}
.childrenHeader {
	float: left;
	padding-right: 10px;
}
#resDisclaim {
	float: left;
	margin-left: 3px;
	font-style: italic;
	font-size: 8pt;
}
#checkAvail {
	background-image: url(../img/checkout/checkAvail.gif);
	border-width: 0px;
	width: 131px; 
	height: 22px;
	cursor: pointer;
	margin: 20px 0 20px 0;
	float: right;
}
#checkAvail:hover {
	background-position: 0px -22px; /* Does not work in IE, people should switch, IE needs to learn pseudo */
}
#selectTourForm {
	position: relative;
	float: left;
	width: 445px;
	top: 10px;
	left: 155px;
	margin: 10px 0 0 0;
}
.resHeaderRed {
	font-weight: bold;
	font-size: 11pt;
	color: #933c06;
}
.resHeaderRedNoBold {
	font-size: 11pt;
	color: #933c06;
}
.resP {
	margin: 0 0 10px 0;
}
.infoText {
	font-size: 10pt;
	color: #933c06;
}
.red {
	color: #F21515;
}
/* IE6 hack */
html[xmlns] #tourSelectTable {
	float: left; 
}
#selectTable {
	width: 330px;
	margin-left: 53px;
	padding: 0;
	border-spacing: 0px;
}
#selectTable tr {
	height: 25px;
}
#selectTable td {
	padding-left: 2px;
}
.peachBack {
	background-color: #fcf5ef;
}
.cherryBack {
	background-color: #fcefef;
}
.rPad {
	margin-right: 100px;
	float: left;
}
.bPad {
	padding-bottom: 15px;
}
.noTourFound {
	font-size: 14pt;
	float: left;
	text-align: center;
	margin: auto;
	top: 90px;
}
.tourTitle {
	width: 400px;
}
#mailingList {
	border: none;
}
#selectTotal {
	margin-top: 18px;
	margin-left: 330px;
}
#selectTour {
	background-image: url(../img/checkout/selectTour.gif);
	border-width: 0px;
	width: 101px; 
	height: 22px;
	cursor: pointer;
	margin: 10px 0 20px 320px;
	float: left;
}
#selectTour:hover {
	background-position: 0px -22px; /* Does not work in IE, people should switch, IE needs to learn pseudo */
}

#creditAppForm {
	position: relative;
	float: left;
	width: 445px;
	top: 20px;
	left: 155px;
	margin: 10px 0 0 0;
}
#tourInfoHeader {
	position: relative;
	float: left;
	width: 117px;
	height: 13px;
	padding-right: 300px;
	padding-bottom: 10px;
	background: url(../img/checkout/tourInfoHeader.gif) no-repeat;
}
#selectedTourTable {
	float: left;
	position: relative;
	width: 100%;
	padding: 0;
	border-spacing: 0px;
}
#creditHeader {
	position: relative;
	float: left;
	width: 129px;
	height: 13px;
	margin: 20px 300px 20px 0;
	background: url(../img/checkout/creditHeader.gif) no-repeat;
}
.tRight {
	width: 45%;
	text-align: right;
	padding: 0 5px 0 0;
}
#hotelAddress {
	width: 149px;
	height: 50px;
}
#creditCountry, #creditState {
	width: 149px;
	margin: 0;
	padding: 0;
}
.vertTop {
	vertical-align: text-top;
}
#creditZip {
	width: 70px;
}
#acceptedCards {
	width: 150px;
	height: 23px;
	background: url(../img/checkout/acceptedCards.gif) no-repeat;
}
#creditCode {
	width: 40px;
}
#bookItBlock {
	margin: 20px 0px 20px 0;
	float: right;
}
#bookIt {
	background-image: url(../img/checkout/bookIt.gif);
	border-width: 0px;
	width: 70px; 
	height: 22px;
	cursor: pointer;
}
#bookIt:hover {
	background-position: 0px -22px; /* Does not work in IE, people should switch, IE needs to learn pseudo */
}


/* End of Reservations

/* The Canyon Page */

#columnLeftC {
	margin: 40px 0 5px 0;
	position: relative;
	float: left;
	left: 40px;
	width: 242px;
}
#columnLeftC p {
	margin: .75em 0;
}
#columnRightC {
	position: relative;
	float: right;
	margin: 40px 0 0 0;
	padding: 0;
	right: 30px;
	width: 424px;
}
#columnRightC ul.photoGallery {
    margin: 0;
    padding: 0;
	list-style: none;
}
#columnRightC ul.photoGallery li {
	float: left;
	margin: 0;
	padding: 0;
}
#columnRightC ul.photoGallery li a { 
	float: left;
	width: 106px;
	height: 82px;
	top: 0px;
	left: 0px;
}
#columnRightC ul.photoGallery li a span {
	display: none;
}
#columnRightC ul.photoGallery li.img1 a { 
	background: url(../img/photopics/image1s.jpg) no-repeat;
}
#columnRightC ul.photoGallery li.img2 a { 
	background: url(../img/photopics/image2s.jpg) no-repeat;
}
#columnRightC ul.photoGallery li.img3 a { 
	background: url(../img/photopics/image3s.jpg) no-repeat;
}
#columnRightC ul.photoGallery li.img4 a { 
	background: url(../img/photopics/image4s.jpg) no-repeat;
}
#columnRightC ul.photoGallery li.img5 a { 
	background: url(../img/photopics/image5s.jpg) no-repeat;
}
#columnRightC ul.photoGallery li.img6 a { 
	background: url(../img/photopics/image6s.jpg) no-repeat;
}
#columnRightC ul.photoGallery li.img7 a { 
	background: url(../img/photopics/image7s.jpg) no-repeat;
}
#columnRightC ul.photoGallery li.img8 a { 
	background: url(../img/photopics/image8s.jpg) no-repeat;
}
#columnRightC ul.photoGallery li.img9 a { 
	background: url(../img/photopics/image9s.jpg) no-repeat;
}
#columnRightC ul.photoGallery li.img10 a { 
	background: url(../img/photopics/image10s.jpg) no-repeat;
}
#columnRightC ul.photoGallery li.img11 a { 
	background: url(../img/photopics/image11s.jpg) no-repeat;
}
#columnRightC ul.photoGallery li.img12 a { 
	background: url(../img/photopics/image12s.jpg) no-repeat;
}
#canyonHeader {
	height: 25px;
	width: 122px;
	background: url(../img/canyonHeader.gif) no-repeat;
}
#canyonHeader h1 {
	display: none;
}
#canyonMain {
	width: 424px;
	height: 310px;
	padding-bottom: 20px;
	background: url(../img/canyonMain.jpg) no-repeat;
}	
#canyonMain h1 {
	display: none;
}
#photoHeader {
	width: 121px;
	height: 24px;
	margin-left: 10px;
	padding-bottom: 12px;
	background: url(../img/photoHeader.gif) no-repeat;
}
#photoHeader h1 {
	display: none;
}

/* The Tours Page */

.strike {
	margin: 0;
	padding: 0;
	text-decoration: line-through;
	display: inline;
}
.largePrice
{
	margin: 0;
	padding: 0;
	display: inline;	
	font-size: 20px; 
	font-weight: bold;
	color: red;
}
#toursHeader {
	height: 20px;
	width: 60px;
	background: url(../img/tourpics/toursHeader.gif) no-repeat;
}
#toursHeader h1 {
	display: none;
}
#tourBlock {
	margin: 0;
}
#tourBlock, #adventures, #westrim, #southrim, #hooverdam {
	width: 100%;
	float: left;
}
#adventures, #westrim, #southrim, #hooverdam {
	margin: 25px 0;
}	
#adventuresHeader {
	height: 16px;
	width: 93px;
	background: url(../img/tourpics/adventuresHeader.gif) no-repeat;
}
#adventuresHeader h1 {
	display: none;
}
#westrimHeader {
	height: 16px;
	width: 74px;
	background: url(../img/tourpics/westrimHeader.gif) no-repeat;
}
#westrimHeader h1 {
	display: none;
}
#southrimHeader {
	height: 16px;
	width: 84px;
	background: url(../img/tourpics/southrimHeader.gif) no-repeat;
}
#southrimHeader h1 {
	display: none;
}
#hooverdamHeader {
	height: 16px;
	width: 99px;
	background: url(../img/tourpics/hooverdamHeader.gif) no-repeat;
}
#hooverdamHeader h1 {
	display: none;
}
#tourListMain {
	width: 100%;
	float: left;
	margin: 15px 0 30px 0;
	padding: 0;
}
#tourListMain span {
	display: none;
}
#tourPhoto {
	float: left;  
	width: 147px;
	margin: 0;
	padding: 0;
}
#tourImage {
	position: relative;
}
#tourAdd {
	position: relative;
	float: right;
	right: 5px;
	font-weight: bold;
	font-size: 8pt;
}
#tourAdd a {
	text-decoration: none;
	color: #933c06;
}
#tourDesc {
	float: right; 
	left: 150px;
	width: 290px;
	margin: 0;
	padding: 0;
}
#tourTitle {
	font-weight: bold;
	font-size: 14pt;
	color: #933c06;
}
#tourType {
	position: relative;
	float: left;
	top: 4px;
	width: 37px;
	height: 24px;
	padding-right: 5px;
}
.air {
	background: url(../img/tourpics/plane.gif) no-repeat;
}
.land {
	background: url(../img/tourpics/bus.gif) no-repeat;
}
#tourPrice {
	margin: 0;
	padding: 8px 0;
}
#tourDetails, #tourReserve {
	position: relative;
	top: 3px;
}
#tourReserve {
	left: 100px;
}
#tourDetails a {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 22px;
	width: 95px;
	background: url(../img/tourpics/tourDetails.gif) no-repeat;
}
#tourReserve a {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 22px;
	width: 95px;
	background: url(../img/tourpics/tourReserveS.gif) no-repeat;
}
#tourReserve a:hover, #tourDetails a:hover {
	background-position: 0px -22px;
}

#tourDetailHeader {
	margin: 0 15px 8px;
	height: 21px;
	width: 117px;
	background: url(../img/tourDetailHeader.gif) no-repeat;
}
#tourDetailHeader h1 {
	display: none;
}

#spotHeader {
	margin: 0 15px 8px;
	height: 21px;
	width: 117px;
	background: url(../img/spotpics/spotHeader.gif) no-repeat;
}
#spotHeader h1 {
	display: none;
}
#spotImage {
	margin: 0 14px 6px 16px;
	position: relative;
}
#spotTitle {
	margin: 0 15px 3px;
	font-weight: bold;
	font-size: 12pt;
	color: #933c06;
}
#spotCopy {
	margin: 0 15px 5px; 
}
#spotPrice {
	margin: 0 15px 3px;
	font-weight: bold;
	font-size: 16px;
	color: red;
}
#spotDetails {
	margin: 0 15px; 
	position: relative;
	height: 18px;
	width: 103px;
}
#spotDetails a {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 18px;
	width: 103px;
	background: url(../img/spotpics/spotDetails.gif) no-repeat;
}
#spotDetails a:hover {
	background-position: 0px -18px;
}
#spotDetails span {
	display: none;
}

/* The Tours Sub */

#subTourImage img {
	margin: 30px 25px 0;
}
#subTourTitle {
	margin: 10px 10px 0 35px;
	font-weight: bold;
	font-size: 18pt;
	color: #933c06;
	width: 700px;
}
#subTourCopy {
	margin: 0 45px 10px 35px;
}
#subTourCopy p {
	margin: .25em 0 .75em 0;
}
#subTourPrice {
	margin: 0 0 10px 35px;
	font-size: 14pt;
	font-weight: bold; 
	color: #933c06;
}
#subTourReserve {
	margin-left: 35px;
	position: relative;
	height: 27px;
	width: 125px;
}
#subTourReserve a {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 27px;
	width: 125px;
	background: url(../img/tourpics/tourReserveL.gif) no-repeat;
}
#subTourReserve a:hover {
	background-position: 0px -27px;
}
#subTourReserve span {
	display: none;
}

/* Footer Section */ 

#footer {
	clear: both;
	height: 71px;
	width: 760px;
	background: url(../img/footer_back.jpg) no-repeat;
}
#legal {
	float: right;
	padding: 30px 10px 0px;
	text-align: right;
	font-size: 11px;
	color: #8a7a67;
}

/* CSS Required for Lightbox to work */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../img/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	color: #684f40; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; color: #684f40;}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

/* IBOX CSS */

#ibox_w {
	position: absolute;
	top: 0;
	left: 0;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #000;
	margin:0;
	padding:0;
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}

#ibox_progress {	
	position: absolute;
	z-index:102;
}

#ibox_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index:100;
	width:300px;
	height:300px;
	margin:0;
}

#ibox_content {
	width:100%;
	height:100%;
	margin-bottom:5px;
	position:relative;
	top:0;
	left:0;
	overflow:auto
}

#ibox_footer_wrapper {
	position:relative;padding:0;margin:0;top:0px;left:0px;
}

/* Linkthumb CSS */

.arc90_linkpic { 
	display: none; 
	position: absolute; 
	left: 0; 
	top: 1.5em; 
} 
.arc90_linkpicIMG { 
	padding: 0 4px 4px 0; 
	background: #FFF url(/tools/c/../img/linkpic_shadow.gif) no-repeat bottom right; 
}