#myGallery
{
	width: 360px;
	/*margin-top: 50px;*/
	/*height: 400px;*/
	/*z-index:5;*/
	/*background-color: #fff;*/
	
}

#myGallery a:hover
{
	background-color: transparent;
}

.jdGallery
{
	/*overflow: hidden;*/
	position: relative;
	/*background-color: #fff;*/
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 75%;
	/*background-color: #fff;*/ /* set to black #000 to test image sizes */
	background-repeat: no-repeat;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

/* * html .jdGallery a.right, * html .jdGallery a.left { filter:alpha(opacity=50); } */

#captionTitle {margin: 0;}
#desc {font-size: .95em; margin-left: 0px;} /* MAKES THE GALLERY DESCRIPTION SME SIZE AS SIDEBAR-MENU */

/*********************************************************************/
/* STYLES FROM IMAGE-SLIDESHOW.CSS                                   */
/*********************************************************************/

	
    
	
	
	

/*********************************************************************/
/* THESE ARE FOR NAV IF NEEDED                                       */
/*********************************************************************/



