#jFlowSlide{
	background-image:url(../img/inter/waves.gif);
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin-top:20px;
	-webkit-box-shadow: inset 0px 3px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: inset 0px 3px 10px 0px rgba(0, 0, 0, .5);
}
#myController {
	margin-top:10px;
	width:140px;
}
#myController span.jFlowSelected {
	width:19px;
	height:19px;
	background-image:url(../img/inter/selected-btn.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
.slide-thumbnail {
	float:left;
}
.slide-details {
	width: 370px;
	float:right;
	margin-left:15px;
	margin-top:15px;
	margin-right:15px;
}
.slide-details h2 {
	font-size:1.5em;
}
.slide-details .description {
	margin-top:5px;
}

.jFlowControl{ width:19px; height:19px; cursor:pointer; background-image:url(../img/inter/selected-btn.png); background-position:top; background-repeat:no-repeat; display:block; float:left;}
