#content{padding: 0px;}
        #content .photos{
            width: 771px;
            margin: 40px auto 20px;
            padding-top: 20px 0px 30px;
        }
                #content .photos .head{
                    background-image: url('../images/mainhead.jpg');
                    background-repeat: no-repeat;
                    width: 761px;
                    height: 19px;
                    padding-top: 8px;
                    padding-left: 10px;
                    font-size: 15px;
                    font-weight: bold;
                    line-height: 15px;
                    letter-spacing: -1px;
                    color: #FFFFFF;
                    text-transform: uppercase;
                }
                #content .photos .main{
                    border-left: 1px solid #999999;
                    border-right: 1px solid #999999;
                    border-bottom: 1px solid #999999;
                    padding: 10px 22px 13px;
                    width: 725px;
                }
                        #content .photos .main .title{
                            font-size: 24px;
                            line-height: 26px;
                        }
                        #content .photos .main .content{
                            padding: 20px 0px;
                            text-align: justify;
                        }
                        #content .photos .main .item{
                            width: 227px;
                            padding: 8px 7px;
                            float: left;
                        }
                                #content .photos .main .item .photoAlbum{
                                    width: 227px;
                                    height: 131px;
                                    text-align: center;
                                }
                                #content .photos .main .item .titleAlbum{
                                    text-align: center;
                                    font-weight: bold;
                                    height: 30px;
                                }
                                #content .photos .main .item .photo{
                                    width: 227px;
                                    height: 131px;
                                    cursor: url('../images/zoom.cur'), pointer;
                                    text-align: center;
                                }
                                #content .photos .main .item .activePhoto{
                                    position: absolute;
                                    margin-top: -131px;
                                    background-image: url('../images/fon_1x1.png');
                                    background-repeat: repeat;
                                    width: 227px;
                                    height: 131px;
                                    text-align: center;
                                }
                                        #content .photos .main .item .activePhoto img{margin-top: 60px;}
                                #content .photos .main .item .title{
                                    font-size: 12px;
                                    line-height: 14px;
                                    height: 30px;
                                }





#bigPhoto{
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding: 5px;
    width: 759px;
}
        #bigPhoto .content{
            background-color: #333333;
            padding: 47px 0px;
        }
                #bigPhoto .content .photo{
                    background-color: #FFFFFF;
                    padding: 10px;
                    width: 515px;
                    height: 625px;
                    margin: 0px auto;
                    text-align: center;
                }
                        #bigPhoto .content .photo .title{
                            padding-top: 5px;
                            font-weight: bold;
                            text-align: left;
                        }
                        #bigPhoto .content .photo .close{
                            position: absolute;
                            margin-left: 525px;
                            margin-top: -10px;
                            cursor: pointer;
                        }
                        #bigPhoto .content .photo .left, #bigPhoto .content .photo .right{
                            background-repeat: no-repeat;
                            width: 16px;
                            height: 25px;
                            cursor: pointer;
                            position: absolute;
                            margin-top: 300px;
                        }
                        #bigPhoto .content .photo .left{
                            background-image: url('../images/btn_photo_left.png');
                            margin-left: -29px;
                        }
                        #bigPhoto .content .photo .right{
                            background-image: url('../images/btn_photo_right.png');
                            margin-left: 528px;
                        }