/*
	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 */
#oms-rotator {
	width: 988px;
	height: 400px;
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: auto;
	overflow-x: hidden;
}
li.panel {
	list-style:none;
	list-style-image:none;
	display:block;
	width:0;
	height:0;
}
/******************
  SET STYLING HERE
 ******************
 =================================
 Default state (no keyboard focus)
 ==================================*/
/* Overall Wrapper */
.oms-rotator .anythingSlider-default {
	margin: 0;
	/* 45px right & left padding for the arrows, 28px @ bottom for navigation */
	padding: 0 2px 0px 0px;
}
/* slider window - top & bottom borders, default state */
.oms-rotator .anythingSlider-default .anythingWindow {
	border-top: none;
	border-bottom: none;
}
/* Navigation buttons + start/stop button, default state */
.oms-rotator .anythingSlider-default .anythingControls a {
	/* top shadow */
	background: #1a1a1a;
	color: #FFF;
}
/* Make sure navigation text is visible */
.oms-rotator .anythingSlider-default .anythingControls a span {
	visibility: visible;
	font-size:14px;
}
/* Navigation current button, default state */
.oms-rotator .anythingSlider-default .anythingControls a.cur {
	background: #888;
	color: #FFF;
}

/* start-stop button, stopped, default state */
.oms-rotator .anythingSlider-default .anythingControls a.start-stop {
	background-color: #040;
	color: #ddd;
}
/* start-stop button, playing, default state */
.oms-rotator .anythingSlider-default .anythingControls a.start-stop.playing {
	background-color: #800;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

/* start-stop button, default hovered text color (when visible) */
/* hide nav/start-stop background image shadow on hover - makes the button appear to come forward */
.oms-rotator .anythingSlider-default .anythingControls a.start-stop:hover,
.oms-rotator .anythingSlider-default .anythingControls a.start-stop.hover,
.oms-rotator .anythingSlider-default .anythingControls a.start-stop .anythingControls ul a:hover {
	background-image: none;
	color: #ddd;
}

/*
 =================================
 Active State (has keyboard focus)
 =================================
*/
/* slider window - top & bottom borders, active state */
.oms-rotator .anythingSlider-default.activeSlider .anythingWindow {
	border-color: #4d4d4d;
}
/* Navigation buttons, active state */
.oms-rotator .anythingSlider-default.activeSlider .anythingControls a {
	/* background image = top shadow */
}
/* Navigation current & hovered button, active state */
.oms-rotator .anythingSlider-default.activeSlider .anythingControls a.cur,
.oms-rotator .anythingSlider-default.activeSlider .anythingControls a:hover {
	/* background image removed */
	background: #545454;
}

/* start-stop button, stopped, active state */
.oms-rotator .anythingSlider-default.activeSlider .anythingControls a.start-stop:hover {
	background-color: #080;
	color: #fff;
}
/* start-stop button, playing, active state */
.oms-rotator .anythingSlider-default.activeSlider .anythingControls a.start-stop.playing:hover {
	background-color: #d00;
	color: #fff;
}
/* start-stop button, active slider hovered text color (when visible) */
.oms-rotator .anythingSlider-default.activeSlider .start-stop:hover,
.oms-rotator .anythingSlider-default.activeSlider .start-stop.hover {
	color: #fff;
}

/************************
  NAVIGATION POSITIONING
 ************************/
/* Navigation Arrows */
.oms-rotator .anythingSlider-default .arrow {
	top: 0;
	bottom:28px;
	position: absolute;
	display: block;
}

.oms-rotator .anythingSlider-default .arrow a {
	display: block;
	width: 25px;
	height: 100%;
	margin: 0; /* half height of image */
	text-align: center;
	outline: 0;
	background: url(default.png) no-repeat;
}

/* back arrow */
.oms-rotator .anythingSlider-default .back { left: 0; }
.oms-rotator .anythingSlider-default .back a { background-position: left top; }
.oms-rotator .anythingSlider-default .back a:hover,
.oms-rotator .anythingSlider-default .back a.hover { background-position: left -390px; }
/* forward arrow */
.oms-rotator .anythingSlider-default .forward { right: 0; }
.oms-rotator .anythingSlider-default .forward a { background-position: right top; }
.oms-rotator .anythingSlider-default .forward a:hover,
.oms-rotator .anythingSlider-default .forward a.hover { background-position: right -390px; }

/* Navigation Links */
.oms-rotator .anythingSlider-default .anythingControls { 
	outline: 0; 
	display: none; 
	position:absolute;
	right:-200px;
	top:0;
	width:200px; 
	height:418px;
	overflow:auto;
	margin:0;
	float:right; 
}
.oms-rotator .anythingSlider-default .anythingControls ul { margin: 0; padding: 0; float: left; }
.oms-rotator .anythingSlider-default .anythingControls ul li { display: block; }
.oms-rotator .anythingSlider-default .anythingControls ul a {
	font-size: 14px;
	line-height:15px;
	display: inline-block;
	width:178px;
	text-decoration: none;
	padding: 5px;
	margin: 0 0 2px 0;
	text-align: left;
	vertical-align:middle;
	outline: 0;
}
.oms-rotator .anythingSlider-default .anythingControls li.last a {
	margin: 0 5px 0 0 !important;
}

.oms-rotator .anythingSlider-default .anythingControls .prev a, 
.oms-rotator .anythingSlider-default .anythingControls .next a {
	padding:2px;
	width:21px;
	height:64px;
	line-height:64px;
}

/* navigationSize window */
.oms-rotator .anythingSlider-default .anythingControls .anythingNavWindow {
	overflow: hidden;
	float: left;
}

/* Autoplay Start/Stop button */
.oms-rotator .anythingSlider-default .anythingControls .start-stop {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	position:absolute;
	right:0;
	width:25px;
	padding: 3px 0 4px 0;
	top:0px;
	text-align: center;
	text-decoration: none;
	z-index: 1000;
	outline: 0;
	border-bottom:2px solid #000;
}

/***********************
  IE8 AND OLDER STYLING
 ***********************/

/* Navigation Arrows */
.oms-rotator .as-oldie .anythingSlider-default .arrow {
	top: 30%;
}
.oms-rotator .as-oldie .anythingSlider-default .arrow a {
	margin: 0;
}

/* margin between nav buttons just looks better */
.oms-rotator .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 =( */
.oms-rotator .as-oldie .anythingSlider-default .anythingControls a {
	margin: 0;
}
.oms-rotator .as-oldie .anythingSlider-default .anythingNavWindow {
	margin: 0 2px;
}
.oms-rotator .as-oldie .anythingSlider-default .anythingNavWindow li {
	padding: 3px 0 0 0;
}

/***********************
  COMMON SLIDER STYLING
 ***********************/
/* Overall Wrapper */
.oms-rotator .anythingSlider {
	display: block;
	overflow: visible !important;
	position: relative;
}
/* anythingSlider viewport window */
.oms-rotator .anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 988px;
	height: 400px;
}
/* anythingSlider base (original element) */
.oms-rotator .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 */
.oms-rotator .anythingSlider .arrow span {
	display: block;
	visibility: hidden;
}
/* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
.oms-rotator .anythingSlider .arrow.disabled {
	display: none;
}
/* all panels inside the slider; horizontal mode */
.oms-rotator .anythingSlider .panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}
/* vertical mode */
.oms-rotator .anythingSlider .vertical .panel {
	float: none;
}
/* fade mode */
.oms-rotator .anythingSlider .fade .panel {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
/* fade mode active page - visible & on top */
.oms-rotator .anythingSlider .fade .activePage {
	z-index: 1;
}

/***********************
  RTL STYLING
 ***********************/
/* slider autoplay right-to-left, reverse order of nav links to look better */
.oms-rotator .anythingSlider.rtl .anythingWindow {
	direction: ltr;
	unicode-bidi: bidi-override;
}
.oms-rotator .anythingSlider.rtl .anythingControls ul { float: left; } /* move nav link group to left */
.oms-rotator .anythingSlider.rtl .anythingControls ul a { float: right; } /* reverse order of nav links */
.oms-rotator .anythingSlider.rtl .start-stop { /* float: right; */ } /* move start/stop button - in case you want to switch sides */

/* probably not necessary, but added just in case */
.oms-rotator .anythingSlider,
.oms-rotator .anythingSlider .anythingWindow,
.oms-rotator .anythingSlider .anythingControls ul a,
.oms-rotator .anythingSlider .arrow a,
.oms-rotator .anythingSlider .start-stop {
	transition-duration: 0;
	-o-transition-duration: 0;
	-moz-transition-duration: 0;
	-webkit-transition-duration: 0;
}

/* expand image */
.oms-rotator img, 
.oms-rotator iframe, 
.oms-rotator object, 
.oms-rotator video { width: 988px; height: 400px; position: relative; border:none; }

/* position caption close button */
.oms-rotator .caption-top .close,
.oms-rotator .caption-right .close,
.oms-rotator .caption-bottom .close,
.oms-rotator .caption-left .close   { font-size: 80%; cursor: pointer; float: right; display: inline-block; }

/* captions */
/* set to position: relative here in case javascript is disabled, script sets captions to position: absolute */
.oms-rotator .caption-top,
.oms-rotator .caption-right,
.oms-rotator .caption-bottom,
.oms-rotator .caption-left { background: rgba(0, 0, 0, 0.6); color: #fff; font-size:18px; padding: 10px; margin: 0; position: absolute; z-index: 10; opacity: 0; filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#88000000', EndColorStr='#88000000'); }

/* Top caption - padding is included in the width (480px here, 500px in the script), same for height */
.oms-rotator .caption-top  { left: 10%; top: 30px; margin-top:20px;}

/* Right caption - padding is included in the width (130px here, 150px in the script), same for height */
.oms-rotator .caption-right  { right: 30px; bottom: 20%; margin-right:20px;}

/* Bottom caption  - padding is included in the width (480px here, 500px in the script), same for height */
.oms-rotator .caption-bottom { right: 10%; bottom: 30px; margin-bottom:20px;}

/* Left caption - padding is included in the width (130px here, 150px in the script), same for height */
.oms-rotator .caption-left   { left: 30px; top: 20%; margin-left:20px; }

.oms-rotator .thumbNav img {width:58px; height:58px; border:none; vertical-align:middle; margin-right:5px; float:left;}
.oms-rotator .thumbNav small {display:block; font-size:10px; line-height:12px; margin-top:2px; overflow:hidden;}