#pixie_body {
	clear: both;
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}

#wide_block {
	float: left;
	padding: 15px;
	margin: 10px;
	width: 900px;
	height: 300px;
	border-collapse: collapse; border: 1px solid #9A948A;
	border-radius: 0.65em; -moz-border-radius: 0.65em; -webkit-border-radius: 0.65em;
}

/** Slide */

#slide_inner {
	float: left;
	width: 900px;
	height: 300px;
	left: 0;
	top: 0;
	overflow: hidden;
	position: relative;
	background-color: #FFF;
	z-index: 200;
}

.carousel {
	width: 600px;
}

#carcache {
	position: absolute;
	top: 0;
	left: 550px;
	width: 80px;
	height: 300px;
	background: transparent url(images-tropfemin/swbcache.png) no-repeat;
	z-index: 5;
}

#ccarousel {
	width: 600px;
	height: 300px;
	overflow: hidden;
}

.carousel .jcarousel-container {
	width: 600px;
	height: 300px;
	padding: 0;
	background: #999;
}

.carousel .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
	width: 600px;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.carousel .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
   
}

.carousel .jcarousel-list li,
.carousel .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 600px;
    height: 300px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/** Horizontal Buttons */
.carousel .jcarousel-next,
#ccarousel-next {
    position: absolute;
    top: 150px;
    left: 903px;
    width: 60px;
    height: 60px;
    cursor: pointer;
	z-index: 2000;
	background: transparent url(images-tropfemin/swbbtn.png) no-repeat -60px 0;
	outline: none;
}

.carousel .jcarousel-next:hover {
    /*background-position: 0px 0;*/
}

.carousel .jcarousel-next:active {
    /*background-position: 0px 0;*/
}

.carousel .jcarousel-next-disabled,
.carousel .jcarousel-next-disabled:hover,
.carousel .jcarousel-next-disabled:active {
    cursor: default;
    background-position: -20px 0;
}

.carousel .jcarousel-prev,
#ccarousel-prev {
    position: absolute;
    top: 150px;
    left: -12px;
    width: 60px;
    height: 60px;
    cursor: pointer;
	z-index: 2000;
	background: transparent url(images-tropfemin/swbbtn.png) 0 0 no-repeat;
	outline: none;
}

.carousel .jcarousel-prev:hover {
    background-position: 0px 0;
}

.carousel .jcarousel-prev:active {
    background-position: 0px 0;
}

.carousel .jcarousel-prev-disabled,
.carousel .jcarousel-prev-disabled:hover,
.carousel .jcarousel-prev-disabled:active {
    cursor: default;
    background-position: 0 0;
}

.carpic {
	float: left;
	text-align: left;
	width: 600px;
	height: 300px;
	overflow: hidden;
}

#carcontent {
	position: absolute;
	top: 0;
	left: 605px;
	width: 300px;
	height: 300px;
	z-index: 300;
}

.cardesc {
	display: none;
}

.cardesc,
#carcontent {
	text-align: left;
	width: 320px;
	height: 300px;
	margin: 0;
	z-index: 500;
	overflow: hidden;
}

.cardesc h2,
#carcontent h2 {
	font-size: 26px;
	line-height: 29px;
	font-weight: bold;
	margin: 20px 0 5px;
	padding: 0 15px 27px 0;
	background: #FFF url(images-tropfemin/swbtitreb.png) bottom left no-repeat !important;
}

.cardesc h2 a,
#carcontent h2 a {
	color: #000;
	text-decoration: none;
}

.cardesc h2 a:hover,
#carcontent h2 a:hover {
	color: #000;
	text-decoration: none;
}

.cardesc h3,
#carcontent h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0 5px;
	padding: 0;
	text-transform: uppercase;
}

.cardesc h4,
#carcontent h4 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0 30px 0 0;
}

.cardigitick a {
	position: absolute;
	bottom: 0;
	margin: 0 0 0 10px;
	width: 300px;
	height: 37px;
	background: #CC0000 url(images-tropfemin/swbresa.png) no-repeat;
	z-index: 200;
}

.carcomplet {
	position: absolute;
	bottom: 0;
	margin: 0 0 0 10px;
	width: 300px;
	height: 37px;
	background: #CC0000 url(images-tropfemin/swbcomplet.png) no-repeat;
	z-index: 200;
}

.carannuler {
	position: absolute;
	bottom: 0;
	margin: 0 0 0 10px;
	width: 300px;
	height: 37px;
	background: #CC0000 url(images-tropfemin/swbannule.png) no-repeat;
	z-index: 200;
}
