
/********** styles for banner text slideshow */
#description{
	width:270px;
	margin-left:10px;
	display:inline;
	z-index:100;
	float:left;
	}
#description h1{
    font-size:34px;
	color:#FFF;
	}	
#banner_slide2 ul li{
	  display:block;
	  width:270px;
	  height:300px;
	  padding:30px 30px 0 30px;
	  float:left;
	}
/********** styles for banner images slideshow */
	
.nootbook{
   position:relative;
   display:block;
   float:right;
   background:url('../images/nootbook.png') no-repeat;
   width:649px;
   height:345px;
   margin:20px 20px 10px 0px;
   }
#imgs{	  
  position:relative;
  width:445px;
  float:right;
  height:245px;
  display:block;
  right:98px;
  top:22px;
  border:4px #141414 solid;
  }	
.banner_wrap .nav_prev, .banner_wrap .nav_next{
	display:block;
	width:35px;
	height:51px;
	cursor:pointer;
	}
.banner_wrap .nav_prev{
	position:absolute;
	z-index:100;
	top:290px;
	left:-140px;
	background:top center no-repeat url('../images/nav_right.png');
	}
.banner_wrap .nav_next{
	position:absolute;
	z-index:100;
	top:290px;
	left:-180px;
	background:top center no-repeat url('../images/nav_left.png');
	} 
	
