#GC_wrap-wrapper{
	
	padding: 0px 32px;
}
.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 920px;
	height: 365px;
	overflow: hidden;
	/*background-image: url(images/scroller_bg.gif);*/
	background: #000;
	text-align: center;

}

/*
	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: #0c113e;
	padding: 0px;
	visibility: hidden;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/*
 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. */
	width: 300px;
	margin-top: 0px;
	/*text-align: center;*/ /*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*/
	height: 29px;
	/*background-image: url(images/scroller_bg.gif);*/
	
	position: relative;
	/*margin-left: auto;
	margin-right: auto;*/
	float: left;
	padding-left: 10px;
	
}

.mybox{
	width: 500px;
	height: 29px;
	float: left;
}

.white{
 	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 14px;
	/*line-height: 1.3;*/
	color: #cdd5de;
	font-weight: bold;
	padding:4px 0px;

}

/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/
.glidecontenttoggler  img {
display: -moz-inline-box;
display: inline-block;
		
}







.glidecontenttoggler a{ /*style for every navigational link within toggler */
	display: -moz-inline-box;
	display: inline-block;
	/*color: #fff;*/
	/*margin-right: 15px;
	margin-left: 15px;*/
	/*font-weight: bold;*/
	text-decoration: none;
	font-size: 10px;
	margin-top: 5px;
	cursor: pointer;
}






.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #E4EFFA;
color: #CC3333;
}

.glidecontenttoggler a.number:hover{
/*background: #E4EFFA;*/
background:#F3F3F3 url(../images/button_hover_bg.png) repeat-x scroll 0 100%;
/*color: black;*/
}




.glidecontenttoggler a.number{ /*style for individual toggler links (page 1, page 2, etc). ".number" class auto generated! */
	/*vertical-align: 6px;*/
	background:#F3F3F3 url(../images/button_bg.png) repeat-x scroll 0 100%;
	border:1px solid #A7B8C9;
	margin-left:3px;
	padding:2px 5px;
	text-decoration:none;

}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */

	/*vertical-align: 6px;*/
	background:#F3F3F3 url(../images/button_bg.png) repeat-x scroll 0 100%;
	border:1px solid #A7B8C9;
	margin-left:3px;
	padding:2px 5px;
	text-decoration:none;
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
/*background: #E4EFFA;*/
background:#F3F3F3 url(../images/button_hover_bg.png) repeat-x scroll 0 100%;
/*color: white;*/
}







#glidecontenttoggler_wrapper {
	height: 29px;
	width: 920px;
	background: #000;
	position: relative;
	/*background-image: url(images/scroller_bg.gif);*/
	/*text-align: center;*/
	/*background: #4c4c4c;*/
	

}
#toggler_wrapper_wrap {
	
	width: 920px;

	padding: 0px 32px;

}
div.arrow
{
  float: left;
  text-align: center;
}	
