#bsp2 .cycle-slideshow{
	height: 150px;
	width: 200px;
	background-color: #CF6;
	border: 14px solid #8BCE00;
	-ms-transform: rotate(15deg); 
    -webkit-transform: rotate(15deg); 
    transform: rotate(15deg);
	margin:auto;
}
#bsp2 .cycle-slideshow img {
	height: 100%;
	width: 100%;
}

#bsp3 .cycle-slideshow{
	height: 30%;
	width: 40%;
	background-color: #CF6;
	border: 36px solid #8BCE00;
	-ms-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#bsp3 .cycle-slideshow img {
	height: 100%;
	width: 100%;
}
