.photo_scroll {
	position: relative;
}
	.photo_scroll .viewport {
		overflow: hidden;
		position: relative;
        background: #efefef;
	}

	.photo_scroll.small .viewport {
		height: 110px;
	}

	.photo_scroll.large .viewport {
		height: 176px;
	}

	.photo_scroll .overview {
		list-style: none;
		padding: 0;
		margin: 0;
		position: absolute;
		left: 0;
		top: 0;
	}
		.photo_scroll .overview a {
			float: left;
			margin-right: 1px;
            text-decoration: none;
		}

        .photo_scroll .overview a:last-child {
            margin-right: 0;
        }

        .photo_scroll .overview a span.more_photos {
            display: block;
            width: 180px;
            height: 176px;
            background: #777;
            font-size: 12px;
            color: #fff;
            text-align: center;
            line-height: 176px;
        }
        .photo_scroll.small .overview a span.more_photos {
            height: 110px;
            line-height: 110px;
        }


	.photo_scroll .scrollbar, .photo_scroll .track {
		height: 16px;
	}

	.photo_scroll .scrollbar {
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;

		background: url(/static/blocks/photo_scroll/bg_photo_scroll.png) repeat 0 0;
		bottom: 1px;
		clear: both;
		position: absolute;
	}

	.photo_scroll .track {
		width: 100%;
		position: relative;
	}

	.photo_scroll .thumb {
		background-position: 0 0;
		left: 0;
		position: absolute;
		padding-left: 7px;
	}
		.photo_scroll .thumb .end {
			background-position: 100% 0;
			margin-right: -7px;
			text-align: center;
		}
			.photo_scroll .thumb .end .dots {
				background: url(/static/blocks/photo_scroll/sprite_photo_scroll.png) no-repeat 0 -35px;
				height: 5px;
				left: -4px;
				position: relative;
    			top: -3px;
				width: 9px;
			}

	.photo_scroll .thumb, .photo_scroll .thumb .end {
		background-image: url(/static/blocks/photo_scroll/sprite_photo_scroll.png);
		background-repeat: no-repeat;
		cursor: pointer;
		height: 16px;
	}

	.photo_scroll .disable .track .thumb {
		display: none;
	}

    .photo_scroll .tip {
        -webkit-border-radius: 10px;
           -moz-border-radius: 10px;
                border-radius: 10px;
        background: #fff;
        bottom: 4px;
        color: #000;
        font-size: 11px;
        height: 14px;
        bottom: 25px;
        left: 5px;
        padding: 4px 8px;
        position: absolute;
        z-index: 1;
    }

.photo_scroll.event_scroll .overview a {
    width: 200px;
    position: relative;
    font-size: 11px;
    line-height: 1.4em;
    font-weight: bold;
    text-decoration: underline;
}
.photo_scroll.event_scroll .viewport {
    background: #fff;
}
.photo_scroll.large.event_scroll .viewport {
    height: 185px;
}
    .photo_scroll.event_scroll .overview a img {
        display: block;
        margin-bottom: 5px;
    }
           .photo_scroll.event_scroll .overview a .name {
               position: relative;
           }
                .photo_scroll.event_scroll .overview a .name img {
                    display: inline-block;
                    position: relative;
                    top: 2px;
                    left: 4px;
                    margin: 0 0;
                }

    .photo_scroll.event_scroll .scrollbar {
        background: #efefef;

        -webkit-box-shadow: inset 0 1px 2px 0 #b9b9b9;
           -moz-box-shadow: inset 0 1px 2px 0 #b9b9b9;
                box-shadow: inset 0 1px 2px 0 #b9b9b9;
    }