/*Accessible News Slider : Theme Default
************************************
Height and Width values
these are extremely important!!!
************************************
the stories ul and lis must have the same height*/
.vertical-text
{
	/*Safari*/
	-webkit-transform: rotate(-90deg);
	/*Firefox*/
	-moz-transform: rotate(-90deg);
	/*IE*/
	-ms-transform: rotate(-90deg);
	/*Opera*/
	-o-transform: rotate(-90deg);
	/*Internet Explorer*/
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
DIV.jqans-wrapper.default .jqans-stories UL, DIV.jqans-wrapper.default .jqans-stories LI
{
	height: 98px;
}
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: 100%;
}
/*width value for each story li*/
DIV.jqans-wrapper.default LI
{
	width: 119px;
}
/*default styles*/
DIV.jqans-wrapper.default A
{
	text-decoration: none;
	font-weight: normal;
	color: #363636;
	outline: none;
	line-height: 1.3;
}
DIV.jqans-wrapper.default STRONG
{
	color: #000;
}
/*wrapper*/
DIV.jqans-wrapper.default
{
	/*[disabled]border-left:1px solid #DDD;*/
	/*[disabled]border-right:1px solid #DDD;*/
	/*[disabled]border-top:1px solid #DDD;*/
	margin: 0 0 -21px;
	height: 250px;
}
/*container*/
DIV.jqans-wrapper.default .jqans-container
{
	text-align: center;
	margin-top: 101px !important;
	background-color: #FFFFFF;
	position: absolute;
}
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: -35px;
	visibility: hidden;
}
DIV.jqans-wrapper.default .jqans-content H1
{
	text-align: left;
	color: #666666;
	margin: 8px 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
{
	background: #EEE7D6;
}
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: #6ACAD3;
}
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: 10px;
	font-weight: normal;
}
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 #FFFFFF;
	border-top: 10px solid #00B4B4;
	border-left: 10px solid #FFFFFF;
}
/*pagination*/
DIV.jqans-wrapper.default .jqans-pagination
{
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin: 0;
	padding: 2px 2px 0;
	text-align: left;
	clear: both;
	width: 100%;
	overflow: hidden;
	height: 26px;
	/*+placement:displace -1px 123px;*/
	position: absolute;
	margin-left: -1px;
	margin-top: 123px;
}
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(previous.jpg);
}
DIV.jqans-wrapper.default .jqans-pagination-controls-next A
{
	background-image: url(next.jpg);
}
