/*********************************************************
Master Containers
**********************************************************/
/*master item and navigation container box*/
#plzgGallMastCont{
	
	background:url(/library/PLZGallery/images/frame.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:15px 10px 10px 10px;
	width:435px;
	height:352px;
	font-size:12px;
}

/*master item container box*/
#plzgMainCont{
	float:left;
	margin-left:7px;
	width:399px;
    height: 300px;
	/*border:solid 1px #4d6d82;*/
    overflow:hidden;
}
/**********************************************************
Gallery Item Related
***********************************************************/
/*individual item*/
.plzgGallItem{
	float:left;
	width:100%;
	height:331px;
}
/*master item container holding all items*/
#plzgGallItemCont{
	position:relative;
	width:100%;
	height:100%;
	padding:0px;
	background:white;
}
/*main item image*/
.plzgGallImg{
	border:0;
}
/*main item link*/
.plzgGallItemLink{
	border:0;
	text-decoration:none;
}
/*master item text container box*/
.plzgGallMasterTextCont{
	position:relative;
	color:white;
	width:400px;
	height:75px;
	margin-top:-75px;
}

/*item container containing the bg*/
.plzgGallMasterTextContBG{
	/*background-color:#666666;opacity:0.7;*/
	background:url(/library/PLZGallery/images/gray-bar.png);
	background-repeat:repeat-x;
	height:100%;
	width:400px;
	position:absolute;
	left:5;
	margin-top:-75px;
	top:5;
	z-index:100;
}

/*item container containing the actual text*/
.plzgGallTextCont{
	background:transparent;
	height:100%;
	position:relative;
	width:100%;
	z-index:101;
	padding:3px 5px 5px 0px;
}
/*item text header*/
h1.plzgHeaderTxt{
	font-size:1.5em;
	font-weight:bold;
	margin-left:15px;
}

/*item text description*/
h2.plzgHeaderDesc{
	font-size:1.1em;
	margin-left:15px;
	margin-top:-10px;
}
/*************************************************************
* Navigation Related
**************************************************************/
/*master navigation container box*/
#plzgNavCont{
	float:left;
	/*border: solid 1px #dedede;*/
	margin-top:4px;
	margin-left:5px;
	width: 400px;
	height:30px;
}
/*i dont know why i have this, leave as is*/
#plzgNavInnerCont{
	width:100%;
}
/*container for next/previous nav items*/
#plzgNavNextPrevCont{
	float:left;
	width:100px;
}
/*AHREF Previous Button*/
#plzgMovePrev{
	float:left;
	padding:1px;
	margin-top:-1px;
}
#plzgMovePrev img{
	border:0;
}
/*AHREF Next Button*/
#plzgMoveNext{
	float:left;
}
#plzgMoveNext img{
	border:0;
}
/*AHREF PlayPause Button*/
#plzgPlayPause{
	float:left;
	padding:1px;
}
#plzgPlayPause img{
	border:0;
}
/*navigation numbers container*/
#plzgNumNavCont{
	float:left;
	width:300px;
	overflow:hidden;
}

/*num nav item container*/
.plzgNumNavItemCont{
	float:left;
	display:block;
	width:25px;
	height:25px;
	text-align:center;
	margin-right:5px;
}



/*number nav item basic style*/
.plzgNumNavItem{
	color:#4d6d82;
	background:url(/library/PLZGallery/images/numnav.gif) top left no-repeat;
}

/*number nav item hover style*/
.plzgNumNavItemHover{
	color:white;
	background:url(/library/PLZGallery/images/numnav-on.gif) top left no-repeat;
	background-repeat:no-repeat;
}

/*number nav item current style*/
.plzgNumNavItemCurrent{
	color:white;
	background:url(/library/PLZGallery/images/numnav-on.gif) top left no-repeat;
	
}

.plzgNumNavItem, .plzgNumNavItemHover, .plzgNumNavItemCurrent{
	background-repeat:no-repeat;
	font-weight:bold;
	padding-top:3px;
	width:24px;
	height:22px;
	padding-top:4px;
	cursor:pointer;
	margin:0px !important;
	padding-right:0px !important;
	display:block;
	text-align:center;
	
}
