/*
 * jQuery FlexSlider v1.4
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}


/* FlexSlider Default Theme
*********************************/
.mainslider{ float:left;}
.flexslider {background: #fff;  position: relative;width:522px; height:372px;float:left;}
.flexslider ul{float:left}
.flexslider ul li{float: left;}
.flexslider .slides  li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flexslider-container {position: relative;}


/* Caption style */
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 15px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav li a {width: 65px; height: 62px; display: none; background: url(../images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 30%; cursor: pointer; text-indent: -9999px;} /* set negative margin-top equal to half the height on the directional-nav for perfect vertical centering */
.flex-direction-nav li a.next {background-position: 0px 0;right: -23px;}
.flex-direction-nav li a.prev {background-position: -28px 0;left: -23px;}

/* Control Nav */
.flex-control-nav {margin-left: -31px; position: absolute; bottom: -30px; left: 50%;} /* set negative margin-left equal to half the width on the control-nav for perfect centering */
.flex-control-nav li {margin: 0 0 0 5px; float: left;}
.flex-control-nav li:first-child {margin: 0;}

.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}

.bubble-container {padding: 10px;position: relative;background: #F9F9F9;opacity: .8;filter: alpha(opacity=80);}
.ss_details_top {margin-bottom: 1px;padding-top: 10px;float:left; width: 100%}
.ss_details_top  span img{}
.ss_location {font-size: 14px;}
.slideshow_item_details_text {padding: 3px 6px 6px 11px!important;text-align: left!important;margin-top: -89px!important;font-size: 13px!important;min-height:80px;background: #fff;}
.ss_name {font-size: 15px;}
.ss_details_top a{text-decoration: none;font-size: 16px;font-weight: bold;}
.ss_details_bottom {width: 100%;color: #333;text-align: left!important;font-size: 13px!important;line-height: 14px;}

@media only screen and (max-width: 579px) and (min-width: 450px)  {
.flexslider{
width:384px;
}
.mainslider
{
float:left;
}
#formimg{
padding-bottom:10px;
}
}
@media only screen and (max-width: 450px) and (min-width: 320px)  {
.mainslider
{
float:left;
}
.flexslider{
width:275px;
}
#formimg{
padding-left:0px;
}

}



