/********************
 * fullwidthslider *
 ********************/

div.main_slide{
	height:500px;
	position:relative;
	top:0px;
	left:0px;
}

div.slide{
	margin:0px auto;
}

ul.stage{
	margin:0px;
	padding:10px 0px;
}

ul.stage li{
	list-style:none;
}

.leftNav:before,
.rightNav:before {
	content:"";
	width:100%;
	height:100%;
	display: block;

}

.leftNav {
	background: url(../img/slide_left.png) right center no-repeat  /*rgba(204,204,204,0.4);*/;
	margin-right:520px !important;
}

.leftNav:hover{
	background: url(../img/slide_left_on.png) right center no-repeat  /*rgba(204,204,204,0.4);*/;
}

.rightNav {
	background: url(../img/slide_right.png) left center no-repeat  /*rgba(204,204,204,0.4);*/;
	margin-left:520px !important;
}

.rightNav:hover {
	background: url(../img/slide_right_on.png) left center no-repeat  /*rgba(204,204,204,0.4);*/;
}

.stage li { text-align:center;}