﻿.NewsContainer
{
    float:left;
    width: 985px;
}

/***************** NEWS ***********************/
.WykonawcyContent
{
    float: left;
    width: 780px;
}

.NewsSubjectWykonawcy
{
    color: #233285;
    float: left;
    font-size: 29px;
    font-weight: bolder;
    margin-bottom: 12px;
    width: 780px;
}

.Subtitle
{
    color: #E30085;
    float: left;
    font-size: 15px;
    font-weight: bolder;
    text-align: left;
    text-transform: uppercase;
    width: 780px; 
    margin: 15px 0;
}


.NewsText
{
    width:780px;
    float:left;
    font-size: 12px;
    font-weight: bold;
    line-height:16px;
}
/***************** EOF NEWS ***********************/

/***************** IMAGES ***********************/
.AllImages
{
    float:right;
}

.GalleryItems
{
    padding: 19px 0;    
}

.AllDescription
{
    float:left;    
    width:776px;
}

.GalleryItems a img
{
    border:none;
    border-style:none;
    text-decoration:none; 
}

.ImageBackground
{
    display: block;
    height: 152px;
    padding-top: 9px;
    width: 167px;
}

/***************** EOF IMAGES ***********************/

/***************** SCROLL ***********************/
.jScrollPaneContainer {
    height: 350px !important;
    margin: 15px 0px 10px 0;
}  

.JScroll
{
    float:left;
    width:985px;  
    height:340px;   
    overflow:hidden;
}
.jScrollPaneTrack {
    height: 340px!important;
}
/***************** EOF SCROLL ***********************/



