@charset "utf-8";
/* CSS Document */
/*PASE CARTELLS */
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	width: 500px;
	position: relative;
	z-index:0;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align:center;
}

/* These 2 lines specify style applied while slider is loading */
.svw {height: 2px; _height: 2px; background: #f3f3ef; overflow: hidden; text-align:center; margin:0px; padding:0px}
.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			/*border: 1px solid #C22435;*/ /* this is the border. should have the same value for the links */
			width: 410px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 285px;
			background: #FFFFFF;
			margin: 0px auto 0px auto; 
			top: 0px;
			clear:both;
}
		
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			padding:0px;
			margin: 0px;
			left: 0px; 
			top: 0px;
			width: 420px;
			overflow:hidden;
			list-style-type: none;
			-moz-user-select: none; /* Stops the panels from highlighting/selecting, which I found problematic in Firefox. Also stops the CSS from validating though. Oh well. */
}
		
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			width: 420px; /* Also specified in  .stripViewer  above */
			height: 100%;
			overflow: hidden;
}

div.representacions{
	background-color:#FCEFF0;
	border: 1px solid #C22435;
	width: 390px;
	padding: 5px 0px 5px 0px;
	margin: 0px;

}

div.representacions p{
	padding: 0px;
	margin: 0px;

}

		
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 5px;
			overflow: hidden;
}

/* Content*/
.stripNav ul { /* The auto-generated set of links */
			list-style: none;
}
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
			overflow:hidden;
			display: none;
}
		
.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}
		
.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
}
		
.stripNav a { /* The nav links.*/
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #fff;
	color: #000;
	text-decoration: none;
	display: block;
}
		
.stripNav a:hover {
	background: #9cf;
}
		
.stripNav a.current {
	background: #39c;
	color: #fff;
}

/*		
.stripNavL, .stripNavR { 
			position: relative;
			text-align:center;
			top: 0px;
			text-indent: -9000em;
}
		
.stripNavL a, .stripNavR a {
	display: block;
}
		
/*.stripNavL {
	left: 0px;
	top: 0px;
}
		
.stripNavR {
	right: 0px;
	left: 490px;
}*/
		
div.stripNavL {
	position:relative;
	float:left;
	margin: 0px;
	background: url("../imatges/flecha_der.gif") no-repeat top;
	/*left: -225px;*/
	/*top: 145px;*/
	left: 50px;
	top: 310px;
	width: 50px;
}
		
div.stripNavR {
	position:relative;
	float:left;
	padding:0px;
	margin: 0px;
	background: url("../imatges/flecha.gif") no-repeat top;
	/*right: -225px;*/
	/*top: -145px;*/
	left: 400px;
	top: 5px;
	width:50px;	
}


		
div.stripPause {
	position:relative;
	float:left;
	padding:0px;
	margin: 0px;
	background: url("../imatges/pause.gif") no-repeat top;
	left: 175px;
	/*top: 10px;*/
	top: 5px;
	width: 50px;	
}

div.stripPlay {
	position:relative;
	float:left;
	padding:0px;
	margin: 0px;
	background: url("../imatges/flecha.gif") no-repeat top;
	left: 175px;
	/*top: 10px;*/
	top: 5px;
	width: 50px;	
}

div.stripNavR  a, div.stripNavL  a, div.stripPause a, div.stripPlay a{
	text-decoration:none;
	text-align:center;
	width: 25px;
	height:10px;
	font-size: 20px;
	padding: 0px;
	margin: 0px;
}

.wrapper h3{
	margin: 5px;
	color: #C22435;
	font-size: 16px;
	font-weight:bold;
}

.wrapper ul{
	margin: 0px;
	padding: 0px;
	list-style:none;
}

.wrapper ul li{
	padding-top: 0px;
	padding-bottom: 0px;
}

.wrapper a { text-decoration:none;}
