.featuresbgn{
float:left;
position:relative;
width:914px;
}
.glidecontentwrapper{
position: relative; /* Do not change this value */
height:310px;
padding:0px 0px 0px 0px;
width:914px;
float:left;
overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
visibility: hidden;
width:921px;
height:310px;
padding:0px 4px 0px 3px;

}
#banner {
	float:left;
	width:921px;
	padding:0px 0px 6px 0px;
	background:url(../images/ban-img-bg.jpg) left top no-repeat;
	position:relative;
	}

.banner-content{
width:210px;
float: right;
height:280px;
padding:30px 30px 0px 681px;
}
.banner-content h2{
font:23px Georgia, "Times New Roman", Times, serif;
color:#fff;
font-style:italic;
}

.banner-content p{
font: bold 10px Arial, Helvetica, sans-serif;
color:#838383;
}

.first{
background:url(../images/ban-img-1.jpg) top left no-repeat;
}
.second{
background:url(../images/ban-img-2.jpg) top left no-repeat;
}

.third{
background:url(../images/ban-img-3.jpg) top left no-repeat;
}

.fourth{
background:url(../images/ban-img-4.jpg) top left no-repeat;
}

#pagi {
	position: absolute;
	top:270px;
	right:50px;
	z-index:999;
	}


