/*
  Featured Posts Slider
  (c) 2011, Web factory Ltd
*/

#fps-container{
  width: 100%;
  display: block;
  margin: 1px 0 0px 0;
  position: relative;
  outline-color: black;


 }

.featur_exp
{
font-size: 13px;
overflow: visible;
height: auto;
width: 590px;

}

.fps-slide {
  display:block;
  overflow:visible;
  z-index: 500;

 
}

.fps-slide h1, .fps-slide h2, .fps-slide h3, .fps-slide h4, .fps-slide h5, .fps-slide h6 {
  margin: 0 0 8px 0;
  clear: none;
  width: 590px;
}

.fps-entry-title {

  position: absolute;
  bottom: 0px;
  margin: 0!important;
  border: 0;
  line-height:140%;
  width: 100%;

}

.fps-block {
  display: block;
}

.fps-thumb {
  float: left;
  margin-right:20px;
}

.fps-thumb-right {
  float: right;
  margin-left: 20px;
}


.fps-slide h2 {
line-height: 25px !important;
}

.fps-full-img, .fps-thumbnail, .fps-full-img img {
  padding: 0px 0 0 0 !important;
  margin: 0 !important;
  border: 0 !important;
  position:relative;
  height: 246px;
  xz-index:-1;
  border-bottom:#177293 solid thick;
  
}


.fps-next, .fps-prev {
  background-color: transparent !important;
  width: 38px;
  height: 43px;
  z-index: 9999;
  float: left;
  position: absolute;
  bottom: 50%;
  margin-bottom: -20px;
  display: none !important;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
  outline: none;
}

.fps-next:hover, .fps-prev:hover {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  /* IE 5-7 */
  filter: alpha(opacity=80);
  /* Netscape */
  -moz-opacity: 0.8;
  /* Safari 1.x */
  -khtml-opacity: 0.8;
  /* Good browsers */
  opacity: 0.8;
  outline: none;
}

.fps-next span, .fps-prev span {
  display:none !important;
}

#fps-container:hover .fps-next, #fps-container:hover .fps-prev {
  display: block !important;
}

.fps-prev {
  left: 410px;
  background-image: url(../images/previous.png);
  background-position: 0 0;
  background-repeat: no-repeat;
    top:185px;
}

.fps-next {
  right: 10px;
  background-image:url(../images/next.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  top:185px;
}

.fps-pagination {
  margin: 26px auto 0;
  list-style: none;
  text-align: center;
}

.fps-pagination li {
  display: inline-block;
  margin: 0 1px;
  list-style: none;
  zoom: 1;
  *display: inline;
}

.fps-pagination li a {
  display: block;
  width: 12px;
  height: 0;
  padding-top: 12px;
  background-image: url(../images/fps-pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}

.fps-pagination li.current a {
  background-position: 0 -12px;
}
.image-shadow
{
border: 2px solid #2A303D;
height: 246px;



}

