.page_mini_slideshow
{
	position:absolute;
	width:100%;
	height:100%;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	opacity:0;
	
	transition-duration:400ms;
	-moz-transition-duration:400ms;
	-webkit-transition-duration:400ms;		
}
.pm_small_rect img, pm_big_rect img
{
	width:100%;
	height:100%;
}
.page_mini_slideshow.active
{
	transition-duration:400ms;
	-moz-transition-duration:400ms;
	-webkit-transition-duration:400ms;	
		
	opacity:1;
}
.square_transition
{
	transition-delay:200ms;
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	transition-duration:500ms;
	-moz-transition-duration:500ms;
	-webkit-transition-duration:500ms;
}
.pm_main_rect_holder
{
    float: left;
    height: 650px;
    min-width: 300px;
    width: 50%;	
	position:relative;
	margin-bottom:10px;
}
.pm_small_rect
{
	background-color: #ffffff;
	float: left;
	height: 156px;
	max-width: 156px;
	width: 48%;
	position:relative;
	overflow:hidden;
	cursor:pointer;
}
.pm_small_rect_1 { margin-right:2%; margin-bottom:5px; background-color:#2E9BDC; left:0px; top:0px; cursor:pointer; }
.pm_small_rect_2 { margin-left:2%; margin-bottom:5px; background-color:#F98315; right:0px; top:0px; cursor:pointer; }
.pm_small_rect_3 { margin-right:2%; margin-top:5px; background-color:#FFFFFF; left:0px; bottom:0px; cursor:pointer; }
.pm_small_rect_4 { margin-left:2%; margin-top:5px; background-color:#2E9BDC; right:0px; bottom:0px; cursor:pointer; }
.pm_big_rect
{
	position:relative;
	width:49%;
	height:322px;
	max-width:322px;
	background-color:#ffffff;
	float:left;	
	overflow:hidden;
	cursor:pointer;
}
.pm_small_rect
{
	position:relative;
	width:49%;
	height:322px;
	max-width:322px;
	background-color:#ffffff;
	float:left;	
	overflow:hidden;
	cursor:pointer;
}
.pm_big_rect_holder
{
	position:relative;
	width:49%;
	height:322px;
	max-width:322px;
	float:left;	
}

.top_left { left:0px; top:0px; margin-right:1%; margin-bottom:1%; }
.top_right { right:0px; top:0px; margin-left:1%; margin-bottom:1%; }
.bottom_left { left:0px; bottom:0px; margin-right:1%; margin-top:1%; }
.bottom_right { right:0px; bottom:0px; margin-left:1%; margin-top:1%; }

.rect_desc
{
	position:absolute;
	bottom:0px;
	height:0px;
	width:100%;
	overflow:hidden;
	background-color:#fff;
	
}
.rect_desc .content
{
	padding:0px 10px;
	font-size:12px;
	line-height:12px;
	text-align:left;
}
.rect_title
{
	width:100%;
	position:absolute;
	bottom:0px;
	text-align:center;
	padding-bottom:10px;
	color:#fff;
	font-family:Tahoma, verdana;
	font-size:12px;
}
#rect_title_8
{
	color:#000;
}
#rect_title_4
{
	color:#000;
}
#rect_title_9
{
	color:#000;
}
.rect_nr_1
{
	position:absolute;
	left:1%;
	top:0px;
	margin-bottom: 1%;
}
.rect_nr_2
{
	position:absolute;
	right:0px;
	top:0px	
	margin-bottom: 1%;
}
.rect_nr_6
{
	position:absolute;
	left:1%;
	bottom:0px	
}
.rect_nr_10
{
	position:absolute;
	right:0px;
	bottom:0px	
}

