/* CSS Document */

/* Accessible News Slider : Theme Default */

/*************************************
	Height and Width values
	these are extremely important!!!
*************************************/
A:link {text-decoration: none; color: #0066CC}
A:visited {color: #0066CC; text-decoration: none}
A:active {text-decoration: none}
A:hover { color: #ffffff;text-decoration: underline}

.homepage_slide_main_title{font-family:Arial; font-size:24px;color:#0066CC!important;font-weight:bold;}


/* 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: 131px;
}

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
	132px * 5 = 660px
 */
div.jqans-wrapper.default,
div.jqans-wrapper.default .jqans-container {
	width: 660px;
	padding-bottom:2px;
	}

/* width value for each story li */
div.jqans-wrapper.default li {
	width: 122px;
	*width: 122px;
	padding: 0px 5px 0px 5px;
}

/* default styles */
div.jqans-wrapper.default a {
	text-decoration: none;
	font-weight: normal;
	color: #0066cc;
	outline: none;
}



div.jqans-wrapper.default strong {
	color: #000;
}

/* wrapper */
div.jqans-wrapper.default {
	border-left: 0px solid #ddd;
	border-right: 0px solid #ddd;
	border-top: 0px solid #ddd;
	margin: 0 0 25px 0;
	border-bottom:4px solid #A6BBD3;
}

/* container */
div.jqans-wrapper.default .jqans-container { 
	min-height: 235px; 
	text-align: center;
	padding-top: 4px;
	height:225px;
}

div.jqans-wrapper.default .jqans-container a {
	font-weight: normal;
}

/* 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: 23px;
	font-family:arial;
}

div.jqans-wrapper.default .jqans-content p {
	text-align: left;
	color: #000000;
	margin: 13px 4px 4px 4px;
	font-size:14px;
	font-family:arial;
	line-height:19px;
}

/* stories */
div.jqans-wrapper.default .jqans-stories {
	background: #ECEDF3;
}

div.jqans-wrapper.default .jqans-stories li {
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	font-family:arial;
	color: #666;
}

div.jqans-wrapper.default .jqans-stories li.selected {
	background: #142042;
	color:#FFFFFF;
	}

div.jqans-wrapper.default .jqans-stories li.selected a {
	background: #142042;
	color:#FFFFFF;
	}

div.jqans-wrapper.default .jqans-stories li img {
	margin-top: 10px;
	border: 1px solid #eee;
	padding: 1px;
	background-color: #FFFFFF;
	width:90px;
	height:67px;
}

div.jqans-wrapper.default .jqans-stories li p {
	display: none;
}

div.jqans-wrapper.default .jqans-stories li h3 {
	margin-top:10px;
	font-size:11px;
	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 white;
	border-bottom: 10px solid #142042;
	border-left: 10px solid white;
	
}

/* pagination */
div.jqans-wrapper.default .jqans-pagination {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 2px 2px 0 2px;
	background: #ECEDF3;
	text-align: left;
	clear: both;
	width: 663px;
	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: 25px;
	padding-top:1px;
	height: 12px;
	text-indent: -9999px;
	background: no-repeat bottom center;
	*float:left;
}

div.jqans-wrapper.default .jqans-pagination-controls-back a {
	background-image: url(http://thatskannada.oneindia.in/img/previous.jpg);
}

div.jqans-wrapper.default .jqans-pagination-controls-next a {
	background-image: url(http://thatskannada.oneindia.in/img/next.jpg);
}