/*#info {
	margin-left: 700px;
	right: 10px;
	background-color: #fc0;
}

#slider { margin-right: 380px; float: left; }
*/

.buttonActionLeft {
	background-color: #FFFFFF;
	background-image: url(http://www.vacando.com/media/images/general/buttonActionBg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #438517;
	float: left;
	font-weight: 700;
	padding-left: 3px;
	height: 21px;
}

.buttonActionLeft a {
	background-image: url(http://www.vacando.com/media/images/general/buttonActionBg.gif);
	background-position: right top;
	background-repeat: no-repeat;
	color: #438517;
	display: block;
	line-height: 21px;
	padding-left: 5px;
	padding-right: 8px;
	text-decoration: none;
}

.buttonActionLeft a:hover { 

	text-decoration: underline; 

}


/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 349px;
    height: 279px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.landing-title {
	position: relative;
	float: left;
	left: 0.00%;
	width: 100.00%;
}
.landing-wrapper {
	position: relative;
	float: left;
	left: 0.00%;
	width: 100.00%;
}
.landing-wrapper img {
	margin-right: 15px;
	margin-right: 15px;
}
.landing-left {
	position: relative;
	float: left;
	left: 0.50%;
	width: 49.00%;
}
.landing-right {
	position: relative;
	float: right;
	right: 0.50%;
	width: 49.00%;
}

.landing-right p{
	width: 360px; 
	float: right; 
}