.img{
border:none;
}
.slideshow {
    float: left;
    position: relative;
    width: 100%;
}
.slideshow .slides {
    float: left;
    margin-top: -25px;
    padding-bottom: 0px;
    width: 100%;
}
.slideshow p {
    float:left;
    margin-bottom:0;
    margin-top:2px;
    color:#FFFFFF;
    font-family:Source Sans Pro;
    font-size:15px;
    line-height:20px;
    text-align:left;
}

.slideshow li.slide {
    list-style-type:none;
}
.slideshow .flex-direction-nav {
    display: none;
}
.slideshow .flex-control-nav {
    display: table;
    list-style: none outside none;
    margin: 40px auto;
    padding: 0;
    z-index: 100;
}
.slideshow .flex-control-nav li{
	float:left;
}
.slideshow .flex-control-nav li a{
    float:left;
    height:12px;
    width:12px;
    display:inline;
    margin:0 0 0 8px;
    background:none repeat scroll 0 0 rgba(255,255,255,0.9);
	color:transparent;
	cursor:pointer;
	
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;	
}
.slideshow .flex-control-nav li a.flex-active {
	border:2px solid #4B4B4B;
	height:16px;	
	width:16px;
}

.carusal-image-thumb img {
    height:50px;
    width:50px;
    float:left;
}

.carusal-image-thumb {
    display:table;
    margin:0 0px;
    min-width:270px;
}
.carusal-image-thumb strong {
    float:left;
	margin-left:10px;
    color:#414040;
    font-family:roboto;
    font-size:15px;

    position:relative;
    top:75px;
}
.carusal-image-thumb-name {
    float:left;
    margin-left:5px;
    color:#FFFFFF;
    display:block;
    font-family:roboto;
	font-weight:500;

    position:relative;
    top:75px;
}

.carusal-slider{
	float:left;
	/*	border:2px solid #950342;
    -webkit-border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    -ms-border-radius:3px 3px 0 0;
    -o-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0;*/
    margin-top:34px;
	/*padding:10px;*/
}
.carusal-slider #carousel-wrapper .caroufredsel_wrapper {
    min-height: 115px;
}
#carousel span, #thumbs a, #thumbs img {
    float:left;
    width:100%;
}
#carousel-wrapper {
    float: left;
    margin-bottom: 5px;
    width: 100%;
}
#thumbs-wrapper {
    float:left;
	width:100%;
    padding:20px 27px 0px;
    position:relative;
	background:none repeat scroll 0 0 #dedcdc;

    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;

    -webkit-box-shadow:0 2px 0 #DEDEDE;
    -moz-box-shadow:0 2px 0 #DEDEDE;
    -ms-box-shadow:0 2px 0 #DEDEDE;
    -o-box-shadow:0 2px 0 #DEDEDE;
    box-shadow:0 2px 0 #DEDEDE;
}
#thumbs img{
	border:2px solid #f8f7f7;

    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
}
#thumbs a {
	margin:0 10px;
	overflow:hidden;
	float:left;
}
#thumbs a:hover, #thumbs a.selected {
	border-color:#98d460;
}
#thumbs a img {
    height:80px;
    width:100%;
}
#wrapper img#shadow {
	width:100%;

	position:absolute;
	bottom:0;
}
.carusal-our-news{
    float:left;
	height:20px;
	color:#606060;
    font-family:roboto;
    font-size:12px;
    margin-top:7px;
}

.carusal-our-news:hover,
.selected .carusal-our-news {
    color:#2d2d2d;
}	

#prev, #next {
    width:27px;
    margin-top:-13px;
    display:block;
	text-align:center;
	background-color:#BAB9B9;
    background-image:url("../images/sprite.png");

    position:absolute;
    top:49%;
	
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;	
}
#prev i, #next i {
    color:#FFFFFF;
    line-height:35px;
}
#prev {
	background-position:205px -105px;
    left:0;
}
#next {
	background-position:-154px -34px;
	right:0px;
}	
#prev:hover { 
    background-image:url("../images/sprite.png");
	background-position:205px -105px;
}
#next:hover {
    background-image:url("../images/sprite.png");
	background-position:-154px -34px;
}

#prev.disabled, #next.disabled {
	display:!important;
}