/* 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 #aaa;
	border-right: 1px solid #aaa;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	margin: 0 0 32px 0;
	background: #d8d8f8; /* background of main story area */
}

/* 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-content h1 {
	text-align: left;
	color: #666666;
	margin: 8px 4px 4px 4px;
	font-size: 16px;
}

div.jqans-wrapper.default .jqans-content p {
	text-align: left;
	color: #666666;
	margin: 4px;
}

/* stories */
div.jqans-wrapper.default .jqans-stories {
	xbackground: #f3f3f3;
	background: #c8c8f8; /* background of empty stories section */
	xborder-top: 1px solid #000;
}

div.jqans-wrapper.default .jqans-stories li {
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	color: #666;
	background: #c8c8f8; /* background of stories section */
}

div.jqans-wrapper.default .jqans-stories li.selected {
	xbackground: #ce1c8e;
	background: #a8a8f8; /* background of selected story */
}

div.jqans-wrapper.default .jqans-stories li img {
	margin-top: 10px;
	xborder: 1px solid #eee;
	border: 1px solid #000;
	padding: 1px;
	xbackground-color: #FFFFFF;
	background: #d8d8f8; /* background around story thumb-nails */
}

div.jqans-wrapper.default .jqans-stories li p {
	display: none;
}

div.jqans-wrapper.default .jqans-stories li p.title {
	display: block;
}

div.jqans-wrapper.default .jqans-stories-selector li.selected div {
	margin:auto;
	height: 0px;
	width:0px;
	line-height:0px;
	font-size:0px;
/* color of spike above selected story */
	xborder-right: 10px solid white;
	border-right: 10px solid #d8d8f8;
	xborder-bottom: 10px solid #ce1c8e;
	border-bottom: 10px solid #a8a8f8;
	xborder-left: 10px solid white;
	border-left: 10px solid #d8d8f8;
}

/* pagination */
div.jqans-wrapper.default .jqans-pagination {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 2px 2px 0 2px;
	xbackground: #f3f3f3;
	background: #d8d8f8; /* background of area that says "1-4 of 8 total" */
	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 {
	xbackground: #d8d8f8; /* background of area that says "1-4 of 8 total" */
	background-image: url(previous.png);
}

div.jqans-wrapper.default .jqans-pagination-controls-next a {
	xbackground: #d8d8f8; /* background of area that says "1-4 of 8 total" */
	background-image: url(next.png);
}
