body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#808080;
	margin:0px;
	padding:0px;
	font-weight:lighter;
}


#wrapper {
	width: 1065px;
	margin-left: -532px;
	position: absolute;
	left: 50%;
	top: 0px;
	z-index: 20;
}
#header {
	height: 160px;
	background-image: url(../images/header.jpg);
}


/* JQUERY SLIDED */

.mycarousel {
	width:1036px;
	height:500px;
	position:relative;
	z-index:25;
}

.next {
	position:absolute;
	right:0px;
	top:220px;
	width:19px;
	height:30px;
	background:url("../images/jcarousel/next_btn.png");
	cursor:pointer;
	border:none;
	z-index:156;
}

.prev {
	position:absolute;
	left:0px;
	top:220px;
	width:19px;
	height:30px;
	background:url("../images/jcarousel/prev_btn.png");
	cursor:pointer;
	border:none;
	z-index:156;
}

.next:hover {
	background:url("../images/jcarousel/next_btn_hover.png");
	cursor:pointer;
	border:none;
	z-index:156;
}

.prev:hover {
	background-image:url("../images/jcarousel/prev_btn_hover.png");
	cursor:pointer;
	border:none;
	z-index:156;
}

