/* Carousel Absoluttweb
==================================================*/
.loading-carousel {
	height:159px;
	width:100%;
	background:url(../images/ajax-loader2.gif) center center no-repeat;
	display:block;
}
.flexslider-carousel {position: relative; zoom: 1; padding:35px 0; width:100%; margin:0 auto;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.flexslider-carousel .slides {zoom: 1;}

.flexslider-carousel li {margin-right: 10px}
.flexslider-carousel .slides img {width:auto;border:2px solid #ffffff}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 40px; height: 45px; margin: -20px 0 0; display: block; background: no-repeat 0 0 url(../images/roller-arrows-sprite.png); position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -60px; }
.flex-direction-nav .flex-prev {left: -60px;}
.flexslider:hover .flex-next {opacity: 1; right: 5px;}
.flexslider:hover .flex-prev {opacity: 1; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: 0.3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

/* Scroll Image for mobile */
.scroll-image {width:100%; text-align:center;display:none; opacity:0.5;}

/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	.flex-direction-nav .flex-prev {left: -50px;}
 	.flex-direction-nav .flex-next {right: -50px;}
}

/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 767px) {
	.flex-direction-nav .flex-prev {display:block; opacity: 1; left: -20px;}
 	.flex-direction-nav .flex-next {display:block; opacity: 1; right: -20px;}
 	.scroll-image {display:none;}
}