#liquid {
	background:#313b31 url('../images/bodybackground.png') repeat-y scroll 50% 0;
	border:2px solid #19301C;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	padding:10px 0;
	position:relative;
	z-index:9999;
}
#liquid .previous {
	display:block;
	height:126px;
	width:64px;
	background-image:url('../images/previous.png');
	float:left;
	margin: 50px 0;
	padding:0;
	cursor:pointer;
}
#liquid .next {
	display:block;
	height:126px;
	width:64px;
	background-image:url('../images/next.png');
	float:right;
	margin: 50px 0;
	padding:0;
	cursor:pointer;
}
#liquid ul li {
	width:310px;
	padding:0 2px;
	margin:0;
	cursor:pointer;
}
#liquid ul li a img {
	-moz-box-shadow: 5px 5px 3px #222;
   	-webkit-box-shadow: 5px 5px 3px #222;
   	box-shadow: 5px 5px 3px #222;
}

.wrapper ul li img {
	-moz-box-shadow: 5px 5px 3px #222;
   	-webkit-box-shadow: 5px 5px 3px #222;
   	box-shadow: 5px 5px 3px #222;
	width:150px;
}

#marcador{
	color: #fff;
    font-family: arial;
    font-weight: bold;
    margin: 0 0 0 135px;
}

#esconde_thumb{
	/*background-color: #313b31;*/
    color: #fff;
    float: left;
    font-family: verdana;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
}
#forma_exibir{
	background: rgb(76,76,76); /* Old browsers */
background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(102,102,102,1) 1%, rgba(71,71,71,1) 37%, rgba(44,44,44,1) 52%, rgba(0,0,0,1) 58%, rgba(17,17,17,1) 67%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(1%,rgba(102,102,102,1)), color-stop(37%,rgba(71,71,71,1)), color-stop(52%,rgba(44,44,44,1)), color-stop(58%,rgba(0,0,0,1)), color-stop(67%,rgba(17,17,17,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(102,102,102,1) 1%,rgba(71,71,71,1) 37%,rgba(44,44,44,1) 52%,rgba(0,0,0,1) 58%,rgba(17,17,17,1) 67%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(102,102,102,1) 1%,rgba(71,71,71,1) 37%,rgba(44,44,44,1) 52%,rgba(0,0,0,1) 58%,rgba(17,17,17,1) 67%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(102,102,102,1) 1%,rgba(71,71,71,1) 37%,rgba(44,44,44,1) 52%,rgba(0,0,0,1) 58%,rgba(17,17,17,1) 67%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(76,76,76,1) 0%,rgba(102,102,102,1) 1%,rgba(71,71,71,1) 37%,rgba(44,44,44,1) 52%,rgba(0,0,0,1) 58%,rgba(17,17,17,1) 67%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
	padding:5px 15px 5px 15px;
	border-radius:0px 0px 10px 10px;
}