@charset "utf-8";
.galleryview {
	height: 374px;
	width: 465px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-color: #000;
	border: 1px solid #CCC;
}

.filmstrip {
	list-style-type: none;
	height: 89px;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	position:absolute;
	margin-top: 0px;
}
.filmstrip li {
	margin: 3px 3px 3px 7px;
	padding: 0px;
	float: left;
	list-style-type: none;
	border: 1px solid #333;
	height: 80px;
	width: 80px;
}
.filmstrip li a {
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center right;
	display: block;
	height: 80px;
	width: 80px;
}
.filmstrip li a.current {
	border: 2px solid #9f0000;
	position: relative;
	top: -2px;
	left: -2px;
}
.filmstrip li img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#demogalery .jCarouselLite {
	position: absolute;
}

#demogalery .jCarouselLite ul li .panel-overlay {
	width: 230px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 10px;
	margin-left: 10px;
	overflow: hidden;
	border-bottom: 1px dotted #666;
	border-top: 1px dotted #666;
}
#demogalery .jCarouselLite ul li .panel-overlay p{
	padding: 8px;
	margin: 0px;
}
#demogalery .jCarouselLite ul li .panel-overlay p.top
{
	border-top: 1px dotted #666;
}
#demogalery .jCarouselLite ul li .panel-overlay p.bottom
{
	border-bottom: 1px dotted #666;
	color: #CCC;
}
#demogalery .jCarouselLite ul li .panel-overlay p a
{
	color: #FFF;
	text-decoration: none;
}
#demogalery .jCarouselLite ul li .panel-overlay p a:hover
{
	text-decoration: underline;
}
#demogalery .jCarouselLite ul li .panel-overlay p a.mas
{
	color: #C00;
	background-image: url(../images/flechas_der2.gif);
}
#demogalery .jCarouselLite ul li {
	width: 465px;
	height: 374px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: right top;
}
#demogalery #navCarrousel {
	position: absolute;
	width: 465px;
	z-index: 3;
	margin-top: 285px;
}




.galleryview .titulo
{
	display: block;
	clear: both;
	font-size:18px;
	color: #FFF;
	font-weight: bold;
	background-image: none;
	padding: 5px;
	padding-left: 0px;
	float: none;
	margin: 0px;
}

