.leo-fullslider-wrapper.basic .leo-carousel-wrapper {width: 100%;overflow: hidden;display: block; height:100%;}
.leo-fullslider-wrapper.basic .leo-carousel-holder {margin: 0px auto 0px auto;position: relative;display: block;padding:0;}
.leo-fullslider-wrapper.basic .leo-fullslider-inner{width: 980px;margin: 0px auto 0;padding-top:0px}
.leo-fullslider-wrapper.basic .leo-fullslider-innerul {list-style: none;width:20000px;margin: 0;padding: 0;position: relative;z-index: 12;}
.leo-fullslider-wrapper.basic .leo-fullslider-innerli {display: inline;float: left;} 
.leo-fullslider-wrapper.basic .leo-fullslider-innerli span p {display: none;}
.leo-fullslider-wrapper.basic .thumbs {
    bottom: 45px;
    *+bottom: 15px;
    left: 50%;
    margin: 26px auto 0 -35px;
    padding: 0 20px;
    position: absolute;
    *+position: relative;
    text-align: center;
    z-index: 101;
}
.leo-fullslider-wrapper.basic .thumb {display: block;width: 14px;height: 14px;float: left;margin: 2px;background-image: url('images/hero-navigator.png');background-repeat: no-repeat;display: inline;cursor: pointer;text-indent: -9999px;}
.leo-fullslider-wrapper.basic a.thumb:hover {background-position:0 -14px;}
.leo-fullslider-wrapper.basic a.thumb.active {background-position:0 -28px;}
.leo-fullslider-wrapper.basic .textholder {
	z-index:101;
	top:56px;
	padding:15px;
	width:300px !important;
	position:absolute;
	height: 180px !important;
	overflow:hidden;
	text-shadow:#000000 0px 0px 0px;
	background: rgb(70, 79, 92);
	background: rgba(70, 79, 92, 0.8);
	box-shadow: 0px 2px 2px #000000;
	color:#ffffff;
	font-size:16px;
	text-align:center;
	line-height:22px;
 }
.leo-fullslider-wrapper.basic .textholder p, .leo-fullslider-wrapper.basic .textholder strong {color: #ccc;z-index: 100;font-size: 0.9em;margin:0;text-align: left;font-family:arial;}
.leo-fullslider-wrapper.basic .textholder h1 { 
    font-size:20px; 
    padding: 5px 0 5px 0;
    margin:0 auto;
    background: url("images/top_stripe.png") repeat-x scroll center top transparent;
    border-bottom: 1px solid #CCCCCC;
    color: #FF9933;
    letter-spacing: normal;
    padding-bottom: 13px;
    padding-top: 10px;    
}
.leo-fullslider-wrapper.basic .textholder a {cursor:pointer;font-weight:normal;text-decoration:none; text-align:center;padding:0px 12px; height:28px; line-height:24px; display:inline-block; color:#fff !important;padding-top:2px; margin-top:5px; }
.leo-fullslider-wrapper.basic .textholder a:hover { color: #FF8040 !important;}
.leo-fullslider-wrapper.basic .textholder a.detail-slider{
    background: url("images/button_bg.png") repeat scroll 0 0 #464F5C;
    border-left: 5px solid #FF9933;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 28px;
    line-height: 24px;
    margin-top: 15px;
    padding: 2px 12px 0;
    text-align: center;
    text-decoration: none;
}
.leo-fullslider-wrapper.basic .textholder a.detail-slider:hover{
    background-color: #F8F8F8;
    color:#446F5C !important;
}
.leo-fullslider-wrapper.basic .fullslider-hero-holder {position:absolute;top: 0px;padding:0px;margin:0px;display: block;z-index: 100;height: 323px;width:100%;background-image: url('images/heroholder.png');background-repeat: no-repeat;background-position: top center;}
.leo-fullslider-wrapper.basic .clear{clear:both}
/*********** Piecemaker 2 Slider **************/
.leo-fullslider-wrapper.basic{position:relative}


.leo-fullslider-wrapper.basic a{outline:none; -webkit-transition: all 0.3s ease-in;  /* Saf3.2+, Chrome */-moz-transition: all 0.3s ease-in;  /* FF4+ */-ms-transition: all 0.3s ease-in;  /* IE10? */-o-transition: all 0.3s ease-in;  /* Opera 10.5+ */transition: all 0.3s ease-in; color:#464f5c}


.leo-fullslider-wrapper.basic .arrow-button{
    text-indent: -9999em;
    z-index: 9999;
    
}
.leo-fullslider-wrapper.basic .arrow-button a{
    cursor: pointer;
    -webkit-transition: all 0s ease-in !important;
    -moz-transition: all 0s ease-in !important;
    -ms-transition: all 0s ease-in !important;
}
.leo-fullslider-wrapper.basic .arrow-button > a.leo-nextButton{
    background: url('images/arrow_button_nav.png') no-repeat;
    background-position: -40px 0px;
    width:40px;
    height:50px;
    position: absolute;
    top:43%;
    *+top:37%;
    right:50px;
    *+right:70px;
    z-index: 9999;
}
.leo-fullslider-wrapper.basic .arrow-button > a.leo-nextButton:hover{
    background-position: -40px -50px;
}
.leo-fullslider-wrapper.basic .arrow-button > a.leo-prevButton{
    background: url('images/arrow_button_nav.png') no-repeat;
    background-position: 0px 0px;
    width:40px;
    height:50px;
    top:43%;
    *+top:37%;
    left:50px;
    *+left:70px;
    position: absolute;
    z-index: 9999;
}
.leo-fullslider-wrapper.basic .arrow-button > a.leo-prevButton:hover{
    background-position: 0px -50px;
}