
/*------------------------------------------------------------*
**  Content style
**------------------------------------------------------------*/

#container { float:left; margin:80px 0 0 0;

}

#content .top_block .portofolio {
	float:left;
	width:445px;
	overflow:hidden;
	position:relative;
}
#content .top_block .portofolio .carousel {
	position:relative;
	left:40px !important;
	width:400px;
	height:269px;
	overflow:hidden;
	padding:0;
	
	margin:0;}
	

#content .top_block .portofolio .carousel ul li {
	float:left;
	width:400px;
	height:269px;
}
#content .top_block .portofolio a.prev {
	position:absolute;
	top:120px;
	left:23px;
	float:left;
	width:19px;
	height:62px;
	background:url(../images/carousel.jpg) no-repeat 0 0;
	cursor:pointer;
}

#content .top_block .portofolio a.next {
	position:absolute;
	top:120px;
	right:3px;
	float:left;
	width:19px;
	height:62px;
	background:url(../images/carousel.jpg) no-repeat -19px 0;
	cursor:pointer;
}

