



/*
	contents structure
*/

.module {
	clear: both;
	overflow: hidden;
	margin-bottom:30px;
}

* html .module { height: 1%; } /* IE6 fix */

.block {
	clear: left;
	float: left;
	overflow: hidden;
	width: 605px;
}

* html .block { height: 1%; } /* IE6 fix */



.colABC {
	clear: left;
	float: left;
	width: 710px;
}




/*
	elements definitions
*/

/* generic */

.element {
	overflow: hidden;
	padding-top: 10px;
}

* html .element { height: 1%; } /* IE6 fix */


.element img {
   display: block;
}



.element .image {
	overflow: hidden;
   position: relative;
}

* html .element .image { height: 1%; } /* IE6 fix */



.element .caption p {
	margin: 0;
	padding: 0;
}

.element .captionHidden {
	border-top: 3px solid #ec2828;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.element .captionHidden p {
	margin: 0 10px;
}





.element .viewmore {
	background-color: #818181;
	clear: left;
	overflow: hidden;
	text-align: center;
	padding: 6px 0;
}

.element .viewmore a {
	color: #fff;
}

.element .viewmore .prev {
	float: left;
	padding: 0 6px;
}

.element .viewmore .next {
	float: right;
	padding: 0 6px;
}

.element .viewmore .more {
	line-height: 2.2em;
	padding: 6px 0 4px 28px;
}































.eGaleria2 {
	padding: 5px 0;
}

.eGaleria2 .gallery {
	border-top: 4px solid #ec2828;
	border-bottom: 4px solid #ec2828;
	border-right: 6px solid #ec2828;
	border-left: 6px solid #ec2828;
	overflow: hidden;
	width: 694px;
}

.eGaleria2 .gallery .items {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 700px;
}

.eGaleria2 .gallery .items li {
	width: auto;
	float: left;
	width:200px;
   height:122px;
}

.eGaleria2 ul.items img {
width:200px;
height:122px;
border:0px;


}





.eGaleria2 .jcarousel-container {
	background-color: #d3d3d3;
	padding: 0 43px;
	position: relative;
}

* html .eGaleria2 .jcarousel-container { height: 121px; } /* IE6 fix */

.eGaleria2 .jcarousel-clip {
	border-top: 6px solid #ec2828;
	border-bottom: 6px solid #ec2828;
	border-right: 3px solid #ec2828;
	border-left: 3px solid #ec2828;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	z-index: 2;
	width: 618px;
}

.eGaleria2 .jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.eGaleria2 .jcarousel-item {
	background: #fff url(img/jcarousel_item_bg.gif) repeat-y left;
	border-left: 3px solid #ec2828;
	border-right: 3px solid #ec2828;
	float: left;

	width: 200px;
	height: 122px;
}

.eGaleria2 .jcarousel-item .image img {

}

.eGaleria2 .jcarousel-item .subject {

}

.eGaleria2 .jcarousel-item .title {

}

.eGaleria2 .jcarousel-next {
	z-index: 3;
	display: none;
}

.eGaleria2 .jcarousel-prev {
	z-index: 3;
	display: none;
}

.eGaleria2 .jcarousel-item-placeholder {
	background-color: #fff;
	color: #000;
}

.eGaleria2 .jcarousel-next-horizontal {
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 0;
	width: 41px;
	height: 135px;
	background: url(img/jcarousel_next.gif) no-repeat 0 0;
}

.eGaleria2 .jcarousel-next-disabled-horizontal,
.eGaleria2 .jcarousel-next-disabled-horizontal:hover,
.eGaleria2 .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position: -41px 0;
}

.eGaleria2 .jcarousel-prev-horizontal {
	position: absolute;
	top: 0;
	left: 0;
	width: 41px;
	height: 135px;
	cursor: pointer;
	background: url(img/jcarousel_prev.gif) no-repeat 0 0;
}

.eGaleria2 .jcarousel-prev-disabled-horizontal,
.eGaleria2 .jcarousel-prev-disabled-horizontal:hover,
.eGaleria2 .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background-position: -41px 0;
}




.blinking {text-decoration: blink;color: #FF0000}
























