/* Background colors highbandwidth*/
.green {
	background:url(bg_main_green[1].jpg) repeat-x #59aa29;
}


/* Carrousel */
#phones {
	height:234px;
	overflow:hidden;
	position: relative;
	margin:0px;
	padding:0px;
}

.phonecarouselitem {
	width: 99px; 
	height: 117px; 
	cursor:pointer;
	position: relative;
	overflow: hidden;
} 
.imgcontainer {
	width: 110px; 
	height: 104px; 
	padding-left: 5px; 
	padding-bottom: 13px;
	padding-left: 5px;
	padding-top: 2px;
	/*border: 1px solid #ffffff;*/
}

.fotogallery {
	border: 1px solid Gray;
	margin: 2PX 2PX 2PX 2PX;
 }

a.fotogallery:hover{border: 1px solid #ffffff;margin: 2PX 2PX 2PX 2PX;}



.carousel_overlay {
	width: 100px; 
	height: 100px; 
}

.carouselNoHover {
	float: left; 
	position: relative; 
	width: 100px; 
	height: 117px;

}
.carouselHover {
	float: left; 
	position: relative; 
	width: 100px; 
	height: 117px;

}


.carouselNoHover .carousel_overlay {
	opacity: .0; 
	filter: alpha(opacity=0); 
}
.carouselHover .carousel_overlay {
	opacity: .2;
	filter: alpha(opacity=20);
}



/**************************/
/* start carousel buttons */
a.carousel-up, a.carousel-down{
	display:block;
	width:28px;
	height:28px;
}
a.carousel-down, a.carousel-down:visited, a.carousel-down:link, a.carousel-down:focus {
	cursor:pointer;
	background-image:url(arrow_down.png);
	outline: 0;
}
a.carousel-down:hover{
	background-image:url(arrow_down_hover.png);
	outline: 0;
}
a.carousel-down-disabled, a.carousel-down-disabled:visited, a.carousel-down-disabled:link, a.carousel-down-disabled:focus {
	display:block;
	width:28px;
	height:28px;
	background-image:url(arrow_down_disabled.png);
	outline: 0;
	cursor:default;
}
a.carousel-up, a.carousel-up:visited, a.carousel-up:link, a.carousel-up:focus {
	cursor:pointer;
	background-image:url(arrow_up.png);
	outline: 0;
}
a.carousel-up:hover{
	background-image:url(arrow_up_hover.png);
	outline: 0;
}
a.carousel-up-disabled, a.carousel-up-disabled:visited, a.carousel-up-disabled:link, a.carousel-up-disabled:focus {
	display:block;
	width:28px;
	height:28px;
	background-image:url(arrow_up_disabled.png);
	outline: 0;
	cursor:default;
}

/* end carousel buttons */
