body {
    margin-top: 60px;
	width: 960px;
	font: 75%/120% Arial, Helvetica, sans-serif;
}

.col-sm-6, .col-lg-6 {
    overflow: hidden;
}

.accordion img {
    width: 100%;
}
.accordion h3 {
	background: url(images/arrow-square.gif) no-repeat right -51px;
    background-color: rgb(57,164,191);
	padding: 10px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px rgb(255,255,255);
	border-bottom: solid 1px rgb(255,255,255);
	cursor: pointer;
    border-radius: 5px;
}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #f7f7f7;
	margin: 0;
	padding: 15px;
}

.photoShow {
    height: 450px;
    width: 100%;
    overflow: hidden;
}

img {
    border-radius: 10px;
}

.photoShow div {
    position: absolute;
    z-index: 0;
}
.photoShow div.previous {
    z-index: 1;
}
.photoShow div.current {
    z-index: 2;
}

.col-sm-3 img {
    width: 100%;
}