/* @override 
	http://www.boston-engineering.test/templates/boston-engineering-main/css/slider.css
	http://joomla.boston-engineering.com/templates/boston-engineering-main/css/slider.css
	http://www.boston-engineering.com/templates/boston-engineering-main/css/slider.css
	http://dev1.elevenmedia.com/css/slider.css
	http://www.cfmuniforms.com/fr/css/slider.css
*/

*{
	margin: 0;
	padding: 0;
}

#category- .componentheading{
	display: none;
}


a.prev, a.next{
	position: absolute;
	bottom: 0;
	display: none;
}

#frontflash{
	background-color: #e6e6dc;
	position: relative;
	float: left;
	width: 900px;
	z-index: 5;
}

body{
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}
.slider-wrap {
	width: 1000px;
	position: relative;
	float: left;
}

#panel_text{
	color: #505050;
	width: 340px;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	float: left;
	position: relative;
}

#panel_buttons{
	clear: left;
	z-index: 11;
}

#panel_buttons a{
	background-color: #2c628b;
	font-size: 11px;
	text-decoration: none;
	float: left;
	position: relative;
	padding: 4px 5px;
	color: #fff;
	font-weight: bold;
	margin-top: 5px;
	z-index: 11;
}

/* The nav links */

.glidecontent a {
	color: silver;
	font-size: 15px;
	padding-left: 10px;
}
				
.glidecontent li a:hover {
	color: white;
	text-decoration: none;
}
		
.glidecontent li a.current {
	color: #fff;
	font-weight: bold;
}

.wrapper h3{
	color: #2c618b;
	padding-top: 50px;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
}

#panel_1{
	height: 200px;
	padding-left: 20px;
	background-image: url(../images/hero_school.jpg);
	background-color: #e6e6dc;
	z-index: 10;
}


#panel_2{
	background-color: #e6e6dc;
	height: 200px;
	padding-left: 20px;
	background-image: url(../images/hero_police.jpg);
	z-index: 10;
	
}

#panel_3{
	height: 200px;
	padding-left: 20px;
	background-color: #e6e6dc;
	background-image: url(../images/hero_Transport.jpg);
	z-index: 10;
	
}
#panel_4{
	height: 200px;
	background-color: #e6e6dc;
	padding-left: 20px;
	background-color: #e6e6dc;
	background-image: url(../images/hero_hospitality.jpg);
	z-index: 10;
	
}


.glidecontentwrapper{
	position: relative;
	height: 200px;
	overflow: hidden;
	width: 900px;
	float: left;
	z-index: 10;
	
}


.glidecontent{ 
	position: absolute;	
	visibility: hidden;
	width: 900px;
	top: 0;
	left: 0;
	z-index: 10;
}


.glidecontenttoggler{
	width: 900px;
	position: relative;
	float: left;
}


.glidecontenttoggler a.toc{
	color: #e6e6dc;
	font-size: 12px;
	text-align: left;
	float: left;
	position: relative;
	text-decoration: none;
	background-color: #3c8181;
	height: 120px;
	padding-top: 10px;
	padding-left: 10px;
}
.glidecontenttoggler .header{
	font-size: 16px;
	height: 45px;
	color: #e6e6dc;
}



.glidecontenttoggler ul{
	margin-right: 5px;
}

.glidecontenttoggler li{
	font-size: 11px;
	margin-left: 15px;
	font-weight: bold;
}

#toc1{
	width: 215px;
	float: left;
	position: relative;
}

#toc2{
	border-left: 1px solid  #5f9d9d;
	width: 214px;
	float: left;
	position: relative;
}

#toc3{
	border-left: 1px solid  #5f9d9d;
	width: 214px;
	float: left;
	position: relative;
}

#toc4{
	border-left: 1px solid #5f9d9d;
	width: 214px;
	float: left;
	position: relative;
}
.glidecontenttoggler a.selected{
	color: white;
	background-color: #2c628b;
}

.glidecontenttoggler a:hover{
	text-decoration: none;
	
}



.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;
}
		
