@charset "UTF-8";
/* CSS Document */
#works{
    height: auto !important;
	overflow:hidden;
    /*background-color:#00F;*/
}
.titleThumb{
    width: 340px;
    list-style: none;
    float: left;
    margin-right:5px;
}
.titleThumb h4, a h4{
    font-size: 14px;
    text-indent: 15px;
    font-weight: normal;
}
.titles{
    display: block;
    text-decoration: none;
    color: black;
    height: 120px;
    /*border-left: 2px dotted #FFF;
    -webkit-transition: all .5s;
    transition: all .5s;
    */
    background-color: #FFF;
    background-size: 200% 100%;	
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(0, 0, 0, 1) 50%);	
    background-image: linear-gradient(to right, transparent 50%, rgba(0, 0, 0, 1) 50%);
    -webkit-transition: background-position .3s cubic-bezier(0.1, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    transition: background-position .3s cubic-bezier(0.1, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}
.titles:hover {
    /*color: black;
    border-color: #444444;
    */
    color: white;
    background-color: #FFF;
    background-position: -100% 100%;
}
.titles_nodata{
    color: #999;
    height: 120px; 
}
.workArrow{
    margin-top:-55px;
    margin-left:280px;
    background-image: none;
    display: block;
    width: 30px;
    height: 30px;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0.75;
}
