/* 
Kai Brach
brizk design (www.brizk.com)
*/

/* Basics ######################################################### */



div.wrap {
	margin: 0 auto;
	padding: 0;
	text-align:left;
	}
	

div.references {
	margin:17px 0 33px 22px;
	position: relative;
	width: 417px;				
	height: 280px;
	overflow: hidden;
	}
	
div.panel {	
	position: relative;
	width:10000px;
	}


div.panel img {
	position: relative;
	width: 417px;
	float: left;
	}
	
	div.hide {
	display: none;
	}

/* Columns ######################################################### */	

.column-1 {
	width:313px;
	}
	


.column-3 {
	width:460px;
	}

/* Fonts ######################################################### */

.font-grey {color:#878787;}

	
/* Images ######################################################### */	

img {
	border:0;
	}

.work .wrap .column-3 img {
	margin-bottom:25px;
	}
	
/* Tables ######################################################### */

a.nav-back {
	background:url(../img/fizq.gif) 0 0 no-repeat;
	height:26px;
	width:26px;
	float:left;
	text-indent:-1111em;
	margin-left: 20px;
	outline-style: none;
	outline-width: 0px;
	}
	
a.nav-forw {
	background:url(../img/fder.gif) 0 0 no-repeat;
	height:26px;
	width:26px;
	float:right;
	text-indent:-1111em;
	margin-right: 20px;
	outline-style: none;
	outline-width: 0px;
	}

.controles {
	height:26px;
	top: -25px;
	position:relative;
	bottom:0px;
	}

	
/* Misc ######################################################### */		

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}

.float-left {
	float:left;
	}

.float-right {
	float:right;
	}
	
.margin-right {
	margin-right:20px;
	}		

.height10 {
	height:10px;
	}

.clear {
	clear:both;
	}	

.center {
	text-align:center;
	}	
