#slippy-slider-container { 
	position:relative; 
	width:100%; 
	overflow:hidden; 
	border: solid 1px #a67016; 
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	margin: 10px 0 5px 2px; 
	height: 250px;
}
.ssjp_wrap { 
	background:#fff; 
	position:relative; 
	font-family: Lucida Grande,Arial,sans-serif !important; 
}
.ssjp_div {
	cursor:pointer;
}
.ssjp_desc { 
	position:absolute; 
	display:none; 
	top:50px; 
	left:50px; 
	width:250px; 
	height:90px; 
	z-index:2; 
	color:#eee; 
	font-size:16px; 
}
.slider-one-image-section {
	padding-left: 3px;
	padding-top: 3px;
}
#ssjp_desc {
	border:2px dashed yellow; 
	width:250px; 
	height:90px; 
	position:absolute; 
	top:50px; 
	left: 50px; 
	padding: 0.5em; 
}
.ssjp_button { 
	color:#fff !important;
	background: url("../images/play_now.png") no-repeat 0 0;
	width: 89px;
	height: 38px;
	display:block; 
	margin-top:5px; 
	margin-right:15px; 
	float:right; 
	text-decoration:none;
	font-weight:bold;
	z-index:5;
}
.ssjp_button:hover {color:#ddd !important; }
.ssjp_button_small { padding:9px 22px; font-size:15px;}
.ssjp_button_large { padding:15px 35px; font-size:18px; }
.ssjp_menu { margin-bottom:0; } 
.ssjp_menu li{  float:left; margin-bottom:0; margin-right:3px;  } .ssjp_menu a {padding:7px 15px; border-radius:5px 5px 5px 5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-top:1px solid #CCC; border-left:1px solid #CCC; border-right:1px solid #CCC; display:block; text-decoration:none; font-size:14px; font-weight:bold; color:#999; }  .ssjp_menu a:hover {color:#555;}
#ssjp_about_us {display:none;}
#s_navigation { position:relative; margin-top:-37px; z-index:5; }  
#s_navigation div { padding:7px; border-radius:5px 5px 5px 5px;   float:left; margin-bottom:5px; position:relative; }
#s_navigation span { box-shadow: 1px 1px 2px #000; background:#ddd; padding:5px; border-radius:10px 10px 10px 10px; -webkit-border-radius:10px; -moz-border-radius:10px; width:1px; height:1px;  border:3px solid #ccc;  display:block; float:left; margin-right:7px; cursor:pointer; }
.ssjp_wrap h1, .ssjp_wrap h2, .ssjp_wrap h3 , .ssjp_wrap h4 { line-height:29px; padding:9px 15px 4px 0; margin:0; text-shadow:transparent !important; }
#headlineHTML div, #buttonHTML  div{ padding:5px; margin:3px; background:#eee; border:1px solid #ddd;  margin-top:5px; }
.ui-resizable-s {
    bottom: -5px;
    cursor: s-resize;
    height: 7px;
    left: 0;
    width: 100%;
	position:absolute;
	z-index:3;
}
.ui-resizable-e {
    cursor: e-resize;
    height: 100%;
    right: 0px;
    top: 0;
    width: 7px;
	position:absolute;
	z-index:3;
}
.ui-resizable-se {
    bottom: 1px;
    cursor: se-resize;
    height: 12px;
    right: 1px;
    width: 12px;
	position:absolute;
}
.ssjp_bottom_links{
	position:absolute; 
	top:10px; 
	left:-30px;
}
.ssjp_bottom_links a {
	margin-right:10px; 
	font-size:11px; 
}
#slide_image #ssjp_desc{ cursor:move; }


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}