
/* ------------------------------------------------------------------------------------- Home page*/
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
 
#mzGalleryHome {
	/*width:710px;*/
	width:100%;
	background:url(img/home_bg.gif) left top repeat-x;
}

#mzGalleryHome .imageContainer 
{
	overflow:hidden;
	width:710px;
	height:430px;
	z-index:99;
	background:url(img/loading.gif) no-repeat center;
}

#mzGalleryHome .imageElement 
{
    position:absolute;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	display:none;
	border:0px;
}

#mzGalleryHome .imageElement .imageImg {
	float:left;
}

#mzGalleryHome .imageElement .imageDida {
	float:left;
	width:203px;
	height:430px;
	position:relative;
	color:#fff;
	padding:0 0 0 20px
}

#mzGalleryHome .imageElement a{
	border:0px;
	color:#fff;
	text-decoration:none;
	font-size:13px;
	background:url(img/sliderHome/slider_cta_bg.gif) repeat-x;
	padding:2px 7px;
}

#mzGalleryHome .imageElement img{
	border:0px;
	margin:0 0 6px 0;
}

#mzGalleryHome .imageElement .imageDida p{
width:190px;
font-size:12px;
line-height:16px;
margin:0 0 24px 0;
position:absolute;
top:170px;
left:20px;
}

#mzGalleryHome .thumbGallery {
    height:130px;
    width:539px;
	/*overflow:hidden;*/
	z-index:100;
	position:absolute;
	top:295px;
	left:60px;
}

#mzGalleryHome .thumbElement {
    width:25px;
    /*margin:0 2px 0 0;*/
/*width:17px;
height:17px;*/
	float:left;
	cursor:hand;
	font-size:0;
	position:absolute;
	bottom:0px;
}

#mzGalleryHome .thumb1 {
    left:0px;
}

#mzGalleryHome .thumb1 a{
display:block;
width:17px;
height:17px;
background:url(img/sliderHome/01_btn.gif) no-repeat;
}

#mzGalleryHome .thumb2 {
    left:25px;
}

#mzGalleryHome .thumb2 a{
display:block;
width:17px;
height:17px;
background:url(img/sliderHome/02_btn.gif) no-repeat;
}

#mzGalleryHome .thumb3 {
    left:50px;
}

#mzGalleryHome .thumb3 a{
display:block;
width:17px;
height:17px;
background:url(img/sliderHome/03_btn.gif) no-repeat;
}

#mzGalleryHome .thumb4 {
    left:75px;
}

#mzGalleryHome .thumb4 a{
display:block;
width:17px;
height:17px;
background:url(img/sliderHome/04_btn.gif) no-repeat;
}

#mzGalleryHome .thumb1 a:hover,
#mzGalleryHome .thumb1 a:focus,
#mzGalleryHome .thumb2 a:hover,
#mzGalleryHome .thumb2 a:focus,
#mzGalleryHome .thumb3 a:hover,
#mzGalleryHome .thumb3 a:focus,
#mzGalleryHome .thumb4 a:hover,
#mzGalleryHome .thumb4 a:focus,
#mzGalleryHome .thumbSelected a{
background-position:0 -17px;
}

#mzGalleryHome .thumbElement .thumbOver {
    overflow:hidden;
    height:0px;
position:absolute;
top:-111px;
left:-50px;
width:117px;
/*height:107px;*/
background:url(img/sliderHome/slider_thumb_bg.png) no-repeat;
padding:0 0 0 6px;
}

#mzGalleryHome .thumbElement img{
margin:6px 0 3px 0;
display:block;
}

#mzGalleryHome .thumbElement span{
    font-size:10px;
color:#000;
line-height:10px;
padding:0 15px 0 0;
}

#mzGalleryHome .thumbSelected a img{
    border:1px solid #e46908;
}



.mzGallerySlide .imageContainerSlide 
{
	overflow:hidden;
	width:765px;
	height:430px;
	z-index:99;
	background:url(img/loading.gif) no-repeat center;
}

.mzGallerySlide .imageElementSlide
{
    position:absolute;
}

.mzGallerySlide .imageElementSlide img
{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	display:none;
}

.mzGallerySlide .imageWrapperSlide
{
  	/*filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;  */
}


