/*==================================== BACK END =================================*/
.jsn-showcase-theme-settings {
	padding: 10px;
	margin-top: 15px;
	border: 1px solid #CCC;
	background-color: #F9F9F9;
	width: 100%;
	height: 390px;
}
/*==================================== CONTAINER START =================================*/
#jsn-preview-wrapper {
	width: 550px;
	vertical-align: top;
}
#jsn-themeflow-container {
	background-color : #ffffff;
	overflow : hidden;
	height : auto;
	margin: 0 auto;
	border: 5px solid #606060;
	position: relative;
}
/*==================================== CONTAINER END =================================*/
/*==================================== ROUNDABOUT START =================================*/
#jsn-themeflow-container ul.roundabout-holder {
    list-style: none outside none;
    margin: 0 auto;
    padding: 0;
    width:50%;
    height:50%;
    top:25%;
}
#jsn-themeflow-container li.roundabout-moveable-item{
    cursor: pointer;
    text-align: center;
	overflow:hidden;
	margin: 0;
	padding: 0;
}
#jsn-themeflow-container li.roundabout-in-focus img,
#jsn-themeflow-container li.roundabout-moveable-item img{
	width:100%;
	position:relative;
	max-width: none;
	max-height:none;
	margin: 0;
}
/*==================================== ROUNDABOUT END =================================*/
#jsn-themeflow-container .loading {
	top:45%;
	width:100%;
	position:relative;
	padding:0;
	margin:0;
	z-index:999;
}
#jsn-themeflow-container .loading img {
	margin:0 auto;
}
/*==================================== SLIDER START =================================*/
#jsn-is-themeflow {
	margin-right:6px;
}
#jsn-is-themeflow .flow-param-slider {
	margin-top:9px;
	width:200px;
	float:left;
	margin-right:15px;
}
#jsn-is-themeflow .flow-param-slider-value {
	 margin-top:6px;
	 float:left;
}
/*==================================== SLIDER END =================================*/

#jsn_flow_prev_button { 
    background: url("../images/prev.png") no-repeat scroll left top;
    left: 35px;
}
#jsn_flow_next_button {
	background: url("../images/next.png") no-repeat scroll left top;
	right: 35px;
}
#jsn_flow_next_button, #jsn_flow_prev_button {
    height: 42px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 42px;
    z-index: 988;
	cursor: pointer;
	display: none;
}
/*================================= COLOR PICKER =================================*/
#jsn-is-themeflow .color-selector {
	position: relative;
	width: 36px;
	height: 36px;
	background: url(../images/select.png);
	float: left;
	top: -2px;
	left: 10px;
	cursor: pointer;
}
#jsn-is-themeflow .color-selector div {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 30px;
	height: 30px;
	background: url(../images/select.png) center;
}
#caption_background_color, #image_border_color, #background_color {
	float:left;
}
/*================================= OVERRIDE UI SLIDER ================================*/
#jsn-is-themeflow .ui-slider .ui-slider-handle {
	z-index:0;
}
/*CAROUSEL THEME ABOVE*/
fieldset {
	margin: 5px;
}

/*================================= FRONT END =======================================*/
.jsn-themeflow-seocontent {
	display: none;
}