/* general gallery styling */
#gallery{
	position: relative;
	height: 390px;
	width: 585px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 

#gallery a{
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
}#gallery a img{
    border: none;
}#gallery a.show{
	z-index: 0;
}

/* button styling */
#gallery span.button{
    display: block;
    height: 25px;
    width: 40px;
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-top: -15px;
    z-index: 3;
    background: #000;
    opacity: 0.2;
    color: #fff;
    line-height: 25px;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    -webkit-transition: opacity 0.2s linear;
}#gallery span.button.next{
    left: 100%;
    margin-left: -40px;
}#gallery span.button.prev{
    left: 0;
}#gallery:hover > span.button{
    display: block;
    opacity: 0.7;
}#gallery span.button::selection{
    background: #000;
    color: #fff;
}


/* styling for image description */
#gallery .cts_content{
    z-index: 3;
    background: #000;
    color: #fff;
    width: 100%;
    height: 45px;
    position: absolute;
    bottom: 0;
    margin-bottom: +20px;
    left: 0;
}#gallery .cts_content .cts_caption{
    font-family: Arial;
    font-size: 14px;
    margin: 5px;
    height: auto;
}#gallery .cts_content .cts_caption h3{
    font-size: 16px;
    padding: 0;
    margin: 0;
    color:#1DCCEF;
}
