/* Accessible News Slider : Theme Default */

/*************************************
	Height and Width values
	these are extremely important!!!
*************************************/

div.jqans-wrapper.default .jqans-stories-selector ul,
div.jqans-wrapper.default .jqans-stories-selector li {
	height: 10px;
}

/* the stories ul and lis must have the same height */
div.jqans-wrapper.default .jqans-stories ul,
div.jqans-wrapper.default .jqans-stories li {

}

/* 
	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
	
 */

/* default styles */
div.jqans-wrapper.default a {
	text-decoration: none;
	font-weight: normal;
	outline: none;
	color: #333;
}

div.jqans-wrapper.default strong {
}

/* wrapper */
div.jqans-wrapper.default {
	border-left: 0px solid #CCC;
	border-right: 0px solid #CCC;
	border-top: 0px solid #CCC;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin: 0px;
	background-color: #fff0;
}

/* container */
div.jqans-wrapper.default .jqans-container { 
	min-height: 280px; 
	text-align: center;
	padding-top: 4px;
}

div.jqans-wrapper.default .jqans-container a {
}

/* headline */
div.jqans-wrapper.default .jqans-headline {
	text-align: right;
	margin-right: 8px;
	margin-bottom: 4px;
	color: #111;
}

div.jqans-wrapper.default .jqans-content h1 {
	text-align: right;
	margin: 8px 8px 4px 4px;
	color: #111;
	font-weight: normal;
	font-size: 13px;
	line-height: 100%;
}

div.jqans-wrapper.default .jqans-content p {
	text-align: right;
	margin: 4px;
}

/* stories */
div.jqans-wrapper.default .jqans-stories {
	background: #0000001a;
}

div.jqans-wrapper.default .jqans-stories li {
	overflow: hidden;
	text-align: center;
	font-size: 12px;
}

div.jqans-wrapper.default .jqans-stories li.selected {
	background: #bbb;
}

div.jqans-wrapper.default .jqans-stories li img {
	margin-top: 10px;
	border: 1px solid #eee;
	padding: 1px;
}

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 span{
	display: none;
}
div.jqans-wrapper.default .jqans-stories-selector{
}
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 #fff0;
	border-bottom: 10px solid #bbb;
	border-left: 10px solid #fff0;
}

/* pagination */
div.jqans-wrapper.default .jqans-pagination {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 0;
	padding: 2px 2px 0 2px;
	background: #f3f3f3;
	text-align: right;
	direction: rtl;
	clear: both;
	width: 100%;
	overflow: hidden;
}

div.jqans-wrapper.default .jqans-pagination-count {
	float: right;
}

div.jqans-wrapper.default .jqans-pagination-controls {
	float: left;
}

div.jqans-wrapper.default .jqans-pagination-controls a {
	display: inline-block;
	width: 22px;
	height: 12px;
	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);
}