/*
Theme Name: Start page of a photographer website
Description: Theme for photography section of sunnieweb.com
Version: 1.0
Author: Sunnie (Svitlana)
Author URI: http://sunnieweb.com
*/

html, body { 
overflow-x:hidden;
width:100%;
}
.photosWrapper {
overflow:hidden;
position:relative;
width:200%;
}

.photosStart { 
position:relative;
width:700px;
top:-20px;
}



/*** Accordion ***/

.accordion {
overflow:hidden;
height:485px;
}

.accordion li {
margin-left:1px !important;
}
.accordionSlide {
overflow:hidden;
float:left;
position:relative;
margin-right:0;
margin-left:0;
padding:0 !important;
background:none;
}

.accordionSlide:hover {
cursor:pointer;
}

.accordionSlide .slideText {
position:absolute;
display:block;
width:110px;
background:#ffffff;
bottom:30px;
left:0;
z-index:50;
filter:alpha(opacity=85);
-moz-opacity:0.85;
-khtml-opacity: 0.85;
opacity: 0.85;
}

.accordionSlide .slideText div {
margin:5px;
line-height:15px;
}

.accordionSlide .slideText h2 {
color:#0e49b0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
}

.accordionSlide img {
position:relative;
}

.imgFader {
position:absolute;
}

.gallery-item { margin-bottom:0; }

.gallery { margin-bottom:-20px !important; }

.gallery-item a {
border:none;
}

#about-photographer {
color:#666;
font-family:Georgia, "Times New Roman", Times, serif;
line-height:140%;
margin-top:10px;
}
