@charset "utf-8";
/* CSS Document */


/*INICIO DO CONTEUDO*/

#bloco_1 {
width: 456px;
height: 328px;
margin-left: 9px;
float:left;

}

#page_name {
background:url(Images/Portfolio/recortes/portfolio_title.png) no-repeat;
width: 111px;
height: 23px;
padding-top: 3 px;
float: left;
}

#portfolio_text {
font-size:12px;
color:#333333;
text-align: justify;
width: 430px;
height: 33px;
margin-top:10px;
float: left;
line-height: 17px;
}

/**/

#bloco_2 {
height: 328px;
width: 314px;
float:right;
margin-right: 2px;
}

#left_side {
background: url(Images/A_empresa/recortes/left_slice.png) no-repeat left top;
width: 305px;
height: 328px;
float: left;
padding-left: 9px;
}

#center {
background:url(Images/A_empresa/recortes/center_slice.png) repeat-x top;
height: 328px;
}

#right_side {
background:url(Images/A_empresa/recortes/right_slice.png) no-repeat right top;
padding-right: 9px;
}

/**/

#title{
font-size:15px;
color:#FFFFFF;
text-align: left;
font-weight:bold;
width: 200px;
height: 14px;
padding-top:14px;
padding-left: 6px;
}

#text{
font-size: 11px;
color:#FFFFFF;
text-align:justify;
line-height: 17px;
width: 279px;
height: 135px;
padding-top:12px;
padding-left:6px;

}


#imagem {
background:url(portfolio_codigo/imagens/novonordisk_cheio2.png) no-repeat;
width:189px;
height: 120px;
margin-left: 65px;
margin-top: 15px;
}


/**************************
SLIDE GALERY STYLE
**************************/

.sliderGallery {
  background: url("produtos/background2.png") no-repeat bottom left;
	overflow: hidden;
	position: relative;
	padding: 10px;
	height: 208px;
	width: 430px;
	top:34px;
}

 .sliderGallery ul {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin-left: 0;
	margin-right:0;
	margin-top: 7px;

}

.sliderGallery ul li {
	display: inline;
	margin:0 1ex 0 1ex;
}

.sliderGallery ul li a {	
	color:transparent;
}

.sliderGallery ul li a img {
    border: 0;
}

.slider {
	width: 430px;
	height: 17px;
	margin-top: 190px;
	margin-left: 2px;
	padding: 1px;
	position: absolute;
	background: url("produtos/background_bar.png") no-repeat;
}

.handle {
	position: absolute;
	cursor: move;
	height: 17px;
	width: 181px;
	top: 0;
	background: url("produtos/slide_bar.png") no-repeat;
	z-index: 100;
}

.slider span {
	color: #bbb;
	font-size: 80%;
	cursor: pointer;
	position: absolute;
	z-index: 110;
	top: 1px;
}

.slider .lb1 {
	left: 50px;	
}

.slider .lb2 {
		left: 170px;
}

.slider .lb3 {
		left: 300px;
}
