/* AnythingSlider v1.41 custom Theme
   By Rob Garrison
*/

/******* SET DEFAULT DIMENSIONS HERE ********/
.slider  {
	width: 470px;
	height: 94px;
	margin: 0px;
	overflow: hidden; /* needed for Opera and Safari */
}

.pdf-slider .slider {
	height: 228px;
}
.pdf-slider .slider img {
	height: auto;
	border: 1px solid #e1e1e1;
    -webkit-box-shadow: 2px 2px 3px 1px #e1e1e1;
    box-shadow: 2px 2px 3px 1px #e1e1e1;	
}
.pdf-slider .slider p {
	margin-top: 8px;
}
.pdf-slider .slider p a {
	text-decoration: none;
    font-size: 12px;
    color: #476270;
    font-weight: normal;
	
}

img { border: none; }

/****** SET COLORS HERE *******/
/* Default State */
div.anythingSlider-custom .anythingWindow {
}
div.anythingSlider-custom .start-stop.playing, div.anythingSlider-custom .start-stop.playing.hover {
	background: transparent url(..) center -30px no-repeat;
}
div.anythingSlider-custom .start-stop:hover {
	background: transparent url(..) center bottom no-repeat;
}
div.anythingSlider-custom .start-stop.hover {
	background: transparent url(..) center top no-repeat;
}
/* Active State */
div.anythingSlider-custom.activeSlider .anythingWindow {

}
div.anythingSlider-custom.activeSlider .thumbNav a:hover, div.anythingSlider-custom.activeSlider .thumbNav a.cur {
 background-color: transparent;
}



/* Navigation Arrows */
div.anythingSlider-custom .arrow {
	top: 50%;
	position: absolute;
	display: block;
	z-index: 100;
	display:none;
}
div.anythingSlider-custom .arrow a {
	display: block;
	height: 21px;
	margin-top: -10px; /* half height of image */
	width: 46px;
	outline: 0;
	background: url(../../imgs/video-slider/video-slider-nav.png) no-repeat;
}

div.anythingSlider-custom .forward a {
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
}

div.anythingSlider-custom .back a {
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
}

div.anythingSlider-custom .forward { right: -46px; }
div.anythingSlider-custom .back { left: -46px; }
div.anythingSlider-custom .forward a { background-position: -23px top; }
div.anythingSlider-custom .back a { background-position: 23px top; }
div.anythingSlider-custom .forward a:hover, div.anythingSlider-custom .forward a.hover { background-position: -23px top; }
div.anythingSlider-custom .back a:hover, div.anythingSlider-custom .back a.hover { background-position: 23px top; }

/* Navigation Links */
div.anythingSlider-custom .anythingControls {
	position: absolute !important;
	width: 20%;
	bottom: 1px !important;
	right: 20px !important;
	z-index: 100;
	display: none;
}


/* THUMBNAV */

div.anythingSlider-custom .thumbNav {
	float: right;
	margin: 0;
	z-index: 100;
	display: none;
}
div.anythingSlider-custom .thumbNav li {
	/* display: inline; */
	display: none;
}
div.anythingSlider-custom .thumbNav a, div.anythingSlider-custom.activeSlider .thumbNav a {
	display: inline-block;
	background: url(../../imgs/video-slider/nav-custom.png) center -60px no-repeat;
	background-color: transparent !important;
	border: 0;
	height: 30px;
	width: 17px;
	margin: 3px;
	padding: 0;
	line-height: 1px;
	font-size:1px;
	color: #999;
	outline: 0;
	display: none;
}
div.anythingSlider-custom .thumbNav a:hover, div.anythingSlider-custom .thumbNav a.cur {
	height: 30px;
	width: 17px;
	margin: 3px;
	background: url(../../imgs/video-slider/nav-custom.png) center -91px no-repeat !important;
	line-height: 1px;
	color: #999;
	display: none;
}


/* slider autoplay right-to-left, reverse order of nav links to look better */
div.anythingSlider-custom.rtl .thumbNav a { float: right; } /* reverse order of nav links */
div.anythingSlider-custom.rtl .thumbNav { float: left; }    /* move nav link group to left */
/* div.anythingSlider-custom.rtl .start-stop { float: right; } */ /* move start/stop button - in case you want to switch sides */

/* Autoplay Start/Stop button */
div.anythingSlider-custom .start-stop {
	display: none;
}

/* Extra - replace defaults */
div.anythingSlider-custom {
	padding: 0;
}