.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 359px;
    height: 290px;
    padding: 0;
	background:url(/web/20130724092037im_/http://psychocarnival.com.br/imagens/bg-car.gif);

}


.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  359px;
    height: 291px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 359px;

}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 0px;
	height:120px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
	
}



/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 9px;
    left: 90px;
    width: 33px;
    height: 33px;
    cursor: pointer;
    /*background: transparent url(/web/20130724092037im_/http://psychocarnival.com.br/images/next-vertical.png) no-repeat 0 0;*/
}


.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 7px;
    left: 90px;
    width: 33px;
    height: 33px;
    cursor: pointer;
    /*background: transparent url(/web/20130724092037im_/http://psychocarnival.com.br/images/prev-vertical.png) no-repeat 0 0;*/
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 170px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	background: #111;
	-webkit-box-shadow: 0 1px 3px #000,0 0 0 1px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.05);
	-moz-box-shadow: 0 1px 3px #000,0 0 0 1px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.05);
	background: #111 -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,.2)),color-stop(.5,rgba(255,255,255,.15)),color-stop(.5,rgba(255,255,255,.1)),to(rgba(255,255,255,.15)));
	background: #111 -moz-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.15) 100%);
	border-radius: 3px;
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-image: url('/web/20130724011151im_/http://psychocarnival.com.br/imagens/fancybox/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
}

#fancybox-buttons a.btnPrev {
	width: 32px;
	background-position: 6px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 38px;
	background-position: -57px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.5;
	cursor: default;
}
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/web/20130724013914im_/http://psychocarnival.com.br/imagens/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8020;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/web/20130724013914im_/http://psychocarnival.com.br/imagens/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('/web/20130724013914im_/http://psychocarnival.com.br/imagens/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 20px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 20px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #000;
}

#fancybox-overlay.overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8030;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: rgb(197, 217, 15);
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: rgb(223, 231, 10);
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: rgb(89, 34, 34);
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

html, body, div, span, applet, 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}
body {margin:0 auto;font-size:8pt;background:url(/imagens/bg-body.gif);font-family: 'Advent Pro', sans-serif;color:rgb(16, 13, 13);}
html, body {height:100%;}
img {border:none;}
p{font-size:1.4em;line-height:17px;padding:0 0 10px 0;}
a {text-decoration:none;color:rgb(236, 248, 4);text-shadow: 1px 1px #000; }
a:hover {text-decoration:underline;}
.clear{clear:both;}

#header{width:100%;height:250px;margin:0 0 0 0;background:url(/imagens/bg-header.jpg) top center no-repeat;text-align:center;}

#navigation {width:1000px;height:45px;margin:60px auto 0 auto;font-size:1.5em; font-family: 'Joti One', cursive;text-shadow: #000 1px 2px 5px;}
#navigation:after {clear: both;display: block;height: 0;visibility: hidden;}
#navigation ul {float: left;overflow: hidden;}
#navigation li {float: left;margin:0 3px 0 0;}
#navigation li:hover, #navigation li.current {background: #7e0a0a;text-decoration:none;}
#navigation a {display: block;padding: 10px 19px 11px 20px;}

#content{width:1000px;min-height:400px;margin:15px auto 0 auto;}
#content h1{margin:0 0 15px 0;}



#hall{width:100%;height:583px;margin:0 0 0 0;background:url(/imagens/bg-hall.jpg) top center no-repeat;}
#hall-center{width:1000px;margin:0 auto 0 auto;text-align:center;}

#hall .box{width:257px;height:460px;margin:50px 100px 0 0;float:left;}
#hall .box2{width:257px;height:460px;margin:50px 0 0 0;float:right;}

#footer{width:1000px;min-height:250px;margin:0 auto 0 auto;}
#footer h1{float:left;margin:40px 0 0 0;}
ul#menu-footer{width:662px;height:38px;float:right;margin:40px 0 0 0;background:url(/web/20130723230644im_/http://psychocarnival.com.br/imagens/bg-menu-footer.png) 0 0 no-repeat;}
ul#menu-footer li{float:left;display:block;font-size:1.5em;text-transform:uppercase;text-shadow: 1px 1px #000;font-weight:400;margin:10px 20px 0 10px;}
ul#menu-footer li a:hover{color:#892423;text-decoration:none;}
form#box-news{width:324px;height:136px;margin:20px 0 0 50px;float:left;background:url(/web/20130723230644im_/http://psychocarnival.com.br/imagens/bg-news.png);}
input.box-news{width:188px;height:20px;background:url(/web/20130723230644im_/http://psychocarnival.com.br/imagens/bg-input-news.gif);float:left;margin:90px 0 0 18px;border:none;}
input.btn-news{float:left;margin:90px 0 0 0;}
.assinatura{width:/*200px;height:100px*/100%;float:left;margin:0px 0 0 0;text-align:left;}
.ubis {float:right;margin:50px 50px 0 0;}

/*========================= HOME =========================*/
#slideshow-main {width:640px;height:290px; float:right;}
#slideshow-main ul {margin:0;padding:0;width:649px;}
#slideshow-main li {width:649px;height:290px;display:none;position:relative;}
#slideshow-main li.active {display:block !important;}
#slideshow-main li span.opacity {position:absolute;bottom:0; left:0;display:block;width:100%;height:60px;background:#000;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;z-index:500;}
#slideshow-main li span.content {position:absolute;bottom:0; left:0;display:block;width:100%;height:60px;z-index:1000;}
#slideshow-main li span.content h1 {font-size:14px;margin:5px 0;padding:0 10px;color:#42e2e8;}
#slideshow-main li span.content p {font-size:11px;margin:5px 0;padding:0 10px;color:#42e2e8;}
#slideshow-carousel {float:left;width:359px;height:363px; position:relative;}
#slideshow-carousel ul {margin:0;padding:0;list-style:none;}
#slideshow-carousel li {height:97px;position:relative;}
#slideshow-carousel li .arrow {left:3px;top:28px;position:absolute;width:20px;height:40px;display:block;}
/* #slideshow-carousel li .arrow {background:url(/web/20130723230644im_/http://psychocarnival.com.br/css/images/arrow_white.png) no-repeat 0 0;} */
#slideshow-carousel li a {display:block;width:359px;height:95px;background:url(/web/20130723230644im_/http://psychocarnival.com.br/imagens/line01.gif) center bottom no-repeat;}
#slideshow-carousel li h2{font-size:2.0em;font-weight:500;margin:10px 10px 5px 22px;float:left;}
#slideshow-carousel li p{margin:0 10px 0 22px;}
#slideshow-carousel .active {filter:alpha(opacity=100);-moz-opacity:1.0; -khtml-opacity: 1.0;opacity: 1.0;}
#slideshow-carousel .faded {filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;}
.boo-box{width:294px;height:300px;float:left;margin:0 55px 0 0;}
.boo-box h2{font-size:2.1em;margin:10px 0 10px 0;}
.box-facebook{width:294px;height:287px;float:right;margin:0 0 0 0;}



/*========================= O FESTIVAL & LOCAL =========================*/
.left{width:490px;min-height:400px;float:left;margin:0 0 0 0;}
.left h2{font-size:2.3em;margin:0 0 20px 0;font-weight:normal;}
.right{width:470px;min-height:400px;float:right;margin:0 0 0 0;text-align:right;}

/*========================= HOTĆ‰IS =========================*/
p.line-hotel{padding:0 450px 20px 0;}
.box-hotel{width:477px;height:197px;float:left;margin:10px 10px 25px 10px;}
.box-hotel-left{width:246px;height:177px;float:left;margin:0 0 0 0;background:url(/web/20130723230644im_/http://psychocarnival.com.br/imagens/bg-wall.png);padding:20px 20px 0 20px;}
.box-hotel-left h2{font-family: 'Joti One', cursive;font-size:2.1em;color:#ffffca;font-weight:normal;text-shadow: #000 1px 2px 5px;margin:0 0 10px 0;}
.box-hotel-right{width:190px;height:197px;float:right;margin:0 0 0 0;}

h2.title-hotel{font-family: 'Joti One', cursive;font-size:2.1em;color:#ffffca;font-weight:normal;text-shadow: #000 1px 2px 5px;margin:0 0 10px 0;}


/*========================= INGRESSOS =========================*/
h2.title-ingressos{font-size:2.0em;font-weight:normal;margin:0 0 10px 0;padding:0 450px 0 0;}
.box-ingresso{width:475px;height:350px;float:left;margin:10px 22px 0 0;}
.box-ingresso h3{text-align:center;margin:0 0 10px 0;}
.box-wall{width:445px;height:177px;margin:0 0 20px 0;padding:20px 10px 0 20px; background:url(/web/20130723230644im_/http://psychocarnival.com.br/imagens/bg-wall2.gif);}

#ingressos {float:left;width:100%;}
#ingressos .box {float:left;width:314px;margin:10px 9px;}
#ingressos .box img {}
#ingressos .box .descricao {float:left;width:270px;min-height:157px;padding:22px;margin:10px 0;background:url(/web/20130723230644im_/http://psychocarnival.com.br/imagens/bg-ingressos-box.png) 0 0 no-repeat;text-align:center;}
#ingressos .box .descricao img {float:left;margin:20px 54px 0 54px;}
#ingressos .box a.comprar {float:left;display:block;width:230px;height:41px;margin:0 42px;background:url(/web/20130723230644im_/http://psychocarnival.com.br/imagens/btn-ingressos-comprar.png) 0 0 no-repeat;}
#ingressos .box a.comprar:hover {background-position:0 -41px;}



/*========================= LINE =========================*/
.box-line{width:1000px;min-height:160px;float:left;margin:0 0 30px 0;text-align:center;}
.box-line span{font-size:3.5em;}
.box-line h2{font-size:8.0em;font-weight:normal;font-family: 'Joti One', cursive;text-shadow: #000 1px 2px 5px;margin:0 0 0 0;color:#ffffca;}
.box-line-left{width:112px;height:151px;float:left;margin:0 0 0 0;}

.box-line-right{width:883px;min-height:151px;float:left;margin:0 0 0 0;background:url(/web/20130723230644im_/http://psychocarnival.com.br/imagens/bg-wall3.gif);padding-bottom: 20px;}
.box-line-right h2{font-size:2.5em;font-weight:normal;font-family: 'Joti One', cursive;text-shadow: #000 1px 2px 5px;margin:10px 20px 0 30px;color:#ffffca;float:left;}
.box-line-right h3{font-size:2.0em;font-weight:normal;font-family: 'Joti One', cursive;text-shadow: #000 1px 2px 5px;margin:6px 20px 0 32px;color:#ffffca;float:left;}
.box-line-right h4{font-size:1.5em;font-weight:normal;font-family: 'Joti One', cursive;text-shadow: #000 1px 2px 5px;margin:5px 10px 0 33px;color:#ffffca;float:left;}
.box-line-right h5{font-size:1.2em;font-weight:normal;font-family: 'Joti One', cursive;text-shadow: #000 1px 2px 5px;margin:3px 10px 0 34px;color:#ffffca;float:left;}

/*======================== GALERIA =======================*/
#galeria_de_fotos {width:100%;height:470px;margin:0 0 0 0;background:url(/web/20130723230644im_/http://psychocarnival.com.br/imagens/galeria-bg.gif) top center;text-align:center;}
#galeria_de_fotos a {text-decoration: none;}
#galeria_de_fotos .bt-left, #galeria_de_fotos .bt-right {display: block;height:300px;width:60px;position: absolute;margin-top: 70px;}
#galeria_de_fotos .bt-left {background:url(/web/20130723230644im_/http://psychocarnival.com.br/imagens/galeria-btn-left.png) top left no-repeat;}
#galeria_de_fotos .bt-right {background:url(/web/20130723230644im_/http://psychocarnival.com.br/imagens/galeria-btn-right.png) top right no-repeat;margin-left: 900px;}
#galeria_de_fotos .controle {margin: 0 auto 0 auto;width: 970px;padding-top: 1px;}
#galeria_de_fotos .galeria {margin: 0 auto 0 auto;width: 830px;height:460px;padding-top: 1px;}
#galeria_de_fotos .grupo {width: 870px;height:400px;margin:50px 0 0 0;}
#galeria_de_fotos .grupo a{display: block; float: left; width: 256px;height: 154px;margin: 0 25px 25px 0;}

