/* 
-------------------------------
2 link - Akila Slideshow
-------------------------------
*/ /*GENERIC GLOBAL STYLES*/
#home_slideshow p {
	padding-bottom: 1em;
}

#home_slideshow a {
	text-decoration: none;
	color: #000066;
}

#home_slideshow a:hover {
	text-decoration: none;
}

.text_replace {
	background-repeat: no-repeat;
	outline: 0;
	text-indent: -9999px;
}

a.text_replace:active {
	outline: 0;
}

#home_slideshow {
	position: absolute;
	width: 800px;
	height: 180px;
	overflow: hidden;
	text-transform: none;
	font-size: 1em;
	font-weight: 200;
	line-height: 18px;  /* pager number/caption vertical position */
	margin-bottom: 0px;
}

#home_slideshow #home_slideshow_violator {
	z-index: 1000;
	background-color: none;
	width: 800px;
	height: 32px;
	float: right;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#home_slideshow #home_slideshow_violator #project_caption {
	display: none;
	padding: 6px 10px;   /*caption padding*/
	color: #80BFFF;
	float: left;
}

#home_slideshow #home_slideshow_violator #project_caption a {
	margin-left: 8px;
}

#home_slideshow #home_slideshow_violator #slide_navigation {
	position: absolute;
	right: 10px;
	top: 7px;
}

#home_slideshow #home_slideshow_violator #slide_navigation a {
	text-indent: 5px;
	overflow: hidden;
	display: block;
	background-color: #9DCEFF;
	width: 18px;
	height: 18px;
	float: left;
	margin-left: 5px;
	cursor: pointer;
	overflow: hidden;
}

#home_slideshow #home_slideshow_violator #slide_navigation a:hover {
	background-color: #EFF5FF;  /* banner button */
}

#home_slideshow #home_slideshow_violator #slide_navigation a.activeSlide
	{
	background-color: #fff;
}

#home_slideshow #home_slideshow_violator #slide_navigation a {
	outline: none;
}

#home_slideshow li span.slide_caption {
	display: none;
}

#home_slides {
	background-color: #000066;
	overflow: hidden;
	height: 180px;
}

/*HACKS*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */
