
/* container for slides */
#carrousel {
	background:#fff url(/systems/jqt/h300.png) repeat-x;
	height:270px;
	
	width:716px;
	float:left;	
	cursor:pointer;
	 
	/* CSS3 tweaks for modern browsers
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;	 */
}

/* single slide */
#carrousel div.slide {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:0px;
	padding:0;
	width: 716px;
	height:270px;
	overflow: hidden;  
}
#carrousel a div.slide  {
	color: #FFF;
	opacity: 1;   
    /* For IE 5-7 */  
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);   
    /* For IE 8 */  
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	text-decoration:none;
	
}
#carrousel div.slide img{   
    position: absolute;   
    top: 0;   
    left: 0;   
    border: 0;   
}  
/* header */
#carrousel h3 {
	font-size:24px;
	font-weight:bold;
	margin:0 0 10px 0;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	text-transform:none;
}

.boxcaption{
	float: left;
	position: absolute;
	height: 100px;
	width: 716px;
	opacity: .9;
    /* For IE 5-7 */  
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);   
	/* For IE 8 */  
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	padding:10px;
	z-index:10;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
	background-color: #071525;
    }  
.captionfull .boxcaption {   
    top: 220px;   
    left: 0;   
}   
.caption .boxcaption {   
    top: 220px;   
    left: 0;   
} 
.boxcaption * {
	color: #FFF;
}

/* tabs (those little circles below slides) */
.tabs {
	clear:both;
	margin-left:330px;
	display:none;
}

/* single tab */
.tabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/systems/jqt/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;	
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -16px;     
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:140px;
	background:#fff url(/systems/jqt/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward 				{ background-position: 0 -30px; clear:right; }
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } 


/* prev */
.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

a#carrouselbtnleft, a#carrouselbtnright {
	position: absolute;
	z-index: 4;
	width: 58px;
	height: 58px;
	top:137px;
	display:block;
	margin-left: -26px;
	background:url(/templates/agovv.homepage/img/carrouselbtn.png);
}
a#carrouselbtnleft {
	background-position: 0px 0px;
}
a#carrouselbtnleft:hover {
	background-position: 0px 58px;
}
a#carrouselbtnright {
	margin-left: 687px;
	background-position: 58px 0px;
}
a#carrouselbtnright:hover {
	background-position: 58px 58px;
}
/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

