/* ----------------------------------------------------------

	Site:		XXX
	Type:		Wireframe CSS

	Author: 	
------------------------------------------------------------- */

/* @group reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img,
fieldset {
	border: 0;
}

q:before,
q:after {
	content: "";
}

/* @end reset */

/* @group common-style */

body, table td, table th {
	color:#546572;;
	font: 12px/15px Arial,Helvetica,FreeSans,"Nimbus Sans L",sans-serif;
}

input, button, textarea, select {
	color: #333;
	font: 12px/15px Arial,Helvetica,FreeSans,"Nimbus Sans L",sans-serif;
}

body {
	background: #aaa;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	line-height: 17px;
}

a {
	color: #36c;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* @end common-style */

/* @group common-classes */

.clr:after,
.colwrp:after,
.cikklist li:after,
.cikkbox .wrp:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.screenrdr,
.hidden {
	position: absolute;
	left: -9999px;
	top: 0px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.dspnone {
	display: none;
}

.fir {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.noborder {
	border: 0 !important;
}

.iwrp,
.iwrp img {
	display: block;
}

.box ul,
.box ol {
	list-style: none;
}

.boxtitle,
.boxtitle a {
	font-size: 14px;
	line-height: 17px;
}

.boxtitle {
	padding: 3px 5px;
	background: #ddd;
	margin-bottom: 5px;	
}

.moreinrovat {
	float: right;
	margin: 5px 0 0 0;
}

/* @end common-classes */

/* @group base-layout */

#container {
	margin: 0 auto;
	background: #fff;
	width: 980px;
}

#header {
	position: relative;
	background-image: url(/imgs/head_menu_bg.png);
}

#content {
	padding: 0 0 10px 0;
}

#footer {
	border-top: 1px solid #ddd;
	padding-top: 20px;
	height: 70px;
	text-align: center;
}

/* @end base-layout */


/* @group grid-system */

.col,
.col1,
.col2,
.col3,
.col4,
.col5,
.col6 {
	float: left;
}

.col1 {
	width: 160px;
}

.col2 {
	width: 320px;
}

.col3 {
	width: 480px;
}

.col4 {
	width: 640px;
}

.col5 {
	width: 800px;
}

.w1 {
	width: 150px;
}

.w2 {
	width: 310px;
}

.w3 {
	width: 470px;
}

.w4 {
	width: 630px;
}

.w5 {
	width: 790px;
}

.box {
	margin: 10px 0 0 10px;
}

/* @end grid-system */

/* @group modules */

/* @group logo */

.logo {
	float: left;
	margin: 20px 15px 0 20px;
}

/* @end logo */



/* @group login */

.loginbox {
	float: right;
	margin: 20px 20px 15px 0;
}

.loginbox h5 {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 5px;
}

.loginbox label {
	display: block;
	float: left;
	clear: left;
	width: 80px;
	height: 22px;
	line-height: 22px;
	margin-bottom: 3px;
}

.loginbox input {
	float: left;
	margin-bottom: 3px;
}

.loginbox button {
	display: block;
	clear: both;
	margin-left: 80px;
}

.loginbox ul {
	clear: both;
	list-style: none;
}

/* @end login */




/* @group menu */

.menu {
	clear: both;
	margin: 0 0 10px;
}

.menu ul {
	list-style: none;
}

.menu li {
	float: left;
	margin-left: 1px;
}

.menu li.firstchild {
	margin-left: 0;
}

.menu li a {
	float: left;
	padding: 0 15px;
	height: 25px;
	line-height: 25px;
	background: #ddd;
}

/* @end menu */




/* @group topinfo */

.topinfo {
	clear: both;
	width: 930px;
	top: 185px;
	left: 0;
	padding: 0 20px;
	height: 25px;
	line-height: 25px;
}

.topinfo dl {
	float: left;
}

.topinfo dt {
	margin-right: 8px;
	display: inline;
}

.topinfo dd {
	display: inline;
}

.topinfo .topsearch {
	float: right;
}

/* @end topinfo */


/* @group sidemenu */

.sidemenu {
	margin: 10px 0 0 10px;
}

.sidemenu ul {
	list-style: none;
}

.sidemenu li {
	margin-bottom: 1px;
}

.sidemenu a {
	display: block;
	padding: 5px;
	background: #ddd;
}

/* @end sidemenu */


/* @group slideshows */

/* @group slideshow-common */

.slideshow {
	position: relative;
	margin: 10px 0 0 10px;
	padding: 5px;
	width: 460px;
	background: #ddd;
}

.slideshow ul {
	list-style: none;
	width: 460px;
	height: 260px;
	overflow: hidden;
	position: relative;
}

.slideshow ul li {
	position: absolute;
	top: 0;
	left: 0;
	height: 243px;
	width: 215px;
	padding: 17px 228px 0 17px;
}

.slideshow ul .overlay,
.slideshow ul li img {
	position: absolute;
	top: 0;
	left: 0;
}

.slideshow ul h1 {
	font-size: 24px;
	line-height: 27px;
	margin-bottom: 12px;
	position: relative;
}

.slideshow ul p {
	position: relative;
}

.slideshow ul .overlay {
	display: block;
	width: 460px;
	height: 260px;
}

.slideshow .slshpager {
	position: absolute;
	display: none;
	width: 219px;
	height: 35px;
	top: 225px;
	left: 22px;
	z-index: 20;
}

.slideshow .playpause,
.slideshow .next,
.slideshow .prev {
	display: block;
	width: 35px;
	height: 35px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	outline: 0;
	cursor: pointer;
	
}

.slideshow .playpause {
	background: transparent url(/imgs/slideshow_pause_btn.gif) no-repeat;
}

.slideshow .next {
	float: right;
	background: transparent url(/imgs/slideshow_next_btn.gif) no-repeat;
}

.slideshow .prev {
	background: transparent url(/imgs/slideshow_prew_btn.gif) no-repeat;
}

.slideshow ol {
	position: absolute;
	width: 108px;
	height: 35px;
	top: 0;
	left: 71px;
	text-align: center;
	line-height: 35px;
	list-style: none;
}

.slideshow ol li {
	display: inline;
	position: static;
	padding: 0 !important;
}

.slideshow ol a {
	line-height: 35px;
	padding: 0 4px;
	text-decoration: none;
	color: #777;
	font-weight: bold;
}

.slideshow .activeSlide {
	color: #36c;
}

/* @end slideshow-common */



/* @group cimlap_slideshow */

.cimlap_slideshow {
	height: 260px;
	margin: 10px 10px 0 10px;
	padding: 5px;
	background: #ddd;
	position: relative;
}

.cimlap_slideshow .slideshow {
/*	float: left; */
	position: relative;
	margin: 0;
	padding: 0;
	width: 580px;
}

.cimlap_slideshow .slideshow ul {
	width: 580px;
}

.cimlap_slideshow .slideshow li {
	padding-right: 348px;
}

.cimlap_slideshow .slideshow .slshover {
	background-color: #ddd;
	width: 250px;
	height: 250px;
	position: absolute;
	padding: 17px 17px 0 17px;
	left: 0px;
	top: 0px;
	z-index: 4;
	filter:alpha(opacity=75); /* IE's opacity*/
	opacity: 0.75;
}

.cimlap_slideshow .slideshow .slshpager {
	top: 220px;
	left: 17px;
}

.cimlap_slideshow .slideshow ul .overlay {
	width: 580px;
}

.cimlap_slideshow .cikklist {
	width: 360px;
}

.cimlap_slideshow .cikklist:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cimlap_slideshow .cikklist li {
	float: left;
	clear: none;
	width: 170px;
	margin-left: 10px;
}

.cimlap_slideshow .cikklist img {
	border: 1px solid #fefefe;
}

.cimlap_slideshow .linklist {
	margin-top: 10px;
	margin-left: 10px;
}

.cimlap_slideshow .linklist:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cimlap_slideshow .linklist h3 {
	padding: 0;
}

.cimlap_slideshow .linklist img {
	float: left;
	border: 1px solid #fefefe;
	margin-right: 10px;
}
	

/* @end cimlap_slideshow */

/* @end slideshows */

/* @group cikklist */

/* @group cikklist/cikkbox-base */

.cikklist ul {
	list-style: none;
}

.cikklist li,
.cikkbox .wrp {
	margin-top: 10px;
	clear: both;
}

.cikklist .iwrp,
.cikkbox .iwrp {
	float: left;
	margin-right: 10px;
}

.cikklist img,
.cikkbox img {
	border: 2px solid #ddd;
}

.cikklist h4,
.cikkbox h4 {
	margin-bottom: 5px;
}

.cikklist h4,
.cikklist h4 a,
.cikkbox h4,
.cikkbox h4 a {
	font-size: 12px;
}

/* @end cikklist/cikkbox-base */

/* @group cikklist-extra */
/* Itt a kiegeszito classok talalhatoak. Minden class hozzaadhato a cikklist burkolo divhez, vagy kozvetlenul egy <li> elemhez. Minden kiegeszito class kompatibilis a cikkboxal. */

/* Ha olyan kepet teszunk be, ami ala szeretnenk torni a szoveget. */
.cl_wideimg .iwrp {
	clear: both;
	margin: 0 0 5px;
}

.cl_wideimg h4,
.cl_wideimg p {
	clear: both;
}

/* Jobbra rendezett kep */
.cl_alignright .iwrp {
	margin: 0 0 0 10px;
	float: right;
}


/* Ha semmikeppen sem akarjuk, hogy a kep ala torjon a szoveg. Csak cikklist burkolo divnek adhato. Az itteni beallitasok fuggenek a kep meretetol. */
.cl_nobreak li .iwrp,
.cl_nobreak .wrp .iwrp {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
}

.cl_nobreak li,
.cl_nobreak .wrp {
	position: relative;
}

.cl_nobreak li.noimg {
	min-height: 0 !important;
	padding: 0 !important;
}

.cl_nobreak_w100h100 li,
.cl_nobreak_w100h100 .wrp {
	padding-left: 110px;
	min-height: 100px;
}

/* Vizszintesen elrendezett cikklista */
.cl_vertical h3 {
	margin-bottom: 10px;
}

.cl_vertical li {
	width: 150px;
	margin: 0 0 0 10px;
	float: left;
	clear: none;
}

.cl_vertical li.firstchild {
	margin-left: 0;
}

.cl_vertical .iwrp {
	clear: both;
	margin: 0 0 5px;
}

.cl_vertical h4 {
	clear: both;	
}

/* Vizszintesen elrendezeshez extra cim kozepre align */
.cl_txtcenter h4 {
	text-align: center;
}

/* csak cikkblock-al alkalmazhato. Rovatslide helyett hasznalhato */
.cl_bigcikk {
	border: 5px solid #ddd;
}

.cl_bigcikk img {
	border: 0;
}

.cl_bigcikk .wrp {
	margin: 0;
	padding: 5px;
}

.cl_bigcikk h4 {
	margin: 12px;
}

.cl_bigcikk h4,
.cl_bigcikk h4 a {
	font-size: 24px;
	line-height: 27px;
}

.cl_bigcikk p {
	margin: 0 12px;
}

/* @end cikklist-extra */


/* @end cikklist */

/* @group related */

.related {
	clear: both;
	padding-top: 8px;
	list-style: none;
}

.related li {
	margin-top: 3px;
	padding-left: 15px;
	background: url(../i/bullet.gif) no-repeat 5px 5px;
}

.related li.firstchild {
	margin-top: 0;
}

/* @end related */


/* @group linklist */

.linklist ul,
.titlebox ul {
	list-style: none;
}

.linklist li,
.titlebox li {
	padding-left: 15px;
	margin-top: 3px;
	background: url(../i/bullet.gif) no-repeat 5px 5px;
}

.linklist li.firstchild,
.titlebox li.firstchild {
	margin-top: 0;
}

/* @end linklist */


/* @group szavazasbox */

.szavazasbox p {
	font-size: 12px;
	line-height: 15px;
	margin: 10px 0;
	font-weight: bold;
}

.szavazasbox br {
	display: none;
}

.szavazasbox span{
	font-size: 11px;
}

.szavazasbox input[type="submit"]{
	margin: 10px 0 0 20px;
}

.szavazasbox form label {
	display: block;
	position: relative;
	padding: 2px 5px 0 15px;
	margin-left:20px;
	font-size: 12px;
}

.szavazasbox label {
	display: block;
	position: relative;
	padding-left: 0;
	margin: 6px 4px 1px 0;
	font-size: 11px;
}

.szavazasbox label.firstchild {
	margin-top: 0;
}

.szavazasbox label input {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 3px;
	left: 0;
	vertical-align: top;
}

.szavazasbox .submitwrp {
	margin-top: 10px;
}

.szavazas_csik_befoglalo{
	background: #AFAFAF;
	height: 18px;
	margin-left:20px;
}

.szav_allas_csik{
	background: #6F6F6F;
	height: 18px;
	margin: 0;
	position: relative;
}

.szav_allas_csik label{
	color: white;
	padding: 1px 0 0 59px;
	margin: 0;
	font-size: 12px;
}

.val_valasz{
	font-size: 12px !important;
	margin-left: 5px !important;
}

.szavtema_jobb{
	font-style: italic;
	text-align: right;
	/*margin: 0 !important;*/
	padding: 0;
	border-top: 1px dotted black;
	
}

.szavazasbox_title {
	padding: 0 4px;
}

/* @end szavazasbox */


/* @group tanacsadobox */

.tanacsadobox .iwrp {
	margin: 10px 0 8px 5px;
}

.tanacsadobox img {
	border: 2px solid #ddd;
}

.tanacsadobox dl {
	margin-left: 5px;
}

.tanacsadobox dd {
	font-weight: bold;
	margin-bottom: 8px;
}

/* @end tanacsadobox */


/* @group titlebox */

.titlebox li span {
	display: block;
	clear: both;
}

/* @end titlebox */


/* @group blogbox */

.blogbox li {
	margin: 8px 0;
}

.blogbox li.firstchild {
	margin: 0;
}

.blogbox dt {
	padding-left: 15px;
	background: url(../i/bullet.gif) no-repeat 5px 5px;
}

.blogbox dd {
	padding-left: 15px;
	font-weight: bold;
}

.blogbox q {
	display: block;
	margin: 8px 12px 0 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #ddd;
	font-weight: normal;
}

/* @end blogbox */

/* @group tabbox */

.tabs li.firstchild {
	margin-left: 0;
}

.tabs li {
	float: left;
	margin-left: 2px;
}

.tabs li h3 {
	float: left;
	margin: 0;
}

.tabs li.sel h3 {
	background: #ededed;
}

/* @end tabbox */

/* @group cikkblock */

.cikkblock {
	margin-bottom: 20px;
}

.cikkblock #cikk_id {
	display: none;
}

.cikkblock .cikkoptions {
	font-size: 12px;
	line-height: 15px;
	clear: both;
	margin-bottom: 8px;
	display: none;
}

.cikkblock .cikkoptions li {
	float: left;
	margin-left: 10px;
}

.cikkblock .cikkoptions li.firstchild {
	margin-left: 0;
}

.cikkblock h1 {
	font-size: 26px;
	/*line-height: 29px;*/
	clear: both;
}

.cikkblock .lead {
/*	font-weight: bold;*/
	margin: 0 0 9px 0;
}

/* A cikken beluli boxoknak nem kell bal margo, mert a cikkblock ad. (Sibi) */
.cikkblock .box {
	margin-left: 0;
}

.cikkinfo {
	margin: 8px 0 14px 0;
}

.cikkinfo dl,
.cikkinfo dt,
.cikkinfo dd {
	display: inline;
}

body.mceContentBody {
	background: none;
}

.cikkbody img,
.mceContentBody img {
	border: 2px solid #ddd;
}

.cikkbody img[align=left],
.mceContentBody img[align=left] {
	margin: 0 10px 5px 0;
}

.cikkbody img[align=right],
.mceContentBody img[align=left] {
	margin: 0 0 5px 10px;
}

.txts2 .cikkbody h2,
.txts3 .cikkbody h2,
.txts2 .mceContentBody h2,
.txts3 .mceContentBody h2 {
	font-size: 22px;
	line-height: 25px;
}

.txts3 .cikkbody h3,
.txts3 .mceContentBody h3 {
	font-size: 21px;
	line-height: 24px;
}

div.cikkbody h2,
.txts2 .cikkbody h3,
.txts3 .cikkbody h4,
body.mceContentBody h2,
.txts2 .mceContentBody h3,
.txts3 .mceContentBody h4 {
	font-size: 20px;
	line-height: 23px;
	margin: 0 0 14px;
}

div.cikkbody h3,
.txts2 .cikkbody h4,
.txts3 .cikkbody h5,
body.mceContentBody h3,
.txts2 .mceContentBody h4,
.txts3 .mceContentBody h5 {
	font-size: 18px;
	line-height: 21px;
	margin: 0 0 14px;
}

div.cikkbody h4,
.txts2 .cikkbody h5,
.txts3 .cikkbody h6,
body.mceContentBody h4,
.txts2 .mceContentBody h5,
.txts3 .mceContentBody h6 {
	font-size: 16px;
	line-height: 19px;
	margin: 0 0 14px;
}

div.cikkbody h5,
.txts2 .cikkbody h6,
body.mceContentBody h5,
.txts2 .mceContentBody h6 {
	font-size: 14px;
	line-height: 17px;
	margin: 0 0 14px;
}

div.cikkbody h6,
body.mceContentBody h6 {
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 14px;
}

div.cikkbody p, div.cikkbody blockquote, div.cikkbody ul, div.cikkbody fieldset, div.cikkbody ol, div.cikkbody dl,
body.mceContentBody p, body.mceContentBody blockquote, body.mceContentBody ul, body.mceContentBody fieldset, body.mceContentBody ol, body.mceContentBody dl {
	margin: 0 0 1.12em
}

div.cikkbody object
body.mceContentBody object {
	display: block;
	margin: 0 auto 1.12em;
}

div.cikkbody ol,
body.mceContentBody ol {
	padding-left: 1.5em;
	list-style-type: decimal;
	list-style-position: outside;
}

div.cikkbody ul,
body.mceContentBody ul {
	padding-left: 1.2em;
	list-style-type: disc;
	list-style-position: outside;
}

.txts1 div,
.txts1 p,
.txts1 ul,
.txts1 ol,
.txts1 td,
div.txts1 h6 {
	font-size: 13px;
	line-height: 16px;
}

.txts2 div,
.txts2 p,
.txts2 ul,
.txts2 ol,
.txts2 td,
div.txts2 h6 {
	font-size: 14px;
	line-height: 17px;
}

.txts3 div,
.txts3 p,
.txts3 ul,
.txts3 ol,
.txts3 td,
div.txts3 h5,
div.txts3 h6 {
	font-size: 15px;
	line-height: 18px;
}

div.cikkbody pre {background: none; border: none;}

/* @end cikkblock */


/* @group cikkhozzaszolas */

.kommentbox .head h3 {
	font-size: 14px;
	line-height: 17px;
	padding: 3px 5px;
	background: #ddd;
	margin-bottom: 5px;	
}

.kommentbox .hozzaszolasok li {
	border: 1px solid #ddd;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
}

.kommentbox .hozzaszolasok li dt,
.kommentbox .hozzaszolasok li dd {
	float: left;
	margin-right: 10px;
}

.kommentbox .hozzaszolasok li dt {
	display: none;
}

.kommentbox .hozzaszolasok li p {
	margin: 10px 0 0 0;
	clear: both;
}

.kommentbox .hozzaszolasform {
	margin: 10px 0px 10px 0px;
}

.kommentbox .hozzaszolasform textarea {
	margin-top: 10px;
	width: 100%;
}

.kommentbox em {
	margin-top: 10px;
	display: block;
}

/* @end cikkhozzaszolas */

/* @group footer */

#footer ul {
	list-style: none;
	margin-bottom: 10px;
}

#footer li {
	display: inline;
}
	
/* @end footer */

/* @group megosztas */

.megosztas label {
	display:block;
	margin:3px 0;
}

.megosztas label span {
	display:inline-block;
	width:130px;	
}

.megosztas label textarea {
	width: 100%;
}


/* @end megosztas */

/* @group gallery */

.gallery h3 {
	float: left;
	padding: 0 21px 0 0;
	/*background: url(/static/imgs/sprite-icos.png) no-repeat;*/
}

.gallery p {
	clear: both;
}

.scrollable {
	height: 58px;
	position: relative;
	padding: 0 25px;
	background: #efefef;
	margin: 18px 0 6px;
}

.scrollable a.prevPage,
.scrollable a.nextPage {
	position: absolute;
	display: block;
	text-indent: -9999px;
	top: 0;
	left: 0;
	width: 25px;
	height: 58px;
	outline: 0;
	cursor: pointer;
	background-color: #3b3b3b;
}

.scrollable a.nextPage {
	left: auto;
	right: 0;
	/*background-position: 10px -224px;*/
}

.scrollable .prevPage {
	background-image: url(/imgs/vidobox_prev_btn.png);
}

.scrollable .nextPage {
	background-image: url(/imgs/vidobox_next_btn.png);
}

.scrollable .window {
	position: relative;
	overflow: hidden;
	height: 58px;
}

.scrollable ul {
	width: 10000px;
	height: 58px;
	position: absolute;
}

.scrollable li {
	padding: 0;
	background: none;
	float: left;
	position: relative;
	margin: 10px 0 0 10px;
}

.scrollable li a {
	float: left;
}

.gallery_photo .iwrp {
	margin: 0 0 18px;
}

.gallery_photo h3 {
 	background-position: 100% -393px;
}

.gallery_video img {
	display: block;
	margin: 0 0 10px;
}

.gallery_video .window img {
	margin: 0;
}

.gallery_video h3 {
 	background-position: 100% -443px;
}

/* @end gallery */

/* @group videoplayer */

.videobox a.videoplayer {
	width: 300px;
	height: 225px;
	display: block;
}

.videobox a.videoplayer img {
	width: 300px;
	height: 225px;
	display: block;
	background-image: url(/imgs/video_playbutton_little.png);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.videobox a.videoplayer div {
	background-position: center;
	height: 225px;
	width: 300px;
} 

/* rovat oldali */
.galeryvideobox a.videoplayer {
	height: 427px;
	display: block;
}

.galeryvideobox a.videoplayer img {
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(/imgs/video_playbutton.png);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.galeryvideobox a.videoplayer div {
	background-position: center;
	height: 427px;	
}

.galeryvideobox .wrp{
	
}

.galeryvideobox p.text{
	margin-top: 15px;
}
/* @end videoplayer */

/* group video galeria*/

.video_galeria ul li{
	float:left;
	margin:18px 20px 0 0;
	width: 140px;
}

.video_galeria ul li.right{
	margin-right: 0px;
}

.video_galeria ul li div{
	position: relative;	
}
.video_galeria ul li div .little_picture{
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: 0;
	left: 0;
	background: transparent url(/static/imgs/video_image.png) no-repeat scroll;
}

.foto_galeria_lista ul li div .little_picture{
	background: transparent url(/static/imgs/foto_image.png) no-repeat scroll;
}

.video_galeria ul li a{
	display: block;
	margin-top: 10px;	
}

.video_galeria ul li span{
	display: block;
	margin-top: 12px;
	color: #BBBBBB;
	font-size: 11px;
}

#video_galeria_lapozo ul{
	clear: both;
	width: 270px;
	margin: 0 auto;
}

#video_galeria_lapozo ul li {
	float:left;
	width: auto;
	margin: 0px 2px;	
}

#video_galeria_lapozo ul li .spacer{
	margin: 9px 0 0;
}

#video_galeria_lapozo ul li .thispage{
	font-weight: bold;
	margin-top: 10px;
	color: #004F7C;
	font-size: 13px;
}

#video_galeria_lapozo ul li .first{
	background: transparent url(/static/imgs/lapozo_balra_2.png) repeat-x scroll 0px 2px;
	width: 20px;
	height: 20px;		
}

#video_galeria_lapozo ul li .prev{
	background: transparent url(/static/imgs/lapozo_balra.png) no-repeat scroll 0px 2px;
	width: 20px;
	height: 20px;		
}

#video_galeria_lapozo ul li .next{
	background: transparent url(/static/imgs/lapozo_jobbra.png) no-repeat scroll 0px 2px;
	width: 20px;
	height: 20px;		
}

#video_galeria_lapozo ul li .last{
	background: transparent url(/static/imgs/lapozo_jobbra_2.png) repeat-x scroll 0px 2px;
	width: 20px;
	height: 20px;		
}



#video_galeria_lapozo ul li .first span,
#video_galeria_lapozo ul li .last span,
#video_galeria_lapozo ul li .prev span,
#video_galeria_lapozo ul li .next span{
	display: none;
}



/* end group video galeria*/




/* group popup galeria*/

.popup_nav.nav-other{
	width: 490px;
}

.popup_galery, .popup{
	width: 800px;
}

.popup_galery .cim{
	height: 28px;
	line-height: 20px;
	padding: 12px 0 0 30px;
	font-size: 18px;
	font-family: georgia,garamond,serif;
	color: #20648B;
	background-color: #EFEFEF;
}

.popup_galery .cim span{
	color: #3B3B3B;
}

.popup_galery .container{
	background-color: #3B3B3B;
	height: 550px;	
	color: white;
	clear: both;
}

.popup_galery .container #img_container{
	width: 480px;
	height: 320px;
	padding: 30px 0 0 35px;
	float:left;
}

.popup_galery .container #galery_items ul li.item img,
.popup_galery .container #img_container img{
	border: 1px solid white;
}

.popup_galery .container #text_container{
	padding: 52px 0 0 52px;
	width: 200px;
	float: left;
}

.popup_galery .container #text_container p{
	padding-top: 25px;
}

.popup_galery .container #pager ul{
	list-style: none;
	padding: 24px 0 25px 175px;
}

.popup_galery .container #pager ul li{
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	
}

.popup_galery .container #pager ul li a{
	color: white;
}

.popup_galery .container #pager ul .num{
	margin-left: 5px;
	font-size: 13px;
	font-family: Verdana, Tahoma, Helvetica, Arial; 
}

.popup_galery .container #pager ul #prev{
	background: transparent url(/static/imgs/galeria_lapozo_balra.png) no-repeat scroll 0px 8px;
	padding-top: 2px;
	padding-left: 10px;
	margin-right: 17px;
}

.popup_galery .container #pager ul #next{
	background: transparent url(/static/imgs/galeria_lapozo_jobbra.png) no-repeat scroll 69px 6px;
	padding-right: 10px;
	margin-left: 17px;
}

#galery_items.scrollable a.prevPage,
#galery_items.scrollable a.nextPage{
	background: #3B3B3B;
	text-indent: 0;
	display: block;
	width: 23px;
	height: 58px;
	padding: 55px 0 0 12px;
}

#galery_items.scrollable a.prevPage span {
	background: transparent url(/static/imgs/sprite-icos.png) no-repeat scroll 0px -1341px;
	width: 8px;
	height: 15px;
	display: block;
}

#galery_items.scrollable a.nextPage span {
	background: transparent url(/static/imgs/sprite-icos.png) no-repeat scroll 0px -1367px;
	width: 8px;
	height: 15px;
	display: block;
}

.window ul{
	list-style: none;
}

#galery_items .window{
	margin-left: 20px;
	height: 110px;
}

#galery_items.scrollable{
	background:	#2E2E2E;
	width: 742px;
	height: 113px;
	margin: 3px 0 0;
}

#galery_items .window ul li{
	padding: 10px 0 0px 10px;	
}

#galery_items .window ul li img{
	border: 1px solid white;
}
/* end group popup galeria*/

/* start group lapozo */

#video_galeria_lapozo ul{
	clear: both;
	width: 270px;
	margin: 0 auto;
}

#video_galeria_lapozo ul li {
	float:left;
	width: auto;
	margin: 0px 2px;	
}

#video_galeria_lapozo ul li .spacer{
	margin: 9px 0 0;
}

#video_galeria_lapozo ul li .thispage{
	font-weight: bold;
	margin-top: 10px;
	color: #004F7C;
	font-size: 13px;
}

#video_galeria_lapozo ul li .first{
	background: transparent url(/static/imgs/lapozo_balra_2.png) repeat-x scroll 0px 2px;
	width: 20px;
	height: 20px;		
}

#video_galeria_lapozo ul li .prev{
	background: transparent url(/static/imgs/lapozo_balra.png) no-repeat scroll 0px 2px;
	width: 20px;
	height: 20px;		
}

#video_galeria_lapozo ul li .next{
	background: transparent url(/static/imgs/lapozo_jobbra.png) no-repeat scroll 0px 2px;
	width: 20px;
	height: 20px;		
}

#video_galeria_lapozo ul li .last{
	background: transparent url(/static/imgs/lapozo_jobbra_2.png) repeat-x scroll 0px 2px;
	width: 20px;
	height: 20px;		
}



#video_galeria_lapozo ul li .first span,
#video_galeria_lapozo ul li .last span,
#video_galeria_lapozo ul li .prev span,
#video_galeria_lapozo ul li .next span{
	display: none;
}
/* end group lapozo */

.ui-datepicker-trigger{
	background:transparent url(/static/imgs/sprite-icos.png) no-repeat scroll 0 -1308px;
	cursor:pointer;
	display:block;
	float:left;
	height:18px;
	margin-left:10px;
	width:14px;
}

/* @end modules */



