.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 818px;
height: 650px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
margin: 60px 40px;
    top: 2px;
    left: 10px;
}
/*
	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: #1a1d1e;
visibility: hidden;
width: 900px;
}
/*
 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:5px;                      
float:left;
width: 750px;
/*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
float: left;
display: block;
width: 120px;
height: 45px;
padding: 105px 0 0 0;

font-family: "Times New Roman", Times, serif;
text-align: center;
color: #999;
margin-right: 0px;
margin-top:22px;
font-weight: bold;
text-decoration: none;
outline: none;
}

.glidecontenttoggler a.page_01 {
	background: url(../images/nav_home_page.png) no-repeat;
	border:0px;
	outline:none;
}

.glidecontenttoggler a.page_02 {
	background: url(../images/nav_incoming_messages.png) no-repeat;
	border:0px;
	outline:none;	
}

.glidecontenttoggler a.page_03 {
	background: url(../images/nav_delivery_reports.gif) no-repeat;
	border:0px;	
	outline:none;	
}

.glidecontenttoggler a.page_04 {
	background: url(../images/nav_company_register.gif) no-repeat;
	border:0px;	
	outline:none;	
}

.glidecontenttoggler a.page_05 {
	background: url(../images/nav_unit_register.gif) no-repeat;
	border:0px;	
	outline:none;	
}

.glidecontenttoggler a.page_06 {
	background: url(../images/nav_status_report.gif) no-repeat;
	border:0px;	
	outline:none;	
}

.glidecontenttoggler a.page_07 {
	background: url(../images/nav_info_page.gif) no-repeat;
	border:0px;	
	outline:none;	
}

.glidecontenttoggler a.page_08 {
	background: url(../images/nav_active_sims.png) no-repeat;
	border:0px;	
	outline:none;	
}

.glidecontenttoggler a.page_09 {
	background: url(../images/nav_unallocated_sims.png) no-repeat;
	border:0px;	
	outline:none;	
}

.glidecontenttoggler a.page_10 {
	background: url(../images/nav_request_activation.png) no-repeat;
	border:0px;	
	outline:none;	
}

.glidecontenttoggler a.page_11 {
	background: url(../images/nav_simtools.png) no-repeat;
	border:0px;	
	outline:none;	
}

.glidecontenttoggler a.page_12 {
	background: url(../images/nav_createsimunit.png) no-repeat;
	border:0px;	
	outline:none;	
}

.glidecontenttoggler a.page_13 {
	background: url(../images/nav_sendmessages.gif) no-repeat;
	border:0px;	
	outline:none;	
}

.glidecontenttoggler a.page_14 {
	background: url(../images/nav_batchactivation.png) no-repeat;
	border:0px;	
	outline:none;	
}

.glidecontenttoggler a.page_15 {
	background: url(../images/nav_sim_deactivation.png) no-repeat;
	border:0px;	
	outline:none;	
}

.glidecontenttoggler a.page_16 {
	background: url(../images/nav_portia_routing_codes.png) no-repeat;
	border:0px;	
	outline:none;	
}

.glidecontenttoggler a.page_17 {
	background: url(../images/nav_apn_settings.png) no-repeat;
	border:0px;	
	outline:none;	
}

.glidecontenttoggler a.page_18 {
	background: url(../images/nav_sim_deactivation.png) no-repeat;
	border:0px;	
	outline:none;	
}

.glidecontenttoggler a.page_19 {
	background: url(../images/nav_configuration.png) no-repeat;
	border:0px;	
	outline:none;	
}

.glidecontenttoggler a.page_20 {
	background: url(../images/nav_message_routing.png) no-repeat;
	border:0px;	
	outline:none;	
}

.glidecontenttoggler a.page_21 {
	background: url(../images/nav_message_throttling.png) no-repeat;
	border:0px;	
	outline:none;	
}

.glidecontenttoggler a.page_22 {
	background: url(../images/nav_iccd.png) no-repeat;
	border:0px;	
	outline:none;	
}

.glidecontenttoggler a.page_23 {
	background: url(../images/nav_GRN_page.png) no-repeat;
	border:0px;	
	outline:none;	
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
color: #ffffff;
}

.glidecontenttoggler a:hover{
color: #ffffff;
}

.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! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;

}