/*!
 * Start Bootstrap - Portfolio Item HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */

background: #F9F9F9 !important;

}

.portfolio-item {
    margin-bottom: 25px;
}

footer {
    margin: 50px 0;
}

.rs-slideshow {
    border: 0px solid #ccc;
    margin: 2px auto;
	height:560px;
	width:850px;
    overflow: hidden;
    position: relative;
    filter: alpha(opacity=100);
    -khtml-opacity: 1.0;
    -moz-opacity: 1.0;
    opacity: 1.0;
}
 
.rs-slideshow .slide-container {
    background-color: transparent; 
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
	margin:0px;
    width: 100%;
}
 
.rs-slideshow .slide-container img {
    position: absolute;
}
 
/*    Hide the slide data container    */
.rs-slideshow .slides {
    display: none;
}

.slide-container .slide-caption {
    background-color: #006699;
    bottom: 0;
    color: #fff;
    font-weight:bold;
    font-size: 18px;
    display: block;
    left: 0;
    padding: 2px 2px;
    position: absolute;
    text-align: center;
    right: 0;
    filter: alpha(opacity=70);
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
}