/*$Id: ajax_slideshow.css,v 1.4 2010/08/11 20:42:16 udig Exp $
ajax slideshow*/
.ajax_slideshow
{
	clear: both;
}
.as-tabs-panes
{
	width: 99%;
	float: left;
}
/*tabs*/
DIV.as-tabs
{
	margin: 0 !important;
	padding: 0;
}
DIV.as-tabs .item-list UL
{
	margin: 0;
}
/*single tab*/
DIV.as-tabs UL LI
{
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
/*link inside the tab. uses a background image*/
DIV.as-tabs A.as-tab
{
	float: left;
	font-size: 11px;
	display: block;
	padding: 5px 30px;
	text-decoration: none;
	border: 1px solid #DDD;
	border-bottom: 0px solid #000000;
	height: auto;
	background-color: #EFEFEF;
	color: #888;
	margin-right: 2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	position: relative;
	top: 1px;
}
DIV.as-tabs A.as-tab:hover
{
	background-color: #F7F7F7;
	color: #333;
}
/*selected tab*/
DIV.as-tabs A.current
{
	background-color: #FFF;
/*background of selected tab pure white*/
	color: #000;
/*text of selected tab pure black*/
	cursor: default;
	height: auto;
/*control height of selected tab*/
	border: 1px solid #BBB;
/*give it a one-pixel border in grey*/
	border-bottom: 1px solid #FFF;
/*a white bottom border covers the border of the pane ...*/
	z-index: 2;
/*... because of having a higher z-index*/
}
/*panes*/
DIV.as-panes
{
	position: relative;
	overflow: hidden;
	height: 175px;
	margin: -20px 0 8px;
}
.as-panes-border
{
	border: 8px solid #BBB;
	z-index: 1;
}
/*single pane*/
DIV.absolute_pane
{
	position: absolute;
	top: 0;
	left: 0;
}
DIV.as-panes DIV.pane
{
	background-color: #FFFFFF;
	display: none;
	padding: 15px 10px;
	width: 98%;
}
/*navigation buttons*/
A.prev, A.next
{
	float: left;
	background: url(images/hori_large.png) no-repeat;
	display: block;
	width: 31px;
	height: 46px;
	cursor: pointer;
	font-size: 1px;
	text-indent: -9999em;
}
A.next
{
	background-position: -63px -48px;
	clear: right;
	margin: -131px 0 0 611px;
	position: relative;
	z-index: 3;
}
A.next:hover
{
	background-position: -63px -48px;
}
A.next:active
{
	background-position: -63px -48px;
}
A.prev
{
	margin: 64px -661px 0 8px;
	position: relative;
	z-index: 3;
}
A.prev:hover
{
}
A.prev:active
{
}

DIV.as-panes-shadow
{
background: url(/sites/all/themes/imli/images/shadow_scrollbanner.jpg) no-repeat;
height: 16px;
margin-top:-10px;
}

