/* 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: 95px;
}

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: 100%;
}

/* width value for each story li */
div.jqans-wrapper.default li {
	width: 101px;
}

/* default styles */
div.jqans-wrapper.default a {
	text-decoration: none;
	font-weight: normal;
	color: #333333;
	outline: none;
}
div.jqans-wrapper.default .jqans-stories li h3 a {
  position: relative;
  z-index: 1;
}
div.jqans-wrapper.default li.selected a {
  color: #fff;
}
div.jqans-wrapper.default strong {
	color: #000;
}

/* wrapper */
div.jqans-wrapper.default {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin: 0 auto;
}

/* container */
div.jqans-wrapper.default .jqans-container { 
	min-height: 260px; 
	text-align: center;
	padding-top: 0;
}

div.jqans-wrapper.default .jqans-container a {
  font-weight: bold;
  color: #fff;
}
/* headline */
div.jqans-wrapper.default .jqans-headline {
	display:none;
	text-align: left;
	margin-left: 4px;
	margin-bottom: 4px;
}

div.jqans-wrapper.default .jqans-content h1 {
	text-align: left;
	color: #666666;
	margin: 8px 4px 4px 4px;
	font-size: 16px;
}
.jqans-content {
  height: 259px;
  overflow: hidden;
  position: relative;
}
.jqans-content .summary {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}
div.jqans-wrapper.default .jqans-content p {
	text-align: left;
	color: #cccccc;
	margin: 4px;
}

/* stories */
div.jqans-wrapper.default .jqans-stories {
	background: #f3f3f3;
}
div.jqans-wrapper.default .jqans-stories li {
  color: #333;
  font-size: 12px;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding:0 3px;
}
div.jqans-wrapper.default .jqans-stories li.selected {
  background: #333333 none repeat scroll 0 0;
}
div.jqans-wrapper.default .jqans-stories li img {
	margin-top: 10px;
	border: none;
	padding: 0;
	background-color: #FFFFFF;
	height:auto;
}

div.jqans-wrapper.default .jqans-stories li p {
	display: none;
}
div.jqans-wrapper.default .jqans-stories li h3 {
	bottom: 0;
	font-size: 12px;
	font-weight: normal;
	height: 29px;
	left: 0;
	margin: 0;
	overflow: hidden;
	position: absolute;
	background: #fff;
	line-height: 1.2;
	width: 100%;
}
div.jqans-wrapper.default .jqans-stories li.selected h3::after {
  background: #333 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
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 #333;
	border-left: 10px solid white;
}

/* pagination */
div.jqans-wrapper.default .jqans-pagination {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 2px 2px 0 2px;
	background: #f3f3f3;
	text-align: left;
	clear: both;
	width: 100%;
	overflow: hidden;
}

div.jqans-wrapper.default .jqans-pagination-count {
	float: left;
}

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 {
	background-image: url(previous.jpg);
}

div.jqans-wrapper.default .jqans-pagination-controls-next a {
	background-image: url(next.jpg);
}