.galleryBlockTXT
{
    width: 290px;
    position: relative;
}
.galleryBlockTXT .holder
{
    margin-right: 0px;
    margin-top: 5px;
    width: 225px;
    position: relative;
    z-index: 2;
    height: 146px;
}
.galleryBlockTXT .holder ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 30000px;
}
.galleryBlockTXT .holder ul li
{
    float: left;
    width: 240px;
    padding: 0 1px 1px 0;
}
.galleryBlockTXT .holder ul li img
{
    display: block;
}
/* fade */
.gallery-fadeBlockTXT
{
    width: 238px;
    margin-left: 20px;
}
.gallery-fadeBlockTXT .holder ul
{
    width: 100%;
    height: 138px;
    position: relative;
}
.gallery-fadeBlockTXT .holder ul li
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 170px;
    padding: 0;
    overflow: hidden;
}
.pagingBlock
{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 100;
}
.pagingBlock ul
{
    margin: 0;
    padding: 0;
}
.pagingBlock li
{
    padding: 0 10px 0 0;
    float: left;
    list-style: none;
}
.pagingBlock li a
{
    width: 14px;
    height: 14px;
    display: block;
    background-color: red;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.pagingBlock li a.active
{
    background-color: yellow;
    color: red;
}
.nextBlockTXT, .prevBlockTXT
{
    position: absolute;
    right: -25px;
    width: 20px;
    height: 25px;
    background: url(../../images/main_41.png) no-repeat 0 0;
    z-index: 20;
    overflow: hidden;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    top: 70px;
}
.controlTXT
{
}
.next-disable
{
    background: url(../../images/btn-next-disable.png) no-repeat;
}
.prevBlockTXT
{
    right: 220px;
    top: 70px;
    position: absolute;
    background: url(../../images/main_38.png) no-repeat 0 0;
}
.prev-disable
{
    background: url(../images/btn-prev-disable.png) no-repeat;
}
.stop, .start
{
    background: url(../images/btn-pause.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    float: left;
    margin: 0 0 0 10px;
    outline: none;
    cursor: pointer;
}
.stopped .start
{
    background: url(../images/btn-play.png) no-repeat;
}
.start, .no-active .start
{
    margin: 0;
    background: url(../images/btn-play-disable.png) no-repeat;
}
.stopped .stop
{
    background: url(../images/btn-pause-disable.png) no-repeat;
}
/*.controlTXT {
	font-size: 18px;
	line-height: 21px;
	padding: 0px 0 0;
	height:27px;
}*/
.nav
{
    position: fixed;
    top: 10px;
    left: 0;
    padding-left: 10px;
    z-index: 100;
    border-right: 1px solid #ddd;
    width: 115px;
    background: #f4f5f5;
}
.nav strong
{
    font-size: 14px;
    line-height: 17px;
    color: #686c70;
}
.nav ul
{
    margin: 0;
    padding: 14px 0 0;
    list-style: none;
}
.nav ul li
{
    padding: 0 0 5px;
}
#footer
{
    text-align: center;
    background: #f9f9f9;
    border-top: 1px solid #ddd;
    width: 100%;
}
#footer .hold
{
    padding: 15px 0;
    width: 974px;
    margin: 0 auto;
}
#footer p
{
    margin: 0;
    color: #888;
    font-size: 11px;
    line-height: 14px;
}
.PictureShortTitleblockTXT
{
    text-align: center;
}


