﻿div,ul,li,body {
	display: block;
	margin: 0;
	padding: 0;

}


.leftNav,
.rightNav {
	background: url(bg.png);
	outline: none;
}

.leftNav:before,
.rightNav:before {
	content:"";
	width:100%;
	height:100%;
	display: block;

}

.leftNav:hover:before, {
	background: url(leftNav.png) right center no-repeat  /*rgba(204,204,204,0.4);*/
}


.rightNav:hover:before, {
	background: url(rightNav.png) left center no-repeat  /*rgba(204,204,204,0.4);*/
}

.leftNav:hover,
.rightNav:hover {
	background: url(bg2.png)
}

.slide_box{
  width:950px;
  height:480px;
}
body {
    display: none;
}

