/*
Slideshow style rules.
*/
#slideshow {
	margin: 0;
	width:922px;
	height:403px;
	position:relative;
        border-radius: 5px;
        float:center;
}
#slideshow #slidesContainer {
	margin:0 auto;
    padding-left: 0px;
	width:922px;
	height:403px;
	overflow:auto; /* allow scrollbar */
	position:relative;

}




#slideshow #slidesContainer .slide {
	margin:0 auto;
	width:922px;
	height:403px;

}



.nivo-html-caption{
    position: absolute;
    z-index: 9;
    margin: 5px 0 0 55px;

}



/** 
 * Slideshow controls style rules.
*/
.control {
	background: url("../images/slider/arrows.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: none;
    height: 70px;
    text-indent: -9999px;
    width: 41px;
    
    cursor: pointer;
    position: absolute;
    top: 42%;
    z-index: 9;
}
#leftControl {
	left: 0px;
}
#rightControl {
	background-position: -41px 0;
    right: 0px;
}

/*
 ���������� ������ � ������
*/
.slide h1, .slide p {
	margin:15px;
}
.slide p {
	font:italic 15px Georgia;
	color:#000000;
}

.slide h1 {
	font:italic 24px Georgia, "Times New Roman", Times, serif;
	color:#000000;
	letter-spacing:-1px;
}

.slide img {
	float:right;
	margin:0 0px;
}