.technical_img_previous
{
	float		: right;
	display		: block;
	margin		: 0 0 0 0;
	width		: 122px;
	height		: 23px;
	background 	: url(../pictures/bu_previous_off.png) left top no-repeat;
}

.technical_img_previous:hover
{
	display		: block;
	margin		: 0 0 0 0;
	width		: 122px;
	height		: 23px;
	background 	: url(../pictures/bu_previous_on.png) left top no-repeat;
}

#technical_bloc
{
	float	: right;
	width 	: 470px;
	height 	: auto;
	padding	: 20px;
	text-align	: justify;
}

#bu_instructions
{
	display		: block;
	position	: relative;
	top 		: 10px;
	left		: 330px;
	width		: 133px;
	height		: 23px;
	background 	: url(../pictures/bu_instructions_off.png) left top no-repeat;
	text-align	: center;
}

#bu_instructions:hover
{
	position	: relative;
	top 		: 10px;
	left		: 330px;
	width		: 133px;
	height		: 23px;
	background 	: url(../pictures/bu_instructions_on.png) left top no-repeat;
}

#technical_text
{
	padding-top : 10px;
	font-size   : 0.8em;
	text-align  : justify;
}

#content_movement
{
	position	: relative;	
	width		: 500px;
}

#bck_movement
{
	position	: absolute;
	top			: 15px;
	width		: 210px;
	height		: 211px;
	background 	: url(../pictures/bck_movement.png) left top no-repeat;
}

#text_movement
{
	position 	: absolute;
	font-size  	: 0.8em;
	top			: 0px;
	left		: 225px;
	width		: 245px;
}

.collection_img_previous
{
	position	: absolute;
	top			: 40px;
	left		: 600px;
	display		: block;
	margin		: 0 0 0 0;
	width		: 122px;
	height		: 23px;
	background 	: url(../pictures/bu_previous_off.png) left top no-repeat;
}

.collection_img_previous:hover
{
	display		: block;
	margin		: 0 0 0 0;
	width		: 122px;
	height		: 23px;
	background 	: url(../pictures/bu_previous_on.png) left top no-repeat;
}

.collection_technical
{
	position	: absolute;
	top			: 43px;
	left		: 600px;
	display		: block;
	margin		: 0 0 0 0;
	font-size	: 0.8em;
}

.collection_technical:hover
{
	display		: block;
	margin		: 0 0 0 0;
	text-decoration:underline;
}

#collection_bloc
{
	width		: 100%;
	margin-left	: -50px;
	white-space	: nowrap;
}

#collection_home_left
{
	display 	: inline;
	width		: 373px;
	white-space	: nowrap;
}

#collection_home_right
{
	display 	: inline;
	width		: 461px;
	white-space	: nowrap;
}

#collection2_bloc
{
	width		: auto;
	margin-top	: 130px;
	margin-left	: 120px;
	white-space	: nowrap;
}

.collection_overview
{
	position	: absolute;
	top			: 480px;
	left		: 350px;
	display		: block;
	width		: 167px;
	height		: 25px;
	background 	: url(../pictures/bu_full_overview_off.png) left top no-repeat;
}

.collection_overview:hover
{
	background 	: url(../pictures/bu_full_overview_on.png) left top no-repeat;
}

/* slider */

#slider
{
	position	: absolute;
	top			: 150px;
	left		: 95px;
}

#slider ul, #slider li
{ 
	margin		: 0;
	padding		: 0;
	list-style	: none;
}

#slider, #slider li
{ 
	height		: 310px;
	width		: 640px;
	overflow	: hidden;
	white-space	: nowrap;
}

#prevBtn, #nextBtn
{ 
	display		: block;
	width		: 21px;
	height		: 47px;
	position	: absolute;
}	

#nextBtn
{ 
	position	: absolute;
	left		: 750px;
	top			: 260px;
}
	
#prevBtn
{
	position	: absolute;
	left		: 55px;
	top			: 260px;
}

#prevBtn a, #nextBtn a
{  
	display		: block;
	width		: 21px;
	height		: 47px;
	background	: url(../pictures/collection_arrow_left.png) no-repeat 0 0;	
}

#nextBtn a
{ 
	background	: url(../pictures/collection_arrow_right.png) no-repeat 0 0;	
}