/* BEGIN SLIDER STYLES */
#HomeSlideshowContainer {
	float: left;
	width: 729px;
	height: 326px !important;
	margin-top: 2px !important;
	margin-bottom: 0 !important;
	position: relative;
	text-align: left;
	z-index: 0;
}

#HomeSlideshow {
	float: left;
	width: 729px;
	height: 303px !important;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

#HomeSlideshow .slide {
	width: 729px;
	height: 303px !important;
	position: relative;
	z-index: 1;
}

#HomeSlideshow .slide img {
	float: left;
	width: 481px;
}

#HomeSlideshowContainer .slide .intromessage {
	position: relative;
	float: right;
	width: 218px;
	height: 269px !important;
	padding: 17px 15px;
	background-image: url(/images/education/phd/bg/bg-hp-slider.jpg);
	background-repeat: no-repeat;
}

#HomeSlideshowContainer .slide .intromessage h2 {
	border: none;
	font-style: italic;
}

#HomeSlideshowContainer .slide .intromessage p {
	padding-bottom: 18px;
	line-height: 1.5em;
}

#HomeSlideshowContainer .slide .intromessage #moreLink {
	position: absolute;
	left: 14px;
	bottom: 16px;
	font-size: 0.9em;
	font-style: italic;
}

#HomeSlideshowContainer div.floatRight {
	float: right;
	margin: 8px 239px 0 0;
	padding: 0;
	height: 12px;
	background-color: #FFF;
	overflow: hidden;
}

#HomeSlideshowContainer ul#SliderNav {
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
	z-index: 9000;
}

#HomeSlideshowContainer ul#SliderNav li#tabNav {
	list-style-type: none;
	display: inline;
	margin: 0 11px 0 0;
	padding: 0;
	width: 11px;
	height: 11px !important;	
	overflow: hidden;
	z-index: 9000;
}


	
#HomeSlideshowContainer ul#SliderNav li#tabNav.activeLI {
	margin: 0 11px 0 0;
}

#HomeSlideshowContainer ul#SliderNav li#tabNav a {
	width: 11px;
	height: 11px !important;
	text-decoration: none;
	background-color: #CCC;
}

#HomeSlideshowContainer ul#SliderNav li#tabNav.activeLI a {
	width: 11px;
	height: 11px !important;
	text-decoration: none;
	background-color: #666;
}
/* END SLIDER STYLES */