/*
AnythingSlider v1.8+ Default theme
By Chris Coyier: http://css-tricks.com
with major improvements by Doug Neiner: http://pixelgraphics.us/
based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

/*****************************
SET DEFAULT DIMENSIONS HERE
*****************************/
/* change the ID & dimensions to match your slider */
.js #highlights {

padding: 0;
list-style: none;
/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
overflow-y: auto;
overflow-x: hidden;
}

.js .module_hys-inner {
	height: 301px;
}

/******************
SET STYLING HERE
******************
=================================
Default state (no keyboard focus)
==================================*/

/* Navigation current button, default state
 */
 .anythingSlider-default .anythingControls span {
	display: block;
	height: 100%;
	cursor: pointer;
	line-height: 40px;
 }
 

/*
=================================
Active State (has keyboard focus)
=================================
*/
/* slider window - top & bottom borders, active state */
.anythingSlider-default.activeSlider .anythingWindow {
border-color: #7C9127;
}
/* Navigation buttons, active state */
.anythingSlider-default.activeSlider .anythingControls a {
/* background image = top shadow */
	background-image: url(/isa/images/slider/bullets.png);
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
}
/* Navigation current & hovered button, active state */
.anythingSlider-default.activeSlider .anythingControls a.cur,
.anythingSlider-default.activeSlider .anythingControls a:hover {
	background-image: url(/isa/images/slider/bullets.png);
	background-color: transparent;
	background-position: -22px 0;
	background-repeat: no-repeat;
}

/* start-stop button, stopped, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop {
background-color: #080;
color: #fff;
}
/* start-stop button, playing, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop.playing {
background-color: #d00;
color: #fff;
}
/* start-stop button, active slider hovered text color (when visible) */
.anythingSlider-default.activeSlider .start-stop:hover,
.anythingSlider-default.activeSlider .start-stop.hover {
color: #fff;
}

/************************
NAVIGATION POSITIONING
************************/
/* Navigation Arrows */
.anythingSlider-default .arrow {
top: 50%;
position: absolute;
display: block;
}

.anythingSlider-default .arrow a {
display: block;
width: 45px;
height: 140px;
margin: -70px 0 0 0; /* half height of image */
text-align: center;
outline: 0;
background: url(../images/default.png) no-repeat;
}

#photos-slider .anythingSlider-default .arrow.back {
	opacity: .8;
	top: 50%;
	left: 11px;
	margin-top: -11px;
	padding: 0;
}

#photos-slider .anythingSlider-default .arrow.forward  {
	opacity: .8;
	top: 50%;
	right: 11px;
	margin-top: -11px;
}

#photos-slider .anythingSlider-default .arrow.back a {
	margin: 0;
	width: 22px;
	height: 22px;
	background: url(../images/link_icon_left_22.png) 0 0 no-repeat;
}

#photos-slider .anythingSlider-default .arrow.forward a {
	margin: 0;
	width: 22px;
	height: 22px;
	background: url(../images/link_icon_22.png) 0 0 no-repeat;
}

/* Navigation Links */
/* Libray */
.anythingSlider-default .anythingControls { margin-top: 10px; }
.anythingSlider-default .anythingControls ul { margin: 0; padding: 0; text-align: center; }
.anythingSlider-default .anythingControls ul li { display: inline; background: none; margin: 0; padding: 0;}
.anythingSlider-default .anythingControls ul a {
	font: 11px/18px Georgia, Serif;
	text-indent: -99999px;
	color: transparent;
	display: inline-block;
	*display: block;
	text-decoration: none;
	padding: 0;
	width: 13px;
	height: 13px;
	margin: 0 5px 0 0;
	text-align: center;
	outline: 0;
}

.thumbNav li {
	zoom: 1;
	background-color: red;
}

/* navigationSize window */
.anythingSlider-default .anythingControls .anythingNavWindow {
overflow: hidden;
float: left;
}


/* HOMEPAGE */
#isahomepage .anythingSlider-default .anythingControls {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
	opacity: .95;
}

#isahomepage .anythingSlider-default .anythingControls ul {
	background: #d2ecfa url(/isa/images/bg-menu-slider-hp.png) repeat-y 0 0;
}

#isahomepage .anythingSlider-default .anythingControls ul li {
	display: list-item;
    height: 40px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#isahomepage .anythingSlider-default .anythingControls ul li a {
  background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #2180b2;
    box-shadow: 0 1px 0 0 #fff;
    color: #268ac0;
    display: block;
    font: bold 1.6em/25px "Lucida Sans","Lucida Grande","Lucida Sans Unicode","Luxi Sans",sans-serif;
    height: 100%;
    margin: 0;
    text-indent: 0;
    width: auto;
}

#isahomepage .anythingSlider-default .anythingControls ul li.last a {
	border: 0;
	
}

#isahomepage .anythingSlider-default .anythingControls ul li a.cur {
	background: #2180b2;
	box-shadow: 0 3px 3px -1px #0c374e;
	color: #fff;
}

/***********************
IE8 AND OLDER STYLING
***********************/

/* Navigation Arrows */
.as-oldie .anythingSlider-default .arrow {
top: 30%;
}
.as-oldie .anythingSlider-default .arrow a {
margin: 0;
}

/* margin between nav buttons just looks better */
.as-oldie .anythingSlider-default .anythingControls li {
margin-left: 3px;
}

/* When using the navigationSize option, the side margins need to be zero
None of the navigation panels look good in IE7 now =( */
.as-oldie .anythingSlider-default .anythingControls a {
margin: 0;
}
.as-oldie .anythingSlider-default .anythingNavWindow {
margin: 0 2px;
}
.as-oldie .anythingSlider-default .anythingNavWindow li {
padding: 3px 0 0 0;
}

/***********************
COMMON SLIDER STYLING
***********************/
/* Overall Wrapper */
.anythingSlider {
display: block;
overflow: visible !important;
position: relative;
}
/* anythingSlider viewport window */
.anythingSlider .anythingWindow {
overflow: hidden;
position: relative;
width: 100%;
height: 100%;
}
/* anythingSlider base (original element) */
.anythingSlider .anythingBase {
background: transparent;
list-style: none;
position: absolute;
overflow: visible !important;
top: 0;
left: 0;
margin: 0;
padding: 0;
}

/* Navigation arrow text; indent moved to span inside "a", for IE7;
apparently, a negative text-indent on an "a" link moves the link as well as the text */
.anythingSlider .arrow span {
display: block;
visibility: hidden;
}
/* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
.anythingSlider .arrow.disabled {
display: none;
}
/* all panels inside the slider; horizontal mode */
.anythingSlider .panel {
background: transparent;
display: block;
padding: 0;
margin: 0;
float: left;
}
/* vertical mode */
.anythingSlider .vertical .panel {
float: none;

}
/* fade mode */
.anythingSlider .fade .panel {
float: none;
position: absolute;
top: 0;
left: 0;
z-index: 0;
}
/* fade mode active page - visible & on top */
.anythingSlider .fade .activePage {
z-index: 1;
}