@charset "utf-8";
/* CSS Document */

.wpp_resources_header_main_list{
    color: #009EC9;
    padding-bottom: 10px;
    padding-top: 12px;
    font-family: 'Source Sans Pro', arial;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.list_menu_vertical_main_list li  a {
    color: #999999;
    font-family: 'Source Sans Pro', arial;
    text-decoration: none;
    font-size: 14px;
    background: url("/img/Vineta.png") no-repeat;
    padding: 0.10em 0.5em;
    display: block;
    border: none;
    background-position: 0 8px;
}

.wpp_resources_main_list{
    float: left;
    margin-right: 1%;
    margin-top: 20px;
    line-height: 1;
    font-family: 'Source Sans Pro', arial;
    border: 1px solid #ccc;
    /* width: 226px; */
    width: 32%;
    /*height: 365px;*/
	/* min-height:350px; */
    min-height: 300px;
}

.list_menu_vertical_main_list{
    list-style-type: none;
    padding: 18px;
    padding-top: 17px;
}

.bodyImage_main_list{
    padding: 0.10em 0.5em;
    display: block;
    border: none;
	text-align: center;	/* yo */
}
.bodyImage_main_list img{
    height: 140px;
    /*width: 210px;*/	/* yo */
}

#wrapper {
    /*width: 980px;
    height: 388px;
    padding: 10px;
    margin: 0px 0 0 20px;*/
}

#wrapper {
  
  
    /*				position: absolute;*/
}

.carousel_navs img {
    width: 201px;
    height: 127px;
    margin: 0 5px;
    float: left;
}
.prev_nav, .next_nav {
    background: transparent url( "/img/carousel_control.png" ) no-repeat 0 8px;
    display: block;
    width: 15px;
    position: absolute;
    height: 26px;
    top: 102px;
   
}
.prev_nav {
    background-position: 0 0;
    left: 0px;
}
.prev_nav:hover {
    left: 0px;
}			
.next_nav {
    background-position: -18px 0;
    right: 0px;
}
.next_nav:hover {
    right: 0px;
}				
