﻿.image_carousel
{
	padding: 10px 0 5px 0px;
	position: relative;

}

a.prev, a.next
{
	background: url(miscellaneous_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 55px;
	z-index:9999;
}
a.prev
{
	left: -4px;
	background-position: 0 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
a.prev:hover
{
	background-position: 0 -50px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity:0.8;
	opacity: 0.8;
}
a.prev.disabled
{
	background-position: 0 -100px !important;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}
a.next
{
	right: -4px;
	background-position: -50px 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
a.next:hover
{
	background-position: -50px -50px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity:0.8;
	opacity: 0.8;
}
a.next.disabled
{
	background-position: -50px -100px !important;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}
a.prev.disabled, a.next.disabled
{
	cursor: default;
}

a.prev span, a.next span
{
	display: none;
}
.pagination
{
	text-align: center;
	position: absolute;
	right: 0px;
	top: -15px;
}
.pagination a
{
	background: url(miscellaneous_sprite.png) 0 -300px no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination a.selected
{
	background-position: -25px -300px;
	cursor: default;
}
.pagination a span
{
	display: none;
}
.clearfix
{
	float: none;
	clear: both;
}

.caroufredsel_wrapper
{
	height: 160px;
	width:100%;
}

.box-carousel
{
	display: none;
	-webkit-backface-visibility: hidden;
	width: 230px;
	float: left;
	display: block;
	margin: 0;
	padding: 0 25px 0 0px;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.box-carousel img
{
	width: 100%;
	display: block;
	width: 230px;
	height:140px;
	margin-right: 0px;
	display: block;
	float: left;
}
.box-carousel span
{
	text-transform: capitalize;
}

.box-carousel a
{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height:20px;
}

/* Adv */

.adv_carousel
{
	padding: 0px 0px 0px 25px;
	position: relative;
}
.adv_carousel img
{
	padding: 4px;
    background: #F8F8F8;
    border: 1px solid #EEE;
	margin: 0px;
	display: block;
	float: left;
}

.adv_carousel img:hover
{
    padding: 4px;
    background: #eeeeee;
    border: 1px solid #EEE;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}
a.adv-prev, a.adv-next
{
	background: url(miscellaneous_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 25px;
	z-index:7000;
}
a.adv-prev
{
	left: -15px;
	background-position: 0 0;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
a.adv-prev:hover
{
	background-position: 0 -50px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity:1;
	opacity: 1;
}
a.adv-prev.disabled
{
	background-position: 0 -100px !important;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
a.adv-next
{
	right: -15px;
	background-position: -50px 0;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
a.adv-next:hover
{
	background-position: -50px -50px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity:1;
	opacity: 1;
}
a.adv-next.disabled
{
	background-position: -50px -100px !important;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
a.adv-prev.disabled, a.adv-next.disabled
{
	cursor: default;
}

a.adv-prev span, a.adv-next span
{
	display: none;
}

/* Links */

a.link_prev, a.link_next
{
	background: url(miscellaneous_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 45px;
	z-index:9999;
}
a.link_prev
{
	left: -4px;
	background-position: 0 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
a.link_prev:hover
{
	background-position: 0 -50px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity:0.5;
	opacity: 0.5;
}
a.link_prev.disabled
{
	background-position: 0 -100px !important;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}
a.link_next
{
	right: 4px;
	background-position: -50px 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
a.link_next:hover
{
	background-position: -50px -50px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity:0.5;
	opacity: 0.5;
}
a.link_next.disabled
{
	background-position: -50px -100px !important;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}
a.link_prev.disabled, a.link_next.disabled
{
	cursor: default;
}

a.link_prev span, a.link_next span
{
	display: none;
}
.link_pagination
{
	text-align: center;
	position: absolute;
	right: 5px;
	top: -25px;
}
.link_pagination a
{
	background: url(miscellaneous_sprite.png) 0 -300px no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.link_pagination a.selected
{
	background-position: -25px -300px;
	cursor: default;
}
.link_pagination a span
{
	display: none;
}



.link_carousel
{
	position:relative;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.box-link-carousel
{
    position:relative;
   
}
.box-link-carousel .caroufredsel_wrapper
{
    width:684px ;
    height:140px;
}

.box-link-carousel div {
    width: 200px;
    height: 135px;
    overflow: hidden;
}
.col_box-link
{
    float:left;
    padding:0 25px 0 10px;
}

.box-link-carousel div a {
    position: absolute;
    width: 200px;
    height: 135px;
}
.box-link-carousel img.lazy {
    width: 200px;
    height: 135px;
}

.box-link-carousel h2 {
    font: bold 14px Arial;
    color: #FF131F;
    text-transform: uppercase;
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 1;
    width: 85%;
    margin: 0;
    padding: 5px 0;
    text-align: left;
    text-indent:10px;
    background: url(box-transparent-ff.png) repeat transparent;

}



/* Album */

a.album_prev, a.album_next
{
	background: url(miscellaneous_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 30px;
	z-index:9999;
}
a.album_prev
{
	left: -15px;
	background-position: 0 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
a.album_prev:hover
{
	background-position: 0 -50px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity:0.5;
	opacity: 0.5;
}
a.album_prev.disabled
{
	background-position: 0 -100px !important;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}
a.album_next
{
	right: -15px;
	background-position: -50px 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
a.album_next:hover
{
	background-position: -50px -50px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity:0.5;
	opacity: 0.5;
}
a.album_next.disabled
{
	background-position: -50px -100px !important;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}
a.album_prev.disabled, a.album_next.disabled
{
	cursor: default;
}

a.album_prev span, a.album_next span
{
	display: none;
}
.album_pagination
{
	text-align: center;
	position: absolute;
	right: 0px;
	top: 20px;
}
.album_pagination a
{
	background: url(miscellaneous_sprite.png) 0 -300px no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.album_pagination a.selected
{
	background-position: -25px -300px;
	cursor: default;
}
.album_pagination a span
{
	display: none;
}



.album_carousel
{
	position:relative;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.box-album-carousel
{
    position:relative;
   
}
.box-album-carousel .caroufredsel_wrapper
{
    width:740px ;
    height:110px;
}

.box-album-carousel div {
    width: 170px;
    height: 105px;
    overflow: hidden;
}
.col_box-album
{
    float:left;
    padding:0 10px 0 10px;
}

.box-album-carousel div a {
    position: absolute;
    width: 170px;
    height: 105px;
}
.box-album-carousel img.lazy {
    width: 170px;
    height: 105px;
}

.box-album-carousel h2 {
    font: bold 12px Arial;
    color: #003D99;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 1;
    width: 98%;
    height:auto;
    margin: 0;
    padding: 3px;
    text-align: left;
    background: url(box-transparent-ff.png) repeat transparent;

}


/* Adv */

.adv2_carousel
{
	padding: 0px;
	position: relative;
}
.adv2_carousel img
{
	padding: 4px;
    background: #F8F8F8;
    border: 1px solid #EEE;
	margin: 0px;
	display: block;
	float: left;
}

.adv2_carousel img:hover
{
    padding: 4px;
    background: #eeeeee;
    border: 1px solid #EEE;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}
a.adv2-prev, a.adv2-next
{
	background: url(miscellaneous_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 25px;
	z-index:9900;
}
a.adv2-prev
{
	left: 0px;
	background-position: 0 0;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}
a.adv2-prev:hover
{
	background-position: 0 -50px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity:1;
	opacity: 1;
}
a.adv2-prev.disabled
{
	background-position: 0 -100px !important;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}
a.adv2-next
{
	right: 0px;
	background-position: -50px 0;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}
a.adv2-next:hover
{
	background-position: -50px -50px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity:1;
	opacity: 1;
}
a.adv2-next.disabled
{
	background-position: -50px -100px !important;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}
a.adv2-prev.disabled, a.adv2-next.disabled
{
	cursor: default;
}

a.adv2-prev span, a.adv2-next span
{
	display: none;
}



/* Unit */

.unit_carousel
{
	padding: 0px;
	position: relative;
}
.unit_carousel img
{
	padding: 4px;
    background: #F8F8F8;
    border: 1px solid #EEE;
	margin: 0px;
	display: block;
	float: left;
}

.unit_carousel img:hover
{
    padding: 4px;
    background: #eeeeee;
    border: 1px solid #EEE;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}
a.unit-prev, a.unit-next
{
	background: url(miscellaneous_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 25px;
	z-index:9900;
}
a.unit-prev
{
	left: 0px;
	background-position: 0 0;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}
a.unit-prev:hover
{
	background-position: 0 -50px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity:1;
	opacity: 1;
}
a.unit-prev.disabled
{
	background-position: 0 -100px !important;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}
a.unit-next
{
	right: 0px;
	background-position: -50px 0;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}
a.unit-next:hover
{
	background-position: -50px -50px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity:1;
	opacity: 1;
}
a.unit-next.disabled
{
	background-position: -50px -100px !important;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}
a.unit-prev.disabled, a.unit-next.disabled
{
	cursor: default;
}

a.unit-prev span, a.unit-next span
{
	display: none;
}



.ttsx_carousel
{
	position:relative;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.box-ttsx-carousel
{
    position:relative;
   
}
.box-ttsx-carousel .caroufredsel_wrapper
{
    width:300px ;
    height:245px;
}

.box-ttsx-carousel div {
    width: 300px;
    height: 245px;
    overflow: hidden;
}
.col_box-ttsx
{
    float:left;
    padding:0 10px 0 10px;
}

a.ttsx-prev, a.ttsx-next
{
	background: url(miscellaneous_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	bottom:10px;
	z-index:9900;
}
a.ttsx-prev
{
	left: 5px;
	background-position: 0 0;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
a.ttsx-prev:hover
{
	background-position: 0 -50px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity:1;
	opacity: 1;
}
a.ttsx-prev.disabled
{
	background-position: 0 -100px !important;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
a.ttsx-next
{
	right: 5px;
	background-position: -50px 0;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
a.ttsx-next:hover
{
	background-position: -50px -50px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity:1;
	opacity: 1;
}
a.ttsx-next.disabled
{
	background-position: -50px -100px !important;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
a.ttsx-prev.disabled, a.ttsx-next.disabled
{
	cursor: default;
}

a.ttsx-prev span, a.ttsx-next span
{
	display: none;
}
