/* Accessible News Slider : Theme Default */

/*************************************
	Height and Width values
	these are extremely important!!!
*************************************/

#mainpanel,#mainpanel1,#mainpanel2,#mainpanel3
{
	float:left;
height:422px;
}

div.jqans-wrapper {
	-x-system-font:none;
	font-family:arial,helvetica,clean,sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	/*line-height:1.231;*/
	color:#666666;
}

div.jqans-wrapper img {
	border: 0;
}

div.jqans-wrapper ul,
div.jqans-wrapper li,
div.jqans-wrapper h1,
div.jqans-wrapper p {
	margin: 0;
	padding: 0;
}

div.jqans-wrapper {
	position: relative;
	overflow: hidden;
}

div.jqans-wrapper ul {
	position: relative;
	left: 0;
	width: auto;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}

div.jqans-wrapper li {
	float: left;
	display: inline;
}


/* the stories ul and lis must have the same height */

.jqans-stories-bg { background-color:#FFFFFF; border-top: 2px solid #f4f4f4; margin-top:9px;} 


div.jqans-wrapper.default .jqans-stories ul,
div.jqans-wrapper.default .jqans-stories li {
	height: 90px;
}
.jqans-stories-selector {position:absolute; z-index:999;}
div.jqans-wrapper.default .jqans-stories-selector ul,
div.jqans-wrapper.default .jqans-stories-selector li {
	height: 11px; position:relative;
}

/* 
	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:230px;
}

/* width value for each story li */
div.jqans-wrapper.default li {
	width: 82px;
}

/* default styles */


/* wrapper */
div.jqans-wrapper.default {
	/*border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;*/
	margin: 0 0 10px 0;
}

/* container */
div.jqans-wrapper.default .jqans-container { 
	min-height: 240px; 
	text-align: center;
	padding-top: 4px;
}



/* stories */
div.jqans-wrapper.default .jqans-stories {
	margin-left:33px;
	@margin-left:0px;
	width:163px;
	background: #FFFFFF;
	overflow:hidden;
	position:relative;
}

div.jqans-wrapper.default .jqans-stories li {
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	color: #666;
	margin:0px;
}

div.jqans-wrapper.default .jqans-stories li.selected {
	background: #FFF;
}

div.jqans-wrapper.default .jqans-stories li img {
	margin-top: 5px;
	border: 0px solid #eee;
	padding:1px;
	background-color: #FFFFFF;
	margin-bottom:0px;
}

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-selector li.selected div {
	/*margin-left:65px;
	height: 0px;
	width:0px;
	line-height:0px;
	font-size:0px;
	border-right: 10px solid #F9F9F8;
	border-bottom: 10px solid #FFF;
	border-left: 10px solid #F9F9F8;*/
	background: url("//imgs.communitymatrimony.com/cbsimages/mh-nav-top-arrow.gif") no-repeat bottom center; right:0px; display: inline; height: 11px; margin-left: 20px; width: 22px; position:absolute;
}

/* pagination */
div.jqans-wrapper.default .jqans-pagination {
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
	margin: 0;
	padding: 2px 2px 0 2px;
	background: #f3f3f3;
	text-align: left;
	clear: both;
	width: 100%;
	overflow: hidden;
}

div.jqans-wrapper.default .jqans-bottomdisplay {
	border-top: 1px solid #EDEDED;
	/*border-bottom: 1px solid #ddd;*/
	margin: 0;
	padding: 3px;;
	background: #F9F9F8;
	text-align: left;
	clear: both;
	width: 100%;
	overflow: hidden;
}

div.jqans-wrapper.default .jqans-bottomdisplayleft {
	float: left;
}

div.jqans-wrapper.default .jqans-bottomdisplaylink a {
	float:right;
	width: 72px;
	height: 19px;
	line-height:19px;
}

div.jqans-wrapper.default .jqans-pagination-count {
	float: left;
}

div.jqans-wrapper.default .jqans-pagination-controls {
	position:absolute;
	width:230px;
	margin-top:-55px;
	padding:0px;
}

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:url('//imgs.communitymatrimony.com/cbsimages/mh-icons.gif') no-repeat left top;
	background-position:  -80px -114px;
	/*background-image: url(//imgs.communitymatrimony.com/cbsimages/mh-nav-arr-on-left.gif);*/
	float:left;
	width:21px; 
	height:21px;
	margin-left:10px;

}

div.jqans-wrapper.default .jqans-pagination-controls-next a {
	/*background-image: url(//imgs.communitymatrimony.com/cbsimages/mh-nav-arr-on-right.gif);*/
	background:url('//imgs.communitymatrimony.com/cbsimages/mh-icons.gif') no-repeat left top;
	background-position:  -120px -114px;
	float:right;
	width:21px; 
	height:21px;
	margin-right:10px;
}

div.jqans-wrapper.default .jqans-pagination-controls-backdisable {
	background:url('//imgs.communitymatrimony.com/cbsimages/mh-icons.gif') no-repeat left top;
	/*background-image: url(//imgs.communitymatrimony.com/cbsimages/mh-nav-arr-off-left.gif);*/
	background-position:  -80px -83px ;
	float:left;
	width:21px; 
	height:21px;
	margin-left:10px;
}

div.jqans-wrapper.default .jqans-pagination-controls-nextdisable {
	background:url('//imgs.communitymatrimony.com/cbsimages/mh-icons.gif') no-repeat left top;
	/*background-image: url(//imgs.communitymatrimony.com/cbsimages/mh-nav-arr-off-right.gif);*/
	background-position:  -120px -83px ;
	float:right;
	width:21px; 
	height:21px;
	margin-right:10px;
}





