@charset "utf-8";
/* CSS Document */

.hvar#main
{
    min-height:100%;;
    height:auto;
}


.fourelem
{
    width:960px;
    margin:0px auto;
}

.listaelem-wrapper
{
    display:block;
    width:220px; height:188px;
    overflow:hidden;
    margin:0px 10px 20px;
    background:url(../imgs/bg/bg-grey80.png);
    float:left;
}

.listaelem-img
{
    width:220px; height:140px;
    overflow:hidden;
    position:relative;
}

.listaelem-img #venduta
{
    height:30px; width:100%; position:absolute; top: 55px; left:0px; background:red; opacity:0.8; padding-top:5px; text-align:center;
}

.listaelem-img img
{
    width:220px;
}

.listaelem-wrapper h4
{
    text-align:center;
    margin-bottom:5px;
}

.listaelem-wrapper h6
{
    text-align:center;
    margin-bottom:5px;
}

.back
{
    position:absolute;
    top:5px; left:5px;
    font-size:10px; text-transform:uppercase;
}
    
.leftside
{
	background:url(../imgs/bg/bg-grey.png); 
}

.leftside h3
{
    width:92%;
    color:#C00;
	text-shadow:1px 1px 2px #333;
	padding:3px 10px 0px 10px; margin-bottom:10px;
	text-align:right;
}

.leftside p
{
    width:92%; /*height:370px;*/
    padding:0px 20px 0px 10px; margin-bottom:10px;
    font-size:12px;
	/*background:#006ba6;*/
	text-align:right;
}

#gallery-wrapper {
	width:100%; height:70px;
	/*margin-left:1%;  */
	clear:both;
	position:absolute;
	bottom:0px;
	z-index:10;
	/**/
}
#pagenext {
	position:absolute; right:0px;
}
#pageprev {
	position:absolute; left:0px;
}

#gallery{
	width:88%; height:70px; 
	clear:both;
	position:absolute;
	bottom:0px;
	overflow:hidden;
	margin-left:5%;
}

.thumb {
	width:24%;	height:70px; margin-left:1%;
	position:relative;
	float:left;
	overflow:hidden;
}
.thumb img
{
    height:100%;
	/*max-height:70px;*/
}

.tbwidth{width:100%;}
.tbheight{height:100%;}

.big-img
{
    /*height:100%;*/
}

#big-img-link
{
    display:block;
    height:100%;
    /*background:url(../imgs/bg/bg-grey80.png);*/
}