.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 980px;
height: 270px; /* Set height to be able to contain height of largest content shown*/
border: 0 none;
overflow: hidden;
background: url(/images/home-page/banner-iaas.jpg) no-repeat 0 -19px; /* Should be FIRST banner bg image in slideshow */
}
/*
	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 */
background-repeat:no-repeat;
padding: 0;
visibility: hidden;
width: 980px;
top:-19px;
overflow:hidden;
height: 300px !important;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /* style for DIV used to contain toggler links. */
position: absolute;
top: 240px;
left: 0px;
width: 980px;
height: 30px;
text-align: left; /* How to align pagination links: "left", "center", or "right" */
background: transparent;
z-index:500;
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/
.glidecontenttoggler ul{ 
 list-style-type:none;
 list-style:none;
}
.glidecontenttoggler ul li{ 
 float:left;
 list-style:none;
}

.glidecontenttoggler a{ /* style for every navigational link within toggler */
display: -moz-inline-box;
display: block;
border: 0 none;
color: #fff;
padding: 0;
margin:0;
float:left;
height:30px;
line-height:30px;
text-decoration: none;
background: url(/images/menu/menu-item_bg.png) no-repeat 50% 0;
font-size:12px;
font-family:"TrajanPro", "Times New Roman", Times, serif;

font-weight:normal;
letter-spacing:normal;
cursor:pointer;
}

.glidecontenttoggler a span{
	background:url(/images/menu/menu-titles.png) no-repeat 0 0;
	text-indent:-9999px;
	display:block;
	height:30px;
	cursor:pointer;
}
.glidecontenttoggler #cloud span{
	width:218px;
	background-position: 0px 0px;
}
.glidecontenttoggler #managed span{
	width:235px;
	background-position: -218px 0px;
}
.glidecontenttoggler #saas span{
	width:277px;
	background-position: -453px 0px;
}
.glidecontenttoggler #ecommerce span{
	width:250px;
	background-position: -730px 0px;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: url(/images/menu/menu-item_bg.png) no-repeat 50% -30px;
color: #fff;
}

.glidecontenttoggler a:hover{
background: url(/images/menu/menu-item_bg.png) no-repeat 50% -34px;
color: #fff;
}

.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! */
display:none;
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
display:none;
}
