﻿

































#PortfolioSlider
{
    width: 935px;
    height: 480px;
    position: relative;
    /*overflow: hidden;*/
    
}

#PortfolioSlider .wowrapper {
  width: 935px; /* #PortfolioSlider width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 500px;
  margin: 0 0px 0 0px;
  padding: 0px;
  position: absolute;
  top: 0;
}

#PortfolioSlider ul
{
    height: 500px;
    position: absolute;
    padding:0px;
    margin:0px;
    overflow: hidden;     
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
    position: absolute;
    top: 0;
	background-image: none;   
}

.PortfolioImage
{
    width: 935px;
    height: 350px;
    background-position: 0px 0px;
    background-repeat: no-repeat;    

}

.PortfolioSlide
{
    position: relative;
    width: 935px;
    min-height: 480px;
    line-height: 16pt;
    font-size: 11pt;
    float: left;
    background-image:url(../img/Loading_23x125.gif);
    background-repeat:no-repeat;
    background-position:325px 130px;
    list-style:none;
    display:block;
}

.PortfolioSlide a
{
    color:#E51A23;
    text-decoration:none;
}

.PortfolioSlide a:hover
{
    text-decoration:underline;
}

.Select
{
    float: left;
    width: 30px;
    height: 30px;
    background-image: url(../img/select_off.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
}

.Link
{
    float: left;
    width: 30px;
    height: 25px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.next
{
    position:relative;
    background-image: url(../img/select_next_off.gif);
    background-position:left;
    font-size:12px;
    width:50px;
    display:block;

    padding-top:7px;
    padding-left:15px;
    height:23px;
    margin-left:10px;
}

.prev
{
    clear:both;
    background-image: url(../img/select_prev_off.gif);
}

.CarouselLinks
{

}

.CarouselLinksNext
{
    padding-top:480px;
}

.PortfolioSlide h2
{
    color: #E51A23;
    font-size: 14pt;
    padding: 0px;
    margin: 0px 0px 5px 0px;
}
