/* Slideshow style rules */

#slideshow {
margin:5px auto 5px auto;
padding: 10px;
width:740px;
height:100px;
/*background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;*/
background:url(slider.png) no-repeat 50% 50%;
/* background:#f2f2f2; */
position:relative;
font-size:12px;
line-height:110%;
color: #555;
text-align:justify;
}

#slideshow #slidesContainer {
margin:0 auto;
width:660px;
height:150px; /*220*/
overflow:auto; /* allow scrollbar */
position:relative;
}

#slideshow #slidesContainer .slide {
margin:0 auto;
width:640px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
height:150px;
overflow: hidden;
}

/* Slideshow controls style rules */

.control {
display:block;
width:40px;
height:150px;
text-indent:-10000px;
position:absolute;
cursor: pointer;
}

#leftControl {
top:-15;
left:0;
opacity:0.5;
background:transparent url("arrow_left.gif") no-repeat 50% 50%;
}

#leftControl:hover {
opacity:1;
}

#rightControl {
top:-15;
right:0;
opacity:0.5;
background:transparent url("arrow_right.gif") no-repeat 50% 50%;
}

#rightControl:hover {
opacity:1;
}

/* Îôîðìëåíèå òåêñòà â ñëàéäå */

.slide h2, .slide p {
margin:5px;
}

.slide p {
font:italic 15px Georgia;
color:#000000;
}

.slide h2 {
font:italic 24px Georgia, "Times New Roman", Times, serif;
white-space:nowrap;
color:#000000;
	
letter-spacing:-1px;
}

.slide img {
float:left;
margin:0 10px 0 5px;
height: 100px;
}
