/* 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: 90px;
}



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: 428px;
}

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

/* default styles */
div.jqans-wrapper.default a {
	text-decoration: none;
	font-weight: normal;
	color: #363636;
	outline: none;
}

div.jqans-wrapper.default strong {
	color: #000;
}

/* wrapper */
div.jqans-wrapper.default {
	border-left: 1px solid #DBE1E6;
	border-right: 1px solid #DBE1E6;
	border-top: 1px solid #DBE1E6;
	margin: 0 0 32px 0;
}

/* container */
div.jqans-wrapper.default .jqans-container { 
	min-height: 280px;
	text-align: center;
	padding-top: 4px;
}

div.jqans-wrapper.default .jqans-container a {
	font-weight: bold;
}

/* headline */
div.jqans-wrapper.default .jqans-headline {
	text-align: left;
	margin-left: 4px;
	margin-bottom: 4px;
}

div.jqans-wrapper.default .jqans-headline strong { 
text-transform:uppercase;
}

div.jqans-wrapper.default .jqans-content h1 {
	text-align: left;
	color: #16387C !important;
	margin: 8px 4px 4px 4px !important;
	font-size: 138% !important; 
	font-weight:bold;
}

div.jqans-wrapper.default .jqans-content h1 a, div.jqans-wrapper.default .jqans-content h1 a:hover, div.jqans-wrapper.default .jqans-content h1 a:active, div.jqans-wrapper.default .jqans-content h1 a:visited {
	color: #16387C !important;
}



div.jqans-wrapper.default .jqans-content p {
	text-align: left;
	color: #333 !important;
	margin: 4px !important;
}

/* stories */
div.jqans-wrapper.default .jqans-stories {
	background: #f3f3f3; 
	font-size:85%;
	
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#DBE1E6; 
	padding:0;
	
	
}

div.jqans-wrapper.default .jqans-stories li {
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	color: #666 !important;
	background-color:#FCFCFD;
	background-image:-moz-linear-gradient(center top , #E8EDF0, #FCFCFD);
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#A8B4BF;
}

div.jqans-wrapper.default .jqans-stories li.selected {
	/*background: #ce1c8e;*/
	background-color:#59728B;
    background-image:-moz-linear-gradient(center top , #59728B, #2D4458);
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#59728B;
	
}

div.jqans-wrapper.default .jqans-stories li img {
	margin-top: 10px;
	border: 1px solid #C5CED7;
	padding: 2px;
	background-color: #FFFFFF;
	
}

div.jqans-wrapper.default .jqans-stories li.selected img {
	border: 1px solid #000;
}

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:14px !important;
	color:#59728B !important;
}

div.jqans-wrapper.default .jqans-stories li.selected h3 {
	margin:0;
	font-size:12px;
	font-weight:normal; 
	line-height:14px !important;
	color:#FFF !important;
}


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 #59728B;
	border-left: 10px solid white;
}

/* pagination */
div.jqans-wrapper.default .jqans-pagination {
	
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-bottom:3px;
	padding-top:3px;
	border-bottom-color:#DBE1E6;
	border-left-color-value:#DBE1E6;
	border-right-color-value:#DBE1E6;
	
	margin: 0;
	text-align: left;
	clear: both;
	width: 100%;
	overflow: hidden;
	background-color:#F9FAFA;
}

div.jqans-wrapper.default .jqans-pagination-count {
	float: left;
	margin:4px 0 0 4px;
}

div.jqans-wrapper.default .jqans-pagination-controls {
	float: right;
	margin:3px 4px 0 0; 
}

div.jqans-wrapper.default .jqans-pagination-controls a {
	display:block;
	text-indent: -9999px;
	margin:3px 0 0 0; 
	float:left; 
	cursor:pointer;
}


div.jqans-wrapper.default .jqans-pagination-controls-back a {
	border-style: dashed;
    border-color: transparent;
    border-width: 0.5em;
    display: -moz-inline-box;
    display: inline-block;
  	font-size: 10px;
  	height: 0;
	width: 0;
    line-height: 0;
    position: relative;
    vertical-align: middle;
    border-right-width: 0.5em;
    border-right-style: solid;
    border-right-color: #59728B;
    right: 0.25em; 
	margin-right:30px;
}


div.jqans-wrapper.default .jqans-pagination-controls-next a {
	border-style: dashed;
    border-color: transparent;
    border-width: 0.5em;
    display: -moz-inline-box;
    display: inline-block;
  	font-size: 10px;
  	height: 0;
    line-height: 0;
    position: relative;
    vertical-align: middle;
    width: 0;
	position:relative;
    border-left-width: 0.5em;
    border-left-style: solid;
    border-left-color: #59728B;
    left: 0.25em; 	
}

div.jqans-wrapper.default .jqans-pagination-controls-back a span {
	border-style: dashed;
    border-color: transparent;
    border-width: 0.53em;
    display: -moz-inline-box;
    display: inline-block;
  	font-size: 8px;
  	height: 0;
    line-height: 0;
    vertical-align: middle;
    width: 0;
    border-right-width: 0.6em;
    border-right-style: solid;
    border-right-color: #F9FAFA;
    top:-4px;
	right: -6px; 
	position:absolute;
	
}

div.jqans-wrapper.default .jqans-pagination-controls-next a span {
	border-style: dashed;
    border-color: transparent;
    border-width: 0.53em;
    display: -moz-inline-box;
    display: inline-block;
  	font-size: 8px;
  	height: 0;
    line-height: 0;
    vertical-align: middle;
    width: 0;
    border-left-width: 0.6em;
    border-left-style: solid;
    border-left-color: #F9FAFA;
    top:-4px;
	left: -6px; 
	position:absolute;
}

div.jqans-wrapper.default span.jqans-pagination-controls-play-pause {
	background:transparent; 
	display:block; 
	position:absolute; 
	right:24px; 
	bottom:8px; 
	width:10px; 
	height:10px;
	padding:0;
}

div.jqans-wrapper.default #play-pause-wrapper  {
   margin:0;
   padding:0;
}

div.jqans-wrapper.default #control-play  {
	border-style: dashed;
    border-color: transparent;
    border-width: 0.5em;
    display: -moz-inline-box;
    display: inline-block;
  	font-size: 10px;
  	height: 0;
    line-height: 0;
    vertical-align: middle;
    width: 0;
    border-left-width: 0.5em;
    border-left-style: solid;
    border-left-color: #59728B; 
    position:absolute;
   	margin:0;
   	padding:0; 
   	top:0px; 
   	left:2px;
   	z-index:1;
}

div.jqans-wrapper.default #control-pause {
	position:absolute;
   	width:9px; 
   	height:9px;
   	background: transparent; /*#59728B;*/
    margin:0;
   	padding:0; 
   	top:1px; 
   	left:0;
   	z-index:0;
   	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
}

div.jqans-wrapper.default #pause-left, div.jqans-wrapper.default #pause-right {
	position:absolute; 
   	top:0;
   	width:4px; 
   	height:9px; 
   	display:block;
   	background: #59728B;
    -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px; /* future proofing */
	-khtml-border-radius: 2px; /* for old Konqueror browsers */
}

div.jqans-wrapper.default #pause-right {
   left:5px;
}


div.jqans-wrapper.default .jqans-content div { 
	height:200px;
	overflow:hidden;
}