/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */

.kwicks {
	/* recommended styles for kwicks ul container */
	width:100%; height:415px; overflow:hidden;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
.kwicks.horizonta ul{width:100%; height:415px; overflow:hidden;}

.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}

.kwicks li{
	float: left;
	width: 134px;
	height: 100%;
	margin-right: 5px;
}

.kwick1 { 
	background-color: none;
	background-image:none;
	position:relative;
	overflow:hidden;
}
.titulo_acordeon{width:40px; height:100%; position:absolute; left:0px; z-index:1000; background:#000; color:#FFF; opacity:0.6; filter:alpha(opacity=60);}

h2 { 
    width:390px;
    color: #FFF;
    font-size: 26px;     
    font-weight: normal;
    margin: 0; 
    z-index: 100; 
    position: absolute; 
    top: 5%; 
    left: 5%;    
    -webkit-backface-visibility: hidden; /* fixes chrome bug */
    -webkit-transform: translateX(-100%) rotate(-90deg); 
    -webkit-transform-origin: right top; 
    -moz-transform: translateX(-100%) rotate(-90deg);
    -moz-transform-origin: right top; 
    -o-transform: translateX(-100%) rotate(-90deg); 
    -o-transform-origin: right top; 
    transform: translateX(-100%) rotate(-90deg); 
    transform-origin: right top; 
}
.img{position:absolute; z-index:500;}
		

