.gl_slide { /* standard left & right blocks - for use on the homepage only*/
  margin:0 192px 0 0;
}

hr {
	clear: both;
	height: 0;
	border: 0;
	display: none;
}

/* The toolbar for the content box */
ul#gl_slide-toolbar {

	text-align: center;
	list-style: none;
	margin: 0 auto 0 auto;
	padding: 0;
	padding-left: 5px;
	clear: both;
}


#gl_slide-toolbar li {
	float: left;
	height: 28px;
	line-height: 28px;
	display: block;
	cursor: pointer;
	list-style: none;
	padding: 0 15px;
	margin-left: 3px;
	font-weight: bold;
}
	
div#frame {
	clear: both;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
	
div#frame div.button {
	position: absolute;
	width: 28px;
	height: 28px;
	cursor: pointer;
	overflow: hidden;
	top: 40%;
}

div#frame div.button#left {
	left: 10px;
}

div#frame div.button#right {
	right: 10px;
}

div#frame div.button#left:hover, div#frame div.button#left.hover,
div#frame div.button#right:hover, div#frame div.button#right.hover{
	background-position: 0 0px;
}

#scroller {
	margin: 0 auto;
	overflow: hidden;
}

.tab-pane {
	margin: 0 20px;
	float: left;
	overflow: hidden;
}

/* @group gl_slide */

ul#gl_slide-toolbar {

}

#gl_slide-toolbar li.active { 
	background: url(../images/header-bg.png) repeat top;
		color: #333;
}

#gl_slide-toolbar li.current { 
	background: #D7D7D7;
	color: #333;
}

#gl_slide-toolbar li {
	background: url(../images/header-bg.png) repeat bottom;
	color: #FFF;
}

div#frame {
	border: 5px solid #CCCCCC;
}

div#frame div.button#left { 
	background: url(../images/prev.png) no-repeat;
}

div#frame div.button#right { 
	background: url(../images/next.png) no-repeat;
}

/* @end */
