/* container for slides */

.container{
	width:710px;
	overflow:hidden;
	height:440px;
	padding-right:20px;
	padding-top:20px;
	}
		  
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}


.images {
	background:#fff url(/img/global/gradient/h300.png) repeat-x;
	border:1px solid #666;
	position:relative;	
	height:300px;
	width:450px;
	float:right;	
	margin:0px ;
	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 */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:7px;
	padding:15px 30px 15px 15px;
	height:250px;
	font-size:12px;
}

/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

/* tabs (those little circles below slides) */
.tabs {
	float:left;
	margin:0px;
	width:150px;
	height:300px; 
}

/* single tab */
.tabs a {
	width:150px;
	height:60px;
	float:left;
	margin:3px;
	background:url(/tools/img/scrollable/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:11px;		
}

/* 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(/tools/img/scrollable/arrow/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; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}



/* navigation */
#nav-galeria {
	background:#ddd url(h300_reverse.png);
	border-bottom:1px solid #CCCCCC;
	height:156px;	
	width:710px;
}

#nav-galeria ul {	
	width:600px;
	margin:0 auto;	
}

#nav-galeria li {	
	border-right:1px solid #ddd;
	float:left;
	padding-left:1px;
	width:175px;
	list-style-type:none;
	text-align:center;
}

#nav-galeria a {
	color:#333333;
	display:block;
	padding:17px;
	position:relative;
	word-spacing:-2px;
	font-size:11px;		
	height:122px;
	text-decoration:none;
}	

#nav-galeria a.current {
	background:url(http://static.flowplayer.org/tools/img/tabs/down_large.jpg);	
}

#nav-galeria img {
	background-color:#fff;
	border:1px solid #ccc;
	margin:3px 0 5px 27px;
	padding:4px;		
	display:block;
}

#nav-galeria strong {
	display:block;		
	font-size:13px;
}

/* panes */
#panes {
	background:#fff url(h300_reverse.png) repeat scroll 0 0;
	border-color:#ccc;
	border-style:solid;
	border-width:1px 1px 0;
	width:710px;	
	height:255px;
	margin-bottom:-20px;
	padding-bottom:20px;
	
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
}

/* crossfading effect needs absolute positioning from the elements */
#panes div {
	display:none;		
	position:absolute;
	top:20px;
	left:20px;
	font-size:14px;
	color:#444;	
	width:650px; 
	height:240px;
}

#panes img {
	float:left;
	margin-right:20px;		
}

#panes p.more {
	color:#000;
	font-weight:bold;
}

#panes h3 {
	margin:0 0 -5px 0;
	font-size:22px;
	font-weight:normal;
}

.overlay {
	display:none;
	width:500px;
	padding:20px;
	background-color:#ddd;
}

div.panes div {
	display:none;		
	padding:15px 10px;
	border:1px solid #999;
	border-top:0;
	height:100px;
	font-size:14px;
	background-color:#fff;
}

.glide_info{ 
width: auto;
height:90px;
display: block;
overflow:hidden;
background: #333;
filter:alpha(opacity=80);
-moz-opacity:0.80;
-khtml-opacity: 0.80;
opacity: 0.80;
position: absolute;
top:10px;
left:0px;
padding: 10px;
text-align: left; /*How to align pagination links: "left", "center", or "right"*/
font-size: 11px;
color:#efefef;
z-index:10px;
}
a.glidecontentreadmore {
	float:right;
	color:#efefef;
	font-weight:bolder;
	background: #000 url(readmore.png) no-repeat center right;
	font-size:11px;
	display:block;
	height:24px;
	width:90px;
	text-decoration:none;
	line-height:22px;
	border:1px #e5e5e5 solid;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
   padding-left:5px;
}
