#galleryContainer
{
  background-image: url(../title/home/1.jpg); 
}

#myToolbar
{
  background-image: url(../navs/bar_links.gif);
  background-repeat: no-repeat;
}

/* Prevent background image flickering in IE6 SP1+ */
* html 
{
      filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

ul#nav
{ 
	z-index: 20;
}

#galleryContainer
{
	width: 649px;
	height: 323px;
	margin: 0;
	position:relative;
}

/* My Comment */

#myToolbar
{
	position: absolute;
	top: 0;
	left: 0;
	width: 649px;
	height: 33px;
        /* IE mac shouldn't see this \*/
	background: url('../navs/bar_links_blank.gif') no-repeat top left;
        /* end hack */
	z-index: 6;
}

#myToolbar a
{
        display: block;
        width: 50px;
        height: 33px;
        text-indent: -999em;
        float:left;
        border: 0px solid red;
}

#myToolbar a.jweb
{
	width: 83px;
	height: 33px;
	background: url('../navs/jweb_off.gif') no-repeat top left;
}
#myToolbar a.jweb:hover
{background: url('../navs/jweb_over.gif') no-repeat top left;}



#myToolbar a.cconnect
{
	width: 124px;
	height: 33px;
	background: url('../navs/campusconnect_off.gif') no-repeat top left;
}
#myToolbar a.cconnect:hover
{background: url('../navs/campusconnect_over.gif') no-repeat top left;}



#myToolbar a.shumail
{
	width: 84px;
	height: 33px;
	background: url('../navs/mail_off.gif') no-repeat top left;
}
#myToolbar a.shumail:hover
{background: url('../navs/mail_over.gif') no-repeat top left;}



#myToolbar a.reeves
{
	width: 71px;
	height: 33px;
	background: url('../navs/reeves_off.gif') no-repeat top left;
}
#myToolbar a.reeves:hover
{background: url('../navs/reeves_over.gif') no-repeat top left;}



#myToolbar a.e2campus
{
	width: 87px;
	height: 33px;
	background: url('../navs/alert_off.gif') no-repeat top left;
}
#myToolbar a.e2campus:hover
{background: url('../navs/alert_over.gif') no-repeat top left;}


#myToolbar a.toggle1
{
	width: 180px;
	height: 33px;
	display:block;
	float:right;
}

#myGallery
{
	text-align: left;
	margin: 0;
	width: 649px;
	height: 323px;
	z-index: 5;
	display: none;
	position: absolute;
	top: 34px;
	left: 0;
    background-image: url('../title/home/1.jpg');
}

#SHUProspects
{
	position:absolute;
	top: 0px;
	left: 650px;
	background-color: #ffefca;
	width: 190px;
	height: 140px;
	z-index: 10;
	opacity: 0.85;
	filter: alpha(opacity=85); 
	-moz-opacity: 0.85;
	border: 1px solid white;
	border-width: 0;
}


/* START INTERNET EXPLORER HACKS */

* html div#SHUProspects
{
	position:absolute;
	top: 33px;
	right: -1px;
}

* html div#SHUProspects ul,
* html div#SHUProspects ul li,
* html div#SHUProspects ul li a
{

	width: 150px;
	w\idth: 160px;
}

* html div#myGallery
{
	background-image: url('../title/home/1.jpg');
	background-i\mage: none;
}

* html ul#nav ul li
{
	width: 140px !important !important;
	height: 9px;
}

/* END INTERNET EXPLORER HACKS */

#SHUProspects ul
{
	list-style: none;
	padding: 0;
	margin: 15px 0 0 15px;
     
}

#SHUProspects ul li, 
#SHUProspects ul li a
{
	margin: 0;
	padding: 0;
        height: 16px;
        width: 160px;
        line-height: 11px;

}

#SHUProspects ul li span
{
        height: 14px;
        width: 8px;
        text-align: center;
}


#SHUProspects ul li a
{
        font-weight:bold;
        color:#c41e3a; 
        height: 14px;
	width: 170px;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 11px !important;
	text-decoration: none;
	text-transform: uppercase;
        padding: 2px 0;
}

#SHUProspects ul li a span
{
	font-size: 14px;
	color: #c11f37;
	padding: 0 3px;
        font-weight: normal !important;
}

#SHUProspects ul li a:hover
{
	color: #94162c; 
}

#close
{
	position:absolute;
	bottom: 10px;
	right: 35px;
	font-size: 9px;
	font-family: verdana;
	width: 10px;
	height: 10px;
	text-align:center;
	color: #666;
}




