/* =SLIDER -------------------------------------------------------------- */

.fp-slider {
    margin: 0 0 15px 0;
}

.fp-slides-container {}

.fp-slides, .fp-thumbnail, .fp-prev-next, .fp-nav {
    width: 100%; padding-left:0px;
}

.fp-slides, .fp-thumbnail {
    height: 400px;
    overflow: hidden;
	position: relative;
}

.fp-title {
    font-family: Arial, Helvetica, Sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 2px 0;
    margin: 0;
}

.fp-title a, .fp-title a:hover {
    color: #fff;
    text-decoration: none;
}

.fp-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #111;
    opacity: 0.7;
    filter: alpha(opacity = 70);
    padding: 10px 15px;
    overflow: hidden; margin-left:10px;
}

.fp-content p {
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 18px;
}

.fp-more,  .fp-more:hover{
    color: #fff;
    font-weight: bold;
}

.fp-nav {
    height: 12px;
    text-align: center;
    padding: 10px 0; margin-top:-20px;
   
}

.fp-pager a { 
    background-image: url(images/featured-pager.png); 
    cursor:pointer;  
    margin: 0 8px 0 0; 
    padding: 0;
    display: inline-block;
    width: 12px; 
    height: 12px;
    overflow: hidden;
    text-indent: -999px; 
    background-position: 0 0;
    float: none;
    line-height: 1;
    opacity: 0.7;
    filter: alpha(opacity = 70);
}

.fp-pager a:hover, .fp-pager a.activeSlide  { 
    text-decoration: none;
    background-position: 0 -112px;
    opacity: 1.0;
    filter: alpha(opacity = 100);
}

.fp-prev-next-wrap {
    position: relative; 
    z-index: 200; 
}

.fp-prev-next {
    position: absolute;
    bottom: 130px;
    left: 0;
    right: 0;
    height: 37px;  
}

.fp-prev {
    float:left;
    margin-left: 14px;
    width:37px;
    height:37px;
    background:url(images/featured-prev.png) left top no-repeat;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.fp-prev:hover {
    opacity: 0.8;
    filter: alpha(opacity = 80);
}

 .fp-next {
    float:right;
	width:36px;
    height:37px;
    margin-right: 14px;
    background:url(images/featured-next.png) right top no-repeat;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.fp-next:hover {
    opacity: 0.8;
    filter: alpha(opacity = 80);
}

/* =WP-PAGENAVI -------------------------------------------------------------- */
.textbox {
	font-family:Arial;
	font-size:12px;
	color:#333333;
	padding:4px; width:350px; height:20px;
}

.textbox1 {
	font-family:Arial;
	font-size:12px;
	color:#333333;
	padding:4px; width:50px; height:20px;
}
.textboxp {
	font-family:Arial;
	font-size:12px;
	color:#333333;
	padding:4px; width:280px; height:20px;
}
.atextbox {
	font-family:Arial;
	font-size:12px;
	color:#333333;
	padding:4px; width:350px; height:35px;
}
.err {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:500px;
	padding:  5px 50px 5px 20px;
	background: #FCC;
	border: solid 1px #F77;
	color: #F00;
	font-size: 12px;
	font-weight: normal;
	margin:5px 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.textboxd {
	font-family:Arial;
	font-size:12px;
	color:#333333;
	padding:4px; width:150px; height:20px;
}
.textboxdata {
	font-family:Arial;
	font-size:12px;
	color:#333333;
	padding:4px; height:20px;
}
.textboxd1 {
	font-family:Arial;
	font-size:12px;
	color:#333333;
	padding:4px; width:20px; height:20px;
}