@charset "utf-8";
/* slideshow.css */
 
.SUNYSlideShow {
	position: relative;
	width: 800px;
	padding: 0;
	margin: 0 0 25px 0;
	color: #333;
	background-color: #e6e6e6;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 11px;
}
.SUNYSlideShow .SSClip {
	position: relative;
	overflow: hidden;
	height: 296px;
	margin: 0;
	padding: 0;
}
.SUNYSlideShow .SSView {
	height: 296px;
	margin: 0;
	padding: 0;
}
.SUNYSlideShow .SSSlide {
	position: absolute;
	top: 0;
	left: 0;
	height: 296px;
	z-index: 0;
}
.SUNYSlideShow .SSSlideVisible {
	z-index: 1;
}
.SUNYSlideShow .SSFirstButton, .SUNYSlideShow .SSLastButton, .SUNYSlideShow .SSPlayButton, .SUNYSlideShow .SSSlideCount {
	display: none;
}
.SUNYSlideShow .SSPreviousButton {
	position: absolute;
	z-index: 5;
	bottom: 7px;
	left: 70px; /* Location of PREVIOUS button on the left */
}
.SUNYSlideShow .SSNextButton {
	position: absolute;
	z-index: 5;
	bottom: 7px;
	right: 70px; /* Location of NEXT button on the right */
}
.SUNYSlideShow .SSPreviousButton {
	width: 15px;
	height: 15px;
	background-image: url(images/slideshow-controls-5.png);
	background-position: 0 -30px;
	background-repeat: no-repeat;
	text-indent: -10000em;
	padding: 0;
	border: none;
	background-color: transparent;
}
.SUNYSlideShow .SSPreviousButtonHover {
	background-position: -60px -30px;
}
.SUNYSlideShow .SSPreviousButtonDown {
}
.SUNYSlideShow .SSPreviousButtonDisabled {
}
.SUNYSlideShow .SSNextButton {
	width: 15px;
	height: 15px;
	background-image: url(images/slideshow-controls-5.png);
	background-position: -30px -30px;
	background-repeat: no-repeat;
	text-indent: -10000em;
	padding: 0;
	border: none;
	background-color: transparent;
}
.SUNYSlideShow .SSNextButtonHover {
	background-position: -90px -30px;
}
.SUNYSlideShow .SSNextButtonDown {
}
.SUNYSlideShow .SSNextButtonDisabled {
}
.SUNYSlideShow .SSSlideLinks {
	position: absolute;
	overflow: hidden;
	bottom: 4px;
	right: 265px; /* Location of BUTTONS in the center - add or subtract 15 px for each button */
	z-index: 5;
}
.SUNYSlideShow a.SSSlideLink {
	display: block;
	float: left;
	width: 23px;
	height: 23px;
	margin: 0 2px;
	/*color: #483E3D;
	text-align: center;
	text-decoration: none;
	line-height: 23px;*/
	background-image: url(images/slideshow-controls-5.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 0;  /* MAKES THE SLIDE COUNT ON THE BUTTONS GO AWAY */
}
.SUNYSlideShow a.SSSlideLinkHover {
	background-position: -30px 0;
}
.SUNYSlideShow a.SSSlideLinkSelected {
	background-position: -60px 0;  /* NEW POSITION FOR NEW BUTTON PNG FILE */
	color: #483E3D;
}
.SUNYSlideShow a.SSSlideLinkDisabled {
}
.SUNYSlideShow .story {
	float: left;
	overflow: hidden;
	width: 370px;
	height: 266px;
	margin: 0;
	padding: 0;
	/*background-image: url(images/bkg-gradient-3.jpg);   DOES NOT HAVE TO BE A GRAPHIC 
	background-position: top left;
	background-repeat: repeat-x;*/
	background-color: #B7CBDB;
}
.SUNYSlideShow .story a, .SUNYSlideShow .story a:hover {
	text-decoration: none;
}
.SUNYSlideShow .photo {
	float: left;
	overflow: hidden;
	width: 430px;
	margin: 0;
	padding: 0;
}
.SUNYSlideShow .photo img {
	width: 430px;
	height: 266px;
	margin: 0;
	padding: 0;
}
.SUNYSlideShow .photo2 {
	float: left;
	overflow: hidden;
	width: 180px;
	margin: 0;
	padding: 0;
}
.SUNYSlideShow .photo2 img {
	width: 180px;
	height: 266px;
	margin: 0;
	padding: 0;
}
/*.SUNYSlideShow .photo .caption {
	margin: 0 6px 0 10px;
	line-height: 30px;
	font-style: italic;
	font-size: 1em;
	font-weight: bold;
}
.SUNYSlideShow .photo .caption a, .SUNYSlideShow .photo .caption a:visited {
	color: #fff;
}
.SUNYSlideShow .photo .caption a:hover {
	color: #F90;
}*/
.SUNYSlideShow .banner {
	background-color: transparent;
	margin: 44px 0 0 11px;
	padding: 10px;
}
.SUNYSlideShow .banner2 {
	background-color: transparent;
	margin: 12px 0 0 11px;
	padding: 10px;
}
.SUNYSlideShow .banner2 a, .SUNYSlideShow .banner2 a:visited  {
	color: #06F;
}
.SUNYSlideShow .banner2 a:hover  {
	color: #F30;
}
.SUNYSlideShow .title {
	margin: 0;
	padding: 0;
	font-size: 22px;
	line-height: 1.2em;
	color: #333;
	font-weight: bold;
}
.SUNYSlideShow .subTitle {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
}
.SUNYSlideShow .content {
	margin: 0 20px 0 21px;
	padding: 0;
}
.SUNYSlideShow .content p {
	color: #555;
	font-size: 15px;
	line-height: 1.3em;
}
.SUNYSlideShow .content ss_button * {
	display: block;
}
.SUNYSlideShow .content a.ss_button, .SUNYSlideShow .content a.ss_button:visited {
	color: white;
	font-size: 1.1em;
	font-weight: bold;
	padding: .2em .5em;
	background-color: #62B2E9 /*#548CE6*/;
	/*border-left: 3px #06F solid;*/
	text-decoration: none;
	line-height: 3em;
}
.SUNYSlideShow .content a.ss_button:hover {
	background-color: #06F;
}

/* TEXT ONLY */
.SUNYSlideShow .photo3 {
	float: left;
	overflow: hidden;
	width: 430px;
	margin: 0;
	padding: 0;
	background: #0849B8 url(../../images/slideshow/background-pattern.jpg) top left no-repeat;
}
.SUNYSlideShow .photo_text {
	height: 236px;
	width: 400px;
	padding: 15px;
}
.SUNYSlideShow .photo_text p {
	color: #FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: normal;
}
.SUNYSlideShow .photo_text p em {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0;
}