/* Accessible News Slider : Theme Default */

/*************************************
	Height and Width values
	these are extremely important!!!
*************************************/

/* the stories ul and lis must have the same height */
div.jqans-wrapper.default .jqans-stories ul,
div.jqans-wrapper.default .jqans-stories li {
	height: 92px;
}
#inBetweenSlider div.jqans-wrapper.default .jqans-stories ul,
#inBetweenSlider div.jqans-wrapper.default .jqans-stories li {
	height: 118px;
}

div.jqans-wrapper.default .jqans-stories-selector ul,
div.jqans-wrapper.default .jqans-stories-selector li {
	height: 10px;
}

/* 
	wrapper and the container must have the same width
	in order to get this value take the width value of
	of story ".jqans-stories li" and times it by the 
	number of stories you want to initially display.
	
	107px * 4 = 428px
	
 */
div.jqans-wrapper.default,
div.jqans-wrapper.default .jqans-container {
	width: 650px;
}

/* width value for each story li */
div.jqans-wrapper.default li {
	width: 155px;
	margin-right: 10px;
}
#inBetweenSlider div.jqans-wrapper.default li {
	width: 210px;
	margin: 0 0 0 10px;
}
#inBetweenSlider div.jqans-wrapper.default li:first-child {margin-left: 0;}

/* default styles */
div.jqans-wrapper.default a {
	text-decoration: none;
	font-weight: normal;
	color: #ef0000;
	outline: none;
	font-size: 11px;
}
#inBetweenSlider div.jqans-wrapper.default a {
	font-size: 14px;
	line-height: 14px;
}

div.jqans-wrapper.default strong {
	color: #000;
}

/* wrapper */
div.jqans-wrapper.default {
	margin: 0;
	position: relative;
}
.jqans-content {
	background-color: #212121;
	padding: 5px;
	height: 465px;
}
#inBetweenSlider .jqans-content {
	height: 365px;
}
#inBetweenSlider .jqans-content > div {
	background: transparent url('../../images/backgrounds/opacity.png') repeat left top;
	position: absolute;
	bottom: 128px;
	left: 5px;
	right: 5px;
	padding: 10px;
}
#inBetweenSlider .jqans-content > div h1 {
	margin-left: 0;
}
#inBetweenSlider .jqans-content > div p {
	padding-left: 0;
}
.jqans-content a img, .sliderVideoPlayer { width: 640px; height: 360px; }

/* container */
div.jqans-wrapper.default .jqans-container { 
	min-height: 280px; 
}

div.jqans-wrapper.default .jqans-container a {
}

/* headline */
div.jqans-wrapper.default .jqans-headline {
	text-align: left;
	margin-left: 4px;
	margin-bottom: 4px;
	display: none;
}

div.jqans-wrapper.default .jqans-content h1,
.switchableHomepageContent div.jqans-wrapper.default .jqans-content h2 {
	float: left;
	padding: 1px 7px;
	background: #fff;
	text-indent: 0;
	text-transform: uppercase;
	width: auto;
	height: auto;
	overflow: visible;
	color: #000;
	font: 26px 'HelveticaNeueW01-XBlkCn 710276', Arial, Helvetica, sans-serif;
	margin: 10px 5px;
}

#offCycleSlider .jqans-content h1 {
    background-color: #fff !important;
}

#inBetweenSlider div.jqans-wrapper.default .jqans-content h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

div.jqans-wrapper.default .jqans-content p {
	clear: both;
	padding: 0 5px;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}

/* stories */
div.jqans-wrapper.default .jqans-stories {
	margin-top: 34px;
}
#inBetweenSlider div.jqans-wrapper.default .jqans-stories {margin-top: 0;}

div.jqans-wrapper.default .jqans-stories li {
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	color: #666;
	position: relative;
}

div.jqans-wrapper.default .jqans-stories li.selected img {
	border-color: #ef0000;
}

div.jqans-wrapper.default .jqans-stories li img {
	border: 5px solid #252525;
}
#inBetweenSlider div.jqans-wrapper.default .jqans-stories li img {
	width: 200px;
	height: 108px;
}

div.jqans-wrapper.default .jqans-stories li p {
	display: none;
}

div.jqans-wrapper.default .jqans-stories li h3 {
	margin:0;
	font-size:14px;
	font-weight:normal;	color: #000;
	text-transform: uppercase;
	text-align: left;
	font-family: 'HelveticaNeueW01-XBlkCn 710276', Arial, Helvetica, sans-serif;
	position: absolute;
	bottom: 10px;
	left: 10px;
	margin-right: 10px;
	width: 134px;
}
#inBetweenSlider div.jqans-wrapper.default .jqans-stories li h3 {width: 180px;}
div.jqans-wrapper.default .jqans-stories li h3 a span { 
	color: #000;
	padding: 0 3px;
	background-color: #fff;
	float: left;
 }
.jqans-stories-selector { display: none; }
div.jqans-wrapper.default .jqans-stories-selector li.selected div {
	margin:auto;
	height: 0px;
	width:0px;
	line-height:0px;
	font-size:0px;
	border-right: 10px solid white;
	border-bottom: 10px solid #ce1c8e;
	border-left: 10px solid white;
}

/* pagination */
div.jqans-wrapper.default .jqans-pagination {
	margin: 0;
	padding: 7px 0;
	text-align: left;
	height: 19px;
	clear: both;
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 92px;
	left: 0;
}

div.jqans-wrapper.default .jqans-pagination-count {
	float: left;
	font-size: 11px;
	color: #666;
	line-height: 16px;
}

div.jqans-wrapper.default .jqans-pagination-controls {
	float: right;
}

div.jqans-wrapper.default .jqans-pagination-controls a {
	display: inline-block;
	width: 22px;
	height: 12px;
	text-indent: -9999px;
	background: no-repeat bottom center;
	*float:left;
}

div.jqans-wrapper.default .jqans-pagination-controls-back a, div.jqans-wrapper.default .jqans-pagination-controls-next a {
	background: url(../../images/global/sprite.png) -188px 0;
	width: 19px;
	height: 19px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	top: 7px;
	right: 23px;
	text-align: left;
}

div.jqans-wrapper.default .jqans-pagination-controls-next a { background-position: -211px 0; right: 0; }
div.jqans-wrapper.default .jqans-pagination-controls-back a:hover { background-position: -188px -19px; }
div.jqans-wrapper.default .jqans-pagination-controls-next a:hover { background-position: -211px -19px; }

.jqans-circles-marker {
	float: right;
	height: 7px;
	margin-top: 6px !important;
	width: auto !important;
	margin-right: 50px !important;
}