/*expertGallery Photo Gallery Divs*/
.expertGallery_div {
	background-color:#FFFFFF;
	width:225;
	padding:6;
	border-bottom-color:#000000;
	border-bottom-width:1;
	border-bottom-style:solid;
	border-right-color:#000000;
	border-right-width:1;
	border-right-style:solid;
	border-top-color:#CCCCCC;
	border-top-width:1;
	border-top-style:solid;
	border-left-color:#CCCCCC;
	border-left-width:1;
	border-left-style:solid;
	margin-bottom:6;
	cursor:pointer;
}
/*End Photo Gallery Divs*/

/*expertGallery CSS*/
        .background{
            display: block;
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 400%;
            background-color:#ffffff;
			background-repeat:repeat;
            z-index:1001;
            -moz-opacity: 0.8;
            opacity:.80;
            filter: alpha(opacity=70);
        }
        .foreground {
            display: block;
            z-index:1002;
            overflow:hidden;
			position:absolute;
			top:5%;
			left:20%;
        }
		.nxtBtn {
			position:relative;
			top:35%;
			left:52%;
			margin-top:-20;
			margin-bottom:-20;
		}
		.prvBtn {
			position:relative;
			top:35%;
			right:52%;
			margin-top:-20;
			margin-bottom:-20;
		}
/*End expertGallery CSS*/
