/* Browser Resetter */
body,span,p,a,img,h1,h2,h3,h4,h5,h6,ul,ol,li,blockquote,input{margin:0;padding:0;border:0;outline:0;}
ul,li,ol{list-style:none;}
img{float: left;}
a{outline: none; text-decoration:none;}



/* stylin banner content */
div.banner-wrap{
	width:970px;
	float:none;
	margin:0px;
	
}
div.banner{
	width:970px;
	height:341px;
	float:left;
	position:relative;
	margin-bottom:46px;
	background:url(imges/banner_bg.png) repeat;
	margin-top:50px;
	
}
div.banner .leftContent{
	width:410px;
	display:block;
	float:right;
	margin:60px 0 0 58px;
}


/* slider content starts here */
#slider-wrap{
    width:390px;
	height:276px;
	display:block;	
	float:right;	
	margin:40px 36px 0 0;
	overflow:hidden;
	background: url(imges/slider_back.png) no-repeat;
}
	
/* slider content starts here */

#slider{
	display:block;
	width:340px;
	height:222px;
	float:left;
	position:relative;
	overflow:hidden;
	top:-3px;
	left:34px;
}
#slider ul{
	width:340px;
	height:252px;
	float:left;
	position:absolute;
	overflow:hidden;
	}
#slider li{
	display:inline;
	width:340px;
	height:252px;
	float:left;
	position:relative;
	}
#prevBtn, #nextBtn{
	display:block;
	text-indent:-8000px;
	width:38px;
	height:38px;
	float:left;
	position:absolute;
	left:77px;
	top:148px;
	}
#nextBtn{
	left:447px;
	top:188px;
	}
#prevBtn a, #nextBtn a{
	display:block;
	width:38px;
	height:38px;
	float:left;
	position:relative;
	background:  url(imges/slide_left.png) no-repeat 0 0;
	}
#prevBtn a{
	display:block;
}
#nextBtn a{
	display:block;
	top:-40px;
	background: url(imges/slide-right.png) no-repeat 0 0;
}


