/* Accessible News Slider: Base styles */

div.jqans-wrapper {
	font-size:11px;
	color:#666666;
	text-align:center;
	width:634px;
	height:425px;
	display:block;
	/*border:1px red solid;*/
	float:left;
	margin-bottom:15px;
}


div.jqans-wrapper .jqans-content h1
{
  font-family:Georgia, Times New Roman, Serif;
  font-size:19px;
  font-weight:normal;
  margin-top:10px;
  color:#335166;
}                                     

div.jqans-wrapper ul,
div.jqans-wrapper li,
div.jqans-wrapper h1,
div.jqans-wrapper p {
	margin: 0;
	padding: 0;
}
 
 
div.jqans-wrapper {
	position: relative;
	overflow: hidden;
}

div.jqans-wrapper ul {
	position: relative;
	left: 0;
	width: auto;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}

div.jqans-wrapper li {
	float: left;
	display: inline;
}

/* Accessible News Slider : Theme Default */


/* wrapper */
div.jqans-wrapper.default {
	float:left;
	position:relative;
}


/*************************************
	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: 111px;
	background:url(newsslider.png) repeat-x transparent;
	

}

div.jqans-wrapper.default .jqans-stories-selector ul,
div.jqans-wrapper.default .jqans-stories-selector li {
	height: 10px;
}


/* width value for each story li */
div.jqans-wrapper.default li {
	width: 126px;
	
}

/* default styles*/ 
div.jqans-wrapper.default .jqans-stories a{
	text-decoration: none;
	font-weight: normal !important;
	color: #335166;
	outline: none;
	font-size:11px !important;
	font-family:Georgia, Times New Roman, Serif;
	width:116px;
	display:block;
	margin-left:3px;
}
div.jqans-wrapper.default .jqans-stories a:hover{
	text-decoration: none;
	font-weight: normal !important;
	color: #000;
	outline: none;
	font-size:11px !important;
	font-family:Georgia, Times New Roman, Serif;
	width:116px;
	display:block;
	margin-left:3px;
}


/* stories */
div.jqans-wrapper.default .jqans-stories {
  background: none repeat scroll 0 0 #ffffff;
  height: 94px;
  margin-left: 2px;
  overflow: hidden;
  position: absolute;
  width: 630px;
  z-index: 10;
  float:left;
  clear:both;
  bottom:20px;
}



div.jqans-wrapper.default .jqans-stories li {
	text-align: center;
	font-size: 12px;
	color: #666;
	float:left;
}

div.jqans-wrapper.default .jqans-stories li.selected {
	background: url('newsslider_selected.png') repeat-x transparent top;
}

div.jqans-wrapper.default .jqans-stories li img 
{
  width:116px;
  margin-top:0;
}

div.jqans-wrapper.default .jqans-stories li span.imgCrop {
	margin:10px 0px 0px 5px;
	background-color: #FFFFFF;
	overflow:hidden;
	width:116px;
	height:30px;
	display:block
}

div.jqans-wrapper.default .jqans-stories li span.imgCrop a {
    background-color: #FFFFFF;
    display: block;
    height: 26px;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
    width: 116px;
}

div.jqans-wrapper.default .jqans-stories li p 
{
  display:none;
}
 
div.jqans-wrapper.default .jqans-stories li h3 {
	margin:0;
	font-size:12px;
	font-weight:normal;
	line-height:13px;
  display:block;
  height:40px;
  overflow:hidden;
}

div.jqans-wrapper.default .jqans-stories-selector
{
  clear:both;
  position:absolute;
  bottom:114px;
  float:left;
}

div.jqans-wrapper.default .jqans-stories-selector li.selected div {
	margin:auto;
	height: 0px;
	width:1px;
	line-height:0px;
	font-size:0px;
	border-right: 20px solid transparent;
	border-bottom: 10px solid #6c9eb5;
	border-left: 20px solid transparent;
}

div.jqans-wrapper.default .selected h3 a {color:#FFFFFF;}


div.jqans-wrapper.default .jqans-container {
	width:634px;
}


div.jqans-wrapper.default .jqans-container .jqans-content 
{
  position:absolute;
  left:0px;
  top:15px;
  width:634px;
  left:0px;  
}

div.jqans-wrapper.default .jqans-container .jqans-content div
{
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
    width: 614px; 
}
div.jqans-wrapper .jqans-content .imgCrop {
  width:440px;
  height:170px;
  display:block;
  overflow:hidden;
  float:left;
  margin-bottom:5px;
}

div.jqans-wrapper .jqans-content .imgCrop img 
{
  vertical-align:baseline;
	border: 0;
}

div.jqans-wrapper.default .jqans-pagination 
{
  position:absolute;
}

/* pagination  */
div.jqans-wrapper.default .jqans-pagination {
	border:0px;
	margin: 0;
	padding: 2px 2px 0 2px;
	background: #FFFFFF;
	text-align: center;
	clear: both;
	width: 100%;
	bottom:0px;
	}

div.jqans-wrapper.default .jqans-pagination-count {
	  float:left;
}
div.jqans-wrapper.default .jqans-pagination-controls {
	  float:right;
	  display:block;
	  width:60px;
}

div.jqans-wrapper.default .jqans-pagination-controls a {
	display: block;
	width: 22px;
	height: 12px;
	float:left;
	text-indent: -9999px;
	background: no-repeat bottom center;
}

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);
}


/* ------ TOP ARROWS --------   */
.jqans-pagination-controls_top {
/*    left: 0;
    position: absolute;
    top: -374px;
    width: 635px;
    float:left;*/
    display:none;
}
 
.jqans-pagination-controls_top a {
	  display:block;
    height: 22px !important;
    margin: 0 0 0 3px !important;
    text-indent: -9999px;
    width: 16px !important;
}

.jqans-pagination-controls_top span.jqans-pagination-controls-back a {
	background: url(news_arrows.png) no-repeat 0px 0px !important;
	float:left;
}

.jqans-pagination-controls_top .jqans-pagination-controls-back a:hover {
	background: url(news_arrows.png) no-repeat -16px 0px !important;
}

.jqans-pagination-controls_top .jqans-pagination-controls-next a {
	background: url(news_arrows.png) no-repeat 0px -22px !important;
	float:right;
}                                        

.jqans-pagination-controls_top .jqans-pagination-controls-next a:hover {
	background: url(news_arrows.png) no-repeat -16px -22px !important;
}