.photoalbum_wrapper {position:relative;}
.photoalbum_wrapper .left_str {
    background: url("/templates/front/stable/images/photoalbum_str.png") no-repeat scroll 0 0;
    cursor: pointer;
    font-size: 0;
    height: 27px;
    left: -31px;
    position: absolute;
    top: 77px;
    width: 17px;
}
.photoalbum_wrapper .right_str {
    background: url("/templates/front/stable/images/photoalbum_str.png") no-repeat scroll right 0;
    cursor: pointer;
    font-size: 0;
    height: 27px;
    right: -2px;
    position: absolute;
    top: 77px;
    width: 17px;
}
.container {
    height: 242px !important;
    overflow: hidden;
    position: relative;
    width: 1079px !important;
	left: -17px;
}

.carousel {
	margin: 0;
	padding: 0;
	list-style: none;						
}

.carousel li {
    background: none repeat scroll 0 0 !important;
    color: #008000;
    float: left;
    height: 183px;
    margin-top: 12px;
    padding-bottom: 0 !important;
    padding-left: 12px;
    padding-right: 0 !important;
    padding-top: 0 !important;
    position: relative;
    width: 194px;
}
.carousel li a {
    border: 1px solid #D6D6D6;
    display: inline-block;
    height: 161px;
    padding: 5px;
	box-shadow: 1px 2px 4px -4px #333333;
	background: none repeat scroll 0 0 #FFFFFF;
}
.carousel li a.width_all:hover {
    border: 1px solid #D6D6D6;
    color: #000000;
    display: inline-block;
    height: 201px;
    left: -12px;
    padding: 17px;
    position: relative;
    text-decoration: none;
    top: -12px;
}
.carousel li a:hover .text_photo {
	display:block;
}

.carousel .text_photo {
    margin-top: 4px;
    text-align: center;
	display:none;
}
.carousel .text_photo .text_photo_label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 2px;
}
.carousel .text_photo .text_photo_photodesc {
    display: block;
    line-height: 12px;
}