.glidecontentwrapper {
	position: relative;
	width: 985px;
	margin-left: auto;
	margin-right: auto;
	height: 230px; /* Set height to be able to contain height of largest content shown*/
	border: 6px solid #ffffff;
	overflow: hidden;
	background: white url(../../images/new_banner.png) no-repeat top center;
}
.glidecontent { /*style for each glide content DIV within wrapper.*/
	position: absolute;
	top: 0;
	left: 1.5em;
	margin: 0;
	padding: 0;
	visibility: hidden;
	background: none;
	width: 1000px;
	font-size: 14px;
	background: url(../../images/white2.png) no-repeat top left scroll;
}

#lecture {
	width: 1000px;
	background: url(../../images/lecture-feature.png) no-repeat top left scroll; }

#lagrid {
	width: 1000px;
 	background: url(../../images/lagrid-feature.png) no-repeat top left scroll; 
}

#pire {
	width: 1000px;
 	background: url(../../images/pire-feature.png) no-repeat top left scroll; 
}

#citrix {
	width: 1000px;
 	background: url(../../images/citrix-new-feature.png) no-repeat top left scroll; 
}

#anniversary {
	width: 1000px;
 	background: url(../../images/25thanniversary-feature.png) no-repeat top left scroll; 
}

#bcin{
	width: 1000px;
 	background: url(../../images/bcin-feature.png) no-repeat top left scroll; 
}

#jobs{
	width: 1000px;
 	background: url(../../images/jisfeature.png) no-repeat top left scroll; 

}
#advising{
	width: 1000px;
 	background: url(../../images/advising-feature.png) no-repeat top left scroll; 
}

#aprilperry{
	width: 1000px;
 	background: url(../../images/perry-feature.png) no-repeat top left scroll; 
}

#ibm {
	width: 1000px;
	background: url(../../images/rishe-feature.png) no-repeat top left scroll;
}

#gamejam{
        width: 1000px;
        background: url(../../images/game-feature.png) no-repeat top left scroll;
}

#global_game_jam{
        width: 1000px;
        background: url(../../images/global_game_jam.png) no-repeat top left scroll;
}

#programming_team{
	width: 1000px;
	background: url(../../images/prog_team_img.png) no-repeat top left scroll;
}

#iyengar{
	width: 1000px;
	background: url(../../images/iyengar-feature.png) no-repeat top left scroll;
}

#discoveryLab{
	width: 1000px;
	background: url(../../images/discoveryLab-feature.png) no-repeat top left scroll;
}

#statefarm{
	width: 1000px;
	background: url(../../images/statefarm.png) no-repeat top left scroll;
}

#statefarm1{
        width: 1000px;
        background: url(../../images/statefarm1.png) no-repeat top left scroll;
}

#innovation_award{
        width: 1000px;
        background: url(../../images/innovation_award.png) no-repeat top left scroll;
}

#nsf{
	width: 1000px;
        background: url(../../images/nsf-feature.png) no-repeat top left scroll;

}
#newfaculty{
	width:1000px;
	background:url(../../images/newfaculty.png)no-repeat top left scroll;
}
#socialplugin{
	width:1000px;
	background:url(../../images/socialmediaplugin.png) no-repeat top left scroll;
}
#glide_left {
	width: 500px;
}

#glide_right {
	width: 500px;
}


.bgfiu {
}
.bgnone {
	opacity: 0;
	filter: alpha(opacity=0);
}
.glidecontent a {
	font-weight: bold;
	color: #002d62;
}
.glidecontent li {
}
.glidecontent a:hover {
	color: #c2940c;
}
.glidecontent p, .glidecontent h1, .glidecontent h2, .glidecontent h3, .glidecontent table {
	text-indent: 0;
	margin-bottom: 10px;
	padding-left: 20px;
	text-align: left;
}

.glidecontent table {
	font-size: 12px;
}
.glidecontent ul {
	padding-left: 100px;
}
.feature {
	position: absolute;
	top: 10px;
	right: 30px;
}
.glidecontenttoggler { /*style for DIV used to contain toggler links. */
	position: relative;
	width: 947px;
	padding-left: 50px;
	margin: 0px auto 0px auto;
	padding-bottom: 0.5em;
	background: white;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.glidecontenttoggler a { /*style for every navigational link within toggler */
	display: -moz-inline-box;
	display: inline-block;
	border: 1px solid #002d62;
	color: #ffffff;
	background: #002d62;
	padding: 1px 3px;
	margin-right: 3px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.glidecontenttoggler a.selected { /*style for selected page's toggler link. ".selected" class auto generated! */
	background: #CAA22D;
	color: #002d62;
}
.glidecontenttoggler a:hover, .glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover, .glidecontenttoggler a.toc:hover {
	background: #cccccc;
}
.glidecontenttoggler a.toc { /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}
.glidecontenttoggler a.prev, .glidecontenttoggler a.next { /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}
