/* container for slides */
.images {
	background:#fff url(/img/design/kl_bcgboxresult_in.gif) repeat-x;
	/*border:1px solid #666;*/
	position:relative;	
	height:145px;
	
	width:572px;
	float:left;	
	margin:0 0 0 0px;
	cursor:pointer;
	
	/* CSS3 tweaks for modern browsers */
	/*-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;*/	
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:2px;
	padding:15px 5px 15px 5px;
	height:256px;
	font-size:12px;
}

/* header */
.images h3 {
	float:right;
	width:295px;
	font-size:12px;
	font-weight:bold;
	margin:-10px 0 2px 0;
	padding:0;
	color:#3284c7;
	text-align:left;
}

.images img{ border:1px solid #c0c1c2; float:left; margin:10px 6px 10px 0;} 
.images p{ font-size:11px; color:#404f55; text-align:left; padding-left:20px; }
.images .but2{ position:relative; float:right; background:url(/img/design/kl_bcgrightliadetail_in.gif) left center no-repeat; width:9em; padding:0.5em 0 0.8em 0.7em ;  text-align:left;}
.images .but2 a{font-size:11px; font-weight:bold; color:#404f55;}
/* tabs (those little circles below slides) */
.tabs {
	clear:both;
	margin-left:330px;
}

/* single tab */
.tabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/tools/img/scrollable/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -16px;     
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	background:#fff url(/img/design/kl_hori_large.png) no-repeat;
	display:block;
	width:36px;
	height:145px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward 				{ background-position:-36px 0; float:right;}
.forward:hover 		{ }
.forward:active 	 	{} 


/* prev */
.backward:hover  		{}
.backward:active  	{}

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

