/* //// Горизонтальное слайдшоу //// */

#slider_arrow_left {
position: absolute;
z-index: 888;
/*
border: #f00 1px solid;
*/
}

#slider_arrow_left img {
width: 44px;
height: 30px;
cursor: pointer;
cursor: hand;
}

#slider_arrow_right {
position: absolute;
z-index: 888;
/*
border: #f00 1px solid;
*/
}

#slider_container {
z-index: 788;
margin-bottom: 12px;
}

#slider_arrow_right img {
width: 44px;
height: 30px;
cursor: pointer;
cursor: hand;
}

.hslide_preview {
width: 980px;
height: 299px;
/*
border: #E2D7C6 2px solid;
*/
float: left;
position: relative;
top: 0px;
}

.hslide_preview table {
table-layout: fixed;
/*
box-shadow: 1px 1px 2px #000;
*/
}

.slide_photo {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
-khtml-opacity: 1.0;
opacity: 1.0;
}

.slide_caption {
color: #FFF;
font-size: 12px;
font-weight: bolder;
text-align: center;
}

.head_slide_info {
width: 900px;
height: 40px;
opacity: 0.6;
background-color: #333;
color: #fff;
padding: 5px;
font-weight: bold;
display: none;
}

.head_slide_info a:link {
color: #fff;
text-decoration: underline;
}
.head_slide_info a:visited {
color: #fff;
text-decoration: underline;
}
.head_slide_info a:active {
color: #fff;
text-decoration: underline;
}
.head_slide_info a:hover {
color: #fff;
text-decoration: none;
}
