/* 
    Document   : bgHigh
    Author     : paolo
    Description:
        Purpose of the stylesheet follows.
*/



#BgContainer-page {
	width: 100%;  
	margin: 0 auto; 
	background: url('../images/gradiente_animazione.jpg') left top repeat-x;
	height: 144px;
}

.containter-tabs{
	width: 940px;
	margin: 0 auto;
	position: relative;
	top: 159px;
}

#Container-page { 
	width: 100%;
	padding-bottom: 15px;
        position: relative;
        height: 144px;
        margin: 0 auto;
}

.sliderwrap {
    margin: 0 auto;
    padding: 0;
    height: 144px;
    width: 100%;
    font-size: 46px;
	overflow: hidden;
}
    
    .sliderwrap .slider-content{
        height: 144px;
        width: 100%;
		float: left;
		display: block;
    }
    .sliderwrap .bx-next {
            display:none;
            position:absolute;
            top:150px;
            z-index:999;
            right:0px;
            width: 57px;
            height: 57px;
            text-indent: -999999px;
            background: blue;
    }

    /*previous button*/
    .sliderwrap .bx-prev {
            display:none;
            position:absolute;
            top:150px;
            left:0px;
            z-index:999;
            width: 57px;
            height: 57px;
            text-indent: -999999px;
            background: red;
    }

    
    .sliderwrap .slider-text{
        width: 500px;
        top: 85px;
        position: absolute;
        line-height: 47px;
		color: #CB4E00;        
    }
    .sliderwrap .slider-text .description{
        font-size: 14px;
        margin-top: 20px;
		color: #795817;
		line-height: 16px;
    }
    .sliderwrap .slider-text .info{
        font-size: 15px;
        line-height: 16px;
        font-weight: bold;
        width: 80px;
        text-align: center;
        margin-top: 15px;
        border-radius: 3px;
        text-transform: none;
        box-shadow: 0 0 3px grey;
        background-size: 1px 20px;
        padding: 4px 6px;
		margin-left: 3px;
    }
    
    .sliderwrap .slider-text .info a{
       text-decoration: none;
    }
    
	.info{
		background: url('../images/slider_button_gradient.jpg') repeat-x;
	}
	