/* Thumbnail Effects Style */
.tj_container
{
    width: 725px;
    position: relative;
    margin: 5px auto;
    float: left;
  
}
.tj_nav
{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 0px;
    left: 625px;
    height: 22px;
    top: 275px;
}
.tj_nav span
{
    width: 27px;
    height: 22px;
    background: transparent url(../images/row_priview.jpg) no-repeat top left;
    position: absolute;
    left: -60px;
    text-indent: -9000px;
    opacity: 0.7;
    cursor: pointer; /*-webkit-transition: all 0.2s ease-in-out; 	-moz-transition:all 0.2s ease-in-out; 	-o-transition: all 0.2s ease-in-out; 	-transition: all 0.2s ease-in-out; 	*/
}
.tj_nav span.tj_next
{
    background-image: url(../images/row_next.jpg);
    top: 0px;
    bottom: 0px;
    left: 0px;
}
.tj_nav span.center_bottom
{
    background-image: url(../images/center_tron.png);
    width: 25px;
    height: 22px;
    top: 0px;
    bottom: 0px;
    left: -29px;
}

.tj_nav span:hover
{
    opacity: 1.0;
}
.tj_wrapper
{
    width: 100%;
    height: 83%%;
    position: relative;
    margin: 0px auto;
    left: 5px;
}
.tj_wrapper ul li
{
    margin: 0 0 0 0;
    float: left;
    width: 165px;
    height: 135px;
}
.tj_wrapper ul li
{
    outline: none;
    display: block;
    margin: 5px 0 0 11px;
    background: transparent url(../images/bg_thumb.jpg) no-repeat center center;
}
.tj_wrapper ul li p
{
    margin: 5px 0;
    font-size: 12px;
    font-weight: bold;
    color: #348e02;
    text-align: center;
}
.tj_wrapper ul li img
{
    display: block;
    -moz-box-shadow: 2px 2px 4px #8e8e8e;
    -webkit-box-shadow: 2px 2px 4px #8e8e8e;
    box-shadow: 2px 2px 4px #8e8e8e; /* 	-webkit-transition: all 0.2s ease-in-out; 	-moz-transition:all 0.2s ease-in-out; 	-o-transition: all 0.2s ease-in-out; 	-transition: all 0.2s ease-in-out; 	*/
    width: 145px;
    height: 99px;
     border:2px solid #fff;
}
.tj_wrapper ul li img:hover
{
   border:2px solid #fd7500;
   
}
.tj_wrapper ul li a img:hover
{
    opacity: 1.0;
}

/* Specific style for the examples */
.example10 .tj_container
{
    height: 600px;
}


ul, li, h1, h2, h3, h4, h5, h6, dl, dd, dt, p
{
    margin: 0px;
    padding: 0px;
}
