/*------------------------------------------------------------
STRUCTURE styles
-------------------------------------------------------------*/

#project1, #project2 {
	width: 520px;
	_width: 540px; /*IE6*/
	position: relative;
	}

/*------------------------------------------------------------
NAVIGATION styles
-------------------------------------------------------------*/

.navigation {
	position: absolute;
	width: 520px;
	float: none;
	}

	.navigation .previous {
		float: left;
		text-align: left;	
		}

	.navigation .next {
		float: right;
		text-align: right;		
		}

.navigation a {
	width: 260px;
	height: 330px;
	display: block;	
	background: transparent url("../images/_site/slider_nav_ie_hack.gif") center center no-repeat;
	}

.navigation a:hover.previous {
	background: transparent url("../images/_site/slider_nav_left.png") left center no-repeat;
	color: #fff;
	padding: 0;
	margin: 0;
	cursor: e-resize;
	}
	
.navigation a:hover.next {
	background: transparent url("../images/_site/slider_nav_right.png") right center no-repeat;
	color: #fff;
	padding: 0;
	margin: 0;
	cursor: e-resize;
	}

.navigation a span, .navigation a:hover span { display: none;}

/*------------------------------------------------------------
SLIDER styles
-------------------------------------------------------------*/

div.scroller { 
	width: 520px; 
	height: 330px;
	overflow: hidden;
	float: right;
	padding: 0;
	}

div.scroller div.section {
	width: 520px;
	height: 330px;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
	}

div.scroller div.content {
	width: 10000px;
	}

.active {
	background-color: #000;
	color: #fff;
	}

/*------------------------------------------------------------
CLEARFIX Hack
-------------------------------------------------------------*/		

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

	a:focus, a:active, a { outline: none;}