/*Стили фотоальбома*/
ul#thumbs, ul#thumbs li{margin: 10px 0 0 0;padding:0;list-style:none;}
ul#thumbs li{float:left;margin-right:5px;border:1px solid #999;padding:1px;}
ul#thumbs a{display:block;float:left;width:82px;height:82px;line-height:100px;overflow:hidden;position:relative;z-index:1;}
ul#thumbs a img{float:left;position:absolute;top:-2px;left:-2px;}
ul#thumbs a:hover{overflow:visible;z-index:1000;border:none;}
ul#thumbs a:hover img{border:1px solid #999;background:#fff;padding:2px;}
ul#thumbs:after, li#thumbs:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
ul#thumbs, li#thumbs{display:block;}
ul#thumbs, li#thumbs{min-height:1%;}
* html ul#thumbs, * html li#thumbs{height:1%;}	
.ftc{text-align: center; margin: 15px 0 0 0;}
.ftc h3{text-align: center; text-transform: none; margin: 0 0 0 0; padding: 0 0 0 0;font-family: times; font-size: 14px; font-style: italic;}


	
#content {
width:795px;
margin:100px auto 0;
}

.slider {
float:left;
width:795px;
height:450px;
position:relative;
padding-bottom:6px;
}

.sliderContent {
float:left;
width:795px;
height:450px;
clear:both;
position:relative;
overflow:hidden;
}

.sliderArrows a {
display:block;
text-indent:-9999px;
outline:none;
z-index:50;
width:60px;
height:60px;
position:absolute;
top:50%;
margin-top:-20px;
}

.prev {
background-position:0 0;
left:15px;
}

.prev:hover {
background-position:0 -44px;
}

.next {
right:15px;
background-position:-44px 0;
}

.next:hover {
background-position:-44px -44px;
}

.sliderContent .item {
position:absolute;
width:795px;
height:750px;
background:#fff;
}

.sliderBullets {
position:absolute;
bottom:0;
left:50%;
z-index:50;
margin-left:-45px;
}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:5px;
width:10px;
height:11px;
}

.sliderBullets .active {
background-position:0 -11px;
}

.sliderContent a {
outline:none;
}

