
/* CONTAINER GENERAL */
/* ********************************************** */
.general_container_glrfc {
	position: relative;
	display: block;
	width: 1060px;
	height: 340px;
	z-index: 1;
	background: #ffffff url('../../e_cms/layout/img/galleriffic_footer_bg.png') left bottom no-repeat;
	}

	

/* CONTENT */
/* ********************************************** */

div.content_glrfc {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	position: relative;
	display: block;
	float: right;
	width: 800px;
	height: 330px;
}
div.content_glrfc a, div.navigation_glrfc a {
	text-decoration: none;
	color: #777;
}
div.content_glrfc a:focus, div.content_glrfc a:hover, div.content_glrfc a:active {
	text-decoration: underline;
}



/* play slideshow, pause, next slide, prev slide */
/* ********************************************** */

div.controls_glrfc {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 770px;
	height: 23px;
	padding: 10px;
	background: #ffffff;
	
}
	/* play/pause */
	a.pause_glrfc:link, a.pause_glrfc:visited, a.play_glrfc:link, a.play_glrfc:visited {
		position: absolute;
		top: -20px;
		left: 72px;
		display: block;
		width: 118px;
		height: 24px;
		line-height: 24px;
		text-align: center;
		color: #3e3e3e;
		font-weight: normal;
		background: #ffffff url('../../res_js/galleriffic/butoane.png') -76px -30px no-repeat;
	}
	a.pause_glrfc:hover, a.pause_glrfc:active, a.play_glrfc:hover, a.play_glrfc:active {
		text-decoration: none !important;
		color: #000000;
		background: #ffffff url('../../res_js/galleriffic/butoane.png') -76px -55px no-repeat;
	}

	/* prev slide */
	a.prev_glrfc:link, a.prev_glrfc:visited {
		position: absolute;
		top: -20px;
		right: -5px;
		display: block;
		width: 24px;
		height: 24px;
		line-height: 24px;
		text-align: center;
		color: #3e3e3e;
		font-weight: normal;
		font-size: 10px;
		background: #ffffff url('../../res_js/galleriffic/butoane.png') 0 -30px no-repeat;
		}
	a.prev_glrfc:hover, a.prev_glrfc:active {
		background: #ffffff url('../../res_js/galleriffic/butoane.png') 0 -55px no-repeat;
		text-decoration: none !important;
		}
	
	/* next slide */
	a.next_glrfc:link, a.next_glrfc:visited {
		position: absolute;
		top: -20px;
		right: -30px;
		display: block;
		width: 24px;
		height: 24px;
		line-height: 24px;
		text-align: center;
		color: #3e3e3e;
		font-weight: normal;
		font-size: 10px;
		background: #ffffff url('../../res_js/galleriffic/butoane.png') -49px -30px no-repeat !important;
		}
	a.next_glrfc:hover, a.next_glrfc:active {
		background: #ffffff url('../../res_js/galleriffic/butoane.png') -49px -55px no-repeat !important;
		text-decoration: none !important;
		}


div.ss-controls_glrfc {
	position: absolute;
	top: 10px;
	left: 293px;
}


div.nav-controls_glrfc {
	position: absolute;
	top: 10px;
	right: 30px;
}



/* start containere imagine */
/* ********************************************** */

div.slideshow-container_glrfc {
	position: relative;
	left: -15px;
	width: 800px;
	height: 330px;
	background: #ffffff;
}

/* preloader */
div.loader_glrfc {
	position: relative;
	width: 800px;
	height: 330px;
	background: url('../../res_img/utils/loading6.gif') center center no-repeat;
}



div.slideshow_glrfc {
	position: absolute;
	top: 0;
	right: 0;
	width: 425px;
	height: 301px;
}

div.slideshow_glrfc span.image-wrapper_glrfc {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.slideshow_glrfc a.advance-link_glrfc {
	position: relative;
	display: block;
	width: 425px;
	height: 270px;
	margin: 0;
	padding: 0;
}

div.slideshow_glrfc a.advance-link_glrfc:hover, div.slideshow_glrfc a.advance-link_glrfc:active, div.slideshow_glrfc a.advance-link_glrfc:visited {
	text-decoration: none;
}
div.slideshow_glrfc img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 425px;
	height: 261px;
	border: 5px solid #ffffff;
}



/* CONTAINERE DESCRIERE */
/* ********************************************** */

div.caption-container_glrfc {
	position: absolute;
	top: 0;
	left: 0;
	width: 790px;
	height: 300px;
}
span.image-caption_glrfc {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 790px;
	height: 300px;
}
div.caption_glrfc {
	position: relative;
	display: block;
	width: 790px;
	height: 300px;
}

/* titlu */
.image-title_glrfc, .image-title_glrfc a:link, .image-title_glrfc a:visited {
	position: relative;
	display: block;
	width: 300px;
	line-height: 33px;
	font-family: 'trebuchet ms';
	font-size: 26px;
	color: #cc0000;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 0 5px;
	background: #ffffff;
}
.image-title_glrfc a:hover, .image-title_glrfc a:active {
	color: #ff0000;
	text-decoration: none !important;
}

/* descriere */
div.image-desc_glrfc {
	position: relative;
	display: block;
	width: 300px;
	font-size: 16px;
	line-height: 24px;
	padding: 0 0 0 15px;
	color: #333333;
}


/* link catre pagina */

.linktopage_glrfc {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 425px;
	height: 295px;
	background: url('../../res_img/utils/blank.gif');
	white-space: nowrap;
	text-indent: 600px;
	overflow: hidden;
}

a.more_glrfc:link, a.more_glrfc:visited {
	color: #cc0000;
	}
	
a.more_glrfc:hover, a.more_glrfc:active {
	color: #ff0000;
	text-decoration: none !important;
	}




/* NAVIGARE */
/* ********************************************** */

div.navigation_glrfc {
	position: absolute;
	top: -11px;
	left: 15px;
	display: block;
	width: 236px;
	height: 330px;
	background: url('../../e_cms/layout/img/galleriffic_nav_bg.png') 1px 0 repeat-y;
} 

.titlu_glrfc {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 196px;
	height: 39px;
	padding: 0 15px;
	line-height: 39px;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	background: #d7e6e6;
	text-transform: uppercase;
	font-family: 'trebuchet ms';
	border-bottom: 1px dashed #e6f2f5;
	border-left: 1px solid #ffffff;
	}

ul.thumbs_glrfc {
	position: relative;
	display: none;
	margin: 40px 0 0 0;
	padding: 0;
	background: #d7e6e6;

}
ul.thumbs_glrfc li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px dashed #e6f2f5;
}
a.thumb_glrfc, a.thumb_glrfc:link, a.thumb_glrfc:visited {
	display: block;
	width: 196px;
	height: 29px;
	padding: 0 15px;
	line-height: 29px;
	color: #206200;
	background: #d7e6e6;
	font-size: 13px;
	color: #095656;
	border-left: 1px solid #ffffff;
	border-right: 10px solid #ffffff;
}

a.thumb_glrfc:hover, a.thumb_glrfc:active, a.thumb_glrfc:focus {
	background: #c2dddd;
	color: #333333;
}

/* selectia curenta */
ul.thumbs_glrfc li.selected_glrfc a.thumb_glrfc { 
	width: 226px;
	border: none;
	background: #ffffff url('../../res_js/galleriffic/butoane.png') 0 0 no-repeat;
	color: #ffffff;
}
a.thumb_glrfc:focus {
	outline: none;
}


div.pagination_glrfc {
	position: absolute;
	bottom: 11px;
	left: 1px;
	display: none;
	width: 196px;
	height: 23px;
	padding: 8px 15px;
	color: #754803;
	font-weight: bold;
	background: #d7e6e6;
}
div.navigation_glrfc div.top_glrfc {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation_glrfc div.bottom_glrfc {
	margin-top: 12px;
}
div.pagination_glrfc a, div.pagination_glrfc span.current_glrfc, div.pagination_glrfc span.ellipsis_glrfc {
	display: block;
	float: left;
	margin-right: 2px;
	line-height: 16px;
	padding: 4px 8px 5px 9px;
	background: #cae09d;
	color: #3e3e3e;
	font-weight: normal;
	background: #d7e6e6 url('../../res_js/galleriffic/butoane.png') -24px -30px no-repeat;
}
div.pagination_glrfc a:hover {
	background: #d7e6e6 url('../../res_js/galleriffic/butoane.png') -24px -55px no-repeat;
	text-decoration: none;
}
div.pagination_glrfc span.current_glrfc {
	font-weight: normal;
	background: #d7e6e6 url('../../res_js/galleriffic/butoane.png') -24px -55px no-repeat;
}

div.pagination_glrfc span.ellipsis_glrfc {
	border: none;
	padding: 5px 0 3px 2px;
}

a.prevpage_gal:link, a.prevpage_gal:visited {
	background: #d7e6e6 url('../../res_js/galleriffic/butoane.png') 0 -30px no-repeat !important;
	font-size: 9px;
	}
a.prevpage_gal:hover, a.prevpage_gal:active {
	background: #d7e6e6 url('../../res_js/galleriffic/butoane.png') 0 -55px no-repeat !important;
	}
	
a.nextpage_gal:link, a.nextpage_gal:visited {
	background: #d7e6e6 url('../../res_js/galleriffic/butoane.png') -49px -30px no-repeat !important;
	font-size: 9px;
	}
a.nextpage_gal:hover, a.nextpage_gal:active {
	background: #d7e6e6 url('../../res_js/galleriffic/butoane.png') -49px -55px no-repeat !important;
	}

