/*============================================================*//* main                                                       *//*============================================================*/.mf-carousel-container {	position: relative;}.mf-carousel-window {	overflow: hidden;}.mf-carousel-button {    cursor: pointer;    height: 100%;    position: absolute;    top: 0;}.mf-carousel-button.prev {	left: 0;}.mf-carousel-button.next {	right: 0;}.mf-carousel-button.inactive {    cursor: default;}.mf-carousel-items {    width: 5000px;}.mf-carousel-item {	display: block;	float: left;	position: relative;	*position: static;}.mf-carousel-item.mf-carousel-link {	cursor: pointer;}.mf-carousel-item-label {	position: absolute;	bottom: 0px;	display: block;	width: 100%;	height: auto;	overflow-x: hidden;	*display: none;	*position: static;}.mf-carousel-item-label span {	display: block;	color: #ffffff;	text-align: center;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;	text-shadow: 0 0 3px #000000;	padding: 3px;}/*============================================================*//* skin-default                                               *//*============================================================*/.mf-carousel-container.skin-default {	background-color: #333333;	border-radius: 10px; 	margin: 1em 0;}.box .mf-carousel-container.skin-default {	margin: 0;}.mf-carousel-container.skin-default .mf-carousel-window {    margin: 0 40px;} .mf-carousel-container.skin-default .mf-carousel-button {    width: 40px;	}.mf-carousel-container.skin-default .mf-carousel-item {	margin: 5px;	border-radius: 5px;	opacity: 1;}.mf-carousel-container.skin-default .mf-carousel-item:hover {	opacity: 0.6;	}.mf-carousel-container.skin-default .mf-carousel-item.no-hl:hover {	opacity: 1;	}.mf-carousel-container.skin-default .mf-carousel-button {	background-repeat: no-repeat;	background-position: center center;}.mf-carousel-container.skin-default .mf-carousel-button.prev {	background-image: url(../images/mf-carousel/prev.png);}.mf-carousel-container.skin-default .mf-carousel-button.prev:hover {	background-image: url(../images/mf-carousel/prev-over.png);}.mf-carousel-container.skin-default .mf-carousel-button.next {	background-image: url(../images/mf-carousel/next.png);}.mf-carousel-container.skin-default .mf-carousel-button.next:hover {	background-image: url(../images/mf-carousel/next-over.png);}.mf-carousel-container.skin-default .mf-carousel-button.inactive,.mf-carousel-container.skin-default .mf-carousel-button.inactive:hover {	background-image: none;}/*============================================================*//* skin-default-light                                         *//*============================================================*/.mf-carousel-container.skin-default-light {	background-color: #f2f2f2;	border: 2px solid #cccccc;	border-radius: 10px; 	margin: 1em 0;}.box .mf-carousel-container.skin-default-light {	margin: 0;}.mf-carousel-container.skin-default-light .mf-carousel-window {    	margin: 0 40px;} .mf-carousel-container.skin-default-light .mf-carousel-button {    width: 40px;	}.mf-carousel-container.skin-default-light .mf-carousel-item {	margin: 5px;	border-radius: 5px;	opacity: 1;}.mf-carousel-container.skin-default-light .mf-carousel-item:hover {	opacity: 0.6;	}.mf-carousel-container.skin-default-light .mf-carousel-item.no-hl:hover {	opacity: 1;	}.mf-carousel-container.skin-default-light .mf-carousel-button {	background-repeat: no-repeat;	background-position: center center;}.mf-carousel-container.skin-default-light .mf-carousel-button.prev {	background-image: url(../images/mf-carousel/prev.png);}.mf-carousel-container.skin-default-light .mf-carousel-button.prev:hover {	background-image: url(../images/mf-carousel/prev-over.png);}.mf-carousel-container.skin-default-light .mf-carousel-button.next {	background-image: url(../images/mf-carousel/next.png);}.mf-carousel-container.skin-default-light .mf-carousel-button.next:hover {	background-image: url(../images/mf-carousel/next-over.png);}.mf-carousel-container.skin-default-light .mf-carousel-button.inactive,.mf-carousel-container.skin-default-light .mf-carousel-button.inactive:hover {	background-image: none;}