/*-------------------------------------------------*/
/*-------------------------------------------------*/
/* ------------------ EMOTIONS --------------------*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/

#emotions_main_background {
	background	: url("../pictures/global/background_opacity_40.png") repeat;
	width		: 440px;
	height		: 513px;
	padding		: 20px;
}

#emotions_main_title {
	font-size	: 1.5em;
	font-weight	: normal;
}

#emotions_main_text {
	margin-top		: 30px;
	padding-right	: 30px;
}

#emotions_main_buttons {
	width			: 300px;
	margin-left		: auto;
	margin-right	: auto;
}

#emotions_main_buttons a {
	color	: #fff;
}

#emotions_main_button_uniqueExperiences_off {
	background	: url("../pictures/content/emotions/main/bu_unique_experience_off.png") no-repeat;
	display		: block;
	width		: 160px;
	height		: 34px;
}

#emotions_main_button_uniqueExperiences_on {
	background	: url("../pictures/content/emotions/main/bu_unique_experience_on.png") no-repeat;
	width		: 160px;
	height		: 34px;
}

#emotions_main_button_futureProjects_off {
	background	: url("../pictures/content/emotions/main/bu_future_projects_off.png") no-repeat;
	display		: block;
	width		: 160px;
	height		: 34px;
	margin-left	: 10px;
}

#emotions_main_button_futureProjects_on {
	background	: url("../pictures/content/emotions/main/bu_future_projects_on.png") no-repeat;
	width		: 160px;
	height		: 34px;
	margin-left	: 10px;
}

#emotions_main_button_gallery_off {
	background	: url("../pictures/content/emotions/main/bu_selected_images_off.png") no-repeat;
	display		: block;
	width		: 160px;
	height		: 34px;
}

#emotions_main_button_gallery_on {
	background	: url("../pictures/content/emotions/main/bu_selected_images_on.png") no-repeat;
	width		: 160px;
	height		: 34px;
}

#emotions_main_button_articles_off {
	background	: url("../pictures/content/emotions/main/bu_compelling_articles_off.png") no-repeat;
	display		: block;
	width		: 160px;
	height		: 34px;
	margin-left	: 10px;
}

#emotions_main_button_articles_on {
	background	: url("../pictures/content/emotions/main/bu_compelling_articles_on.png") no-repeat;
	width		: 160px;
	height		: 34px;
	margin-left	: 10px;
}

#emotions_uniqueExperience {
	width	: 920px;
}

#emotions_uniqueExperience_leftframe {
	text-align	: left;
	padding		: 20px;
}

#emotions_uniqueExperience_text {
	background	: url("../pictures/global/background_opacity_40.png") repeat;
	padding		: 10px;
}

#emotions_uniqueExperience_rightframe {
	vertical-align	: top;
}

#motions_uniqueExperience_pictures {
	width		: 460px;
	height		: 446px;
	list-style	: none;
	margin		: 0px;
	margin-top	: 30px;
	padding		: 0px;
	z-index		: 0;
}

#emotions_futureProjects{
	width : 100%;
}

#emotions_futureProjects_leftframe {
	width			: 50%;
	vertical-align	: bottom;
}

#emotions_futureProjects_rightframe {
	padding		: 40px;
	text-align	: left;
}

#emotions_gallery a {
	color	: #fff;
}

#emotions_gallery_title {
	font-size	: 1.5em;
	font-weight	: normal;
	width		: 100%;
	text-align	: left;
}