@font-face {
	font-family: 'candara';
	src: url('candara.ttf');
}
@font-face {
	font-family: 'candara_b';
	src: url('candara_b.ttf');
}
body{
	margin: 0;
	padding: 0;
	font-size: 14px;
	background: #fff;
	font-family: candara_b;
}
#subody{
	width: 1200px;
	position: absolute;
	bottom:0;
	height: 100%;
	margin-left: -600px;
	left: 50%;
}
#title{left: 0px;
	bottom: 85%;
	position: absolute;	
}
#contacts{
	position: absolute;
	bottom:83%;
	right: 50px;
	text-align: right;
	z-index: 2;
}
#phone{
	font-size: 40px;	
}
#name{
	font-size:25px;
}
#content{
	position: absolute;
	bottom:120px;
	width: 730px;
	height: 70%;
	left: 50px;
	font-size: 20px;
}
#curl{
	position: absolute;
	bottom:120px;
	right:50px;
	width: 500px;
	
}
#brands{
	position: absolute;
	bottom: 120px;
	right: 240px;
	white-space: nowrap;
}
#brands img{ margin: 0 15; height: 40;}
#loreal{}
#londa{}
#inoar{}
#bottom{
	position: absolute;
	height: 120px;
	width: 100%;
	background: black;
	bottom: 0;
	margin: 0;
	padding: 0;
}
#leftarrow{
	position: absolute;
	top:40px;
	left:4px;
}
#rightarrow{
	position: absolute;
	top:40px;
	right:4px;
}
#photowrap{
	position: relative;
	width: 95%;
	margin: 0px auto;
	overflow: hidden;
	white-space: nowrap;
}
h1{
	color: black;
	font-size: 45px;
	margin: 20px;
}


.fotoframe{
	width:60px;
    height: 100px;
    margin: 5px;
    padding: 0;
    overflow: hidden;
    display: inline-block;
    *display:inline;
    
   border-radius: 10px;
    position:relative; /* Needed for z-indexing later */
     border:2px solid #eee;
     //box-sizing:border-box; /* Don't forget vendor prefixes! */

	
}
.fotoframe img{
	vertical-align: top;
    max-height:100px;
    
    margin: 0;
    padding: 0;
}

