/*
 * jQuery Nivo Slider v3.0.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php

 Thank you, Dev7Studios. Modified by Jordan Rome, CUNY Office of Communications and Marketing

 */

 .slider-wrapper {
	display: block;
	overflow: hidden;
	margin: 0px;
	position: relative;
	top: 0;
	left: 0;
	background-color: #FFFFFF; /* jl */
}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}

.nivoSlider a:hover { background-color: transparent; }


.nivoSlider .injectvideo, .nivoSlider .injectplaylist {
	background: transparent;
	background-repeat: no-repeat;
	background-position: 5px bottom;
	cursor: pointer;
              }

.nivoSlider .imagelink {
	background-image: url(no-image.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
              }
.nivoSlider .injectvideo:hover, .nivoSlider .injectplaylist:hover { background: transparent; }

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;

}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	/*background-color: #333;
    background-color: rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.6);
    color: rgba(0, 0, 0, 0.6);*/
	background: transparent;
	color: #fff;
	width:100%;
	font-size: 12pt;
	margin:0;
	z-index:8;
	height: 35px;
	padding: 0px 10px 0px 10px;
	overflow: hidden;
	display: block;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.nivo-caption a {
	display: block;
	cursor: pointer;
	color:#fff;
	padding-top: 10px;
}

.nivo-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

.nivo-caption .injectvideo, .nivo-caption .injectplaylist { background-image: none; }
.nivo-caption .injectvideo:hover, .nivo-caption .injectplaylist:hover { background-image: none; }

.nivo-html-caption, #nivocaptions {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav {
	position:absolute;
	right:40px;
  	top: 20px;
	bottom:0px;
	z-index: 9;
	display: block;
	height: 35px;
	width: 70px;
	float: right;
}

.nivo-directionNav a {
	background:url(../../../../resources/images/global/slideshow/hpArrow.png) no-repeat;
	text-indent:-9999px;
	background-position:0 0;
	border: 1px solid green;
	width: 35px;
	padding: 0;
	height: 35px;
	z-index:9;
	cursor:pointer;
	display: block;
	float: left;
}

.nivo-directionNav a.nivo-prevNav {
	background-position:0 0;
}

.nivo-directionNav a.nivo-prevNav:hover {
	background-position:0 -49px;
	opacity:1;
}

.nivo-directionNav a.nivo-nextNav {
	background-position:-48px 0;
	float: right;
}

.nivo-directionNav a.nivo-nextNav:hover {
	background-position:-48px -49px;
	opacity:1;
}

.nivo-directionNav .nivo-directionNav a:hover {
	background-color: #999;
}

.nivo-directionNav .nivo-directionNav a:active {
	background-color: #666;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
	display: none;
	/*remove display none to have a slide selector*/
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.nivoSlider {
	position:relative;
	background:#fff url(,DanaInfo=urpdox1.cuny.edu,SSL+loading.gif) no-repeat 50% 50%;

}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}


.nivo-controlNav a.active {
	background-position:0 -22px;
}

/*.nivoSlider .nivo-directionNav a {
	background:url(../../../../resources/images/global/slideshow/,DanaInfo=urpdox1.cuny.edu,SSL+hpArrow.png) no-repeat;
	text-indent:-9999px;
	background-position:6px 16px;
	border:0;
}*/




/*Video Box*/


.playercontainer {
     width: 100%;
     height: auto; 
	 background-color: #000000;
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 z-index: 10;
	 display: none;
}

.ytplayer {
	width: 100%; /* jl 70% */
	height: auto;  /* jl 325px */
  margin-right: auto;
  margin-left: auto; /* 100px jl */
	display:block;
	float: none; /* left jl */
	background:#000000 url(../../../../resources/images/global/slideshow/,DanaInfo=urpdox1.cuny.edu,SSL+loading.gif) no-repeat 50% 50%;
}

.videoinfo {
	/* width: auto;
	height: auto; */
	display: block;
	float: none;
	color: #fff;
	/* padding: 0px 0px 0px 10%; */
}


.videoinfo p { color: #353a3d; margin-bottom: 8px;}

.videoinfo a {
	color: #3399FF;

}


.videoinfo a.exitvideo {

	/* background-image: url(../../../../resources/images/global/slideshow/,DanaInfo=urpdox1.cuny.edu,SSL+closeX.jpg);
	background-repeat: no-repeat;
	background-position: left 8px; */
  font-size: 10pt;
	height: 12px;
	/* width: 60px; */
	display:block;
	float:left;
	/* padding: 8px 0px 0px 8px; jl */
	margin-top: 8px;
	/* border-top: 1px solid #ccc;  jl */
}

.videoinfo a.morevideos { color: #3399FF;  /* jl */
	/* background-image: url(../../../../resources/images/global/slideshow/,DanaInfo=urpdox1.cuny.edu,SSL+closeX.jpg);
	background-repeat: no-repeat;
	background-position: left 8px; */
  font-size: 12pt;
	height: 12px;
	/* width: 60px; */
	display:block;
	/* float:right; */
	/* padding: 8px 0px 0px 8px; jl */
	margin-top: 8px;
	/* border-top: 1px solid #ccc;  jl */
	}


.videoinfo a.exitvideo:hover { background-color: #d0d82b; color: #353a3d; text-decoration: none; }

.videoinfo a.morevideos:hover { background-color: #d0d82b; color: #353a3d; text-decoration: underline; }
