/* 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
{
	width: 100%;
	justify-content: center;
}
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: 855px;    	
 /* ====change from 700px === */
}

/* width value for each story li */
div.jqans-wrapper.default li {
	width: 150px;
}

@media only  screen and (max-width:600px){
	div.jqans-wrapper.default,
div.jqans-wrapper.default .jqans-container {
	
 width: 300px;    	
 /* ====change from 700px === */
}

/* width value for each story li */
div.jqans-wrapper.default li {
	width: 100px;
}

}
/* default styles */
 div.jqans-wrapper.default a {
	text-decoration: none;
	font-weight: normal;
	color: white;
	outline: none;
}


div.jqans-wrapper.default p {
	color: #000;
	
}
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 0 0 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;
	color: white;
}

div.jqans-wrapper.default .jqans-content h1 {
	text-align: left;
	color: #666666;
	margin: 8px 4px 4px 4px;
	font-size: 16px;
}
div.jqans-wrapper.default .jqans-content h1 a {
	
	font-size: 20px;
	/* color:RGB(11 100 200); */
	color:#0d6efd
	;
}
div.jqans-wrapper.default .jqans-content img {
	/* padding: 5px; */
	/* padding: 10px; */
	/* margin: 6px; */
	margin-right: 13px;
    margin-bottom: 5px;
	padding: 5px;
}

div.jqans-wrapper.default .jqans-content p {
	text-align: left;
	color: #666666;
	margin: 4px;
}

/* stories */
div.jqans-wrapper.default .jqans-stories {
	background: #d1cfcf;
}

div.jqans-wrapper.default .jqans-stories li {
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	color: #666;
}

div.jqans-wrapper.default .jqans-stories li.selected {
	background:#c81c1c;
	color: #000;
}

div.jqans-wrapper.default .jqans-stories li img {
	margin-top: 10px;
	border: 1px solid #eee;
	padding: 1px;
	background-color: #FFFFFF;
}
 
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;
	
}
div.jqans-wrapper.default .jqans-stories li h3 a{
	margin:0;
	font-size:12px;
	font-weight:normal;
	padding: 2px;
	color: black;
}
div.jqans-wrapper.default .jqans-stories li h3  a:hover {
	margin:0;
	font-size:12px;
	font-weight:normal;
	padding: 2px;
	color: black;
}


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 #c81c1c;
	color: white;
	border-left: 10px solid white;
}

/* pagination */
div.jqans-wrapper.default .jqans-pagination {
	/* margin-top: 40px; */
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 2px 2px 0 2px;
	background: #737070;
	color: white;
	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(css/previous.jpg); */
		background-image: url('/image/previous.jpg');
	}

	div.jqans-wrapper.default .jqans-pagination-controls-next a {
		background-image: url('/image/next.jpg');
	}