.leftCollage{
	height:269px;
	background-image: url('../images/home/left_collage.jpg');
	background-repeat: repeat-x;
	background-position: right;
}

.shadeLeftCollage{
	height:106px;
	background-image: url('../images/bgshade_left_collage.jpg');
	background-repeat: repeat-x;
	background-position: top;
}

.bgRightCollage{
	height:269px;
	background-color: #29B1E7;
	background-image: url('../images/home/bg_right_collage.jpg');
	background-repeat: repeat-x;
}

.rightCollage{
	padding-top:30px;
	height:269px;
	background-image: url('../images/home/right_collage.jpg');
	background-repeat: no-repeat;
	background-position: right;
}

.smallRightCollage{
	height:106px;
	background-image: url('../images/home/small_right_collage.jpg');
	background-repeat: repeat-x;
}

.shadeRightCollage{
	background-image: url('../images/bgshade_rigth_collage.jpg');
	background-repeat: repeat-x;
	background-position: top;
}

.shadeCorner{
	height:106px;
	border-right:7px solid white;
	background-image: url('../images/shade_left_collage.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

.shadeCornerNews{
	background-image: url('../images/shade_corner.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

