/* Gallery Items */
div#gallerys { /* */
	
}

div#gTitle { /* */
	
}

div#gDesc { /* */
	
}

div#gImg { /* */
	
}

/* Thumb Items */
div#thumbs { /* */
	
}

div#tGImg { /* */
	
}

div#tGTitle { /* */
}

div#tGDesc { /* */
	
}

div#tName { /* */
	
}

div#tDesc { /* */
	
}

div#tImg { /* */
	padding-top:20px;
}

/* Details Items */
div#details { /*Details Page Surrounding Div */
	height:262px;
}

div#dName{ /*Details Page Name Div */
	font-size:14px;
	color: #993333;
	font-weight: bold;
	margin-top:5px;
	margin-bottom:5px;
}

div#dDesc{ /*Details Page Description Div */
	text-align:center;
}

img#dImg { /*Details Page Image */

}

/* Navigation Items */
div#numLinkNav { /* Number Link Nav */
	
}

div#nextPrevNav { /* Next Previous Nav */
	padding-top:5px;
	font-size: 12px;
}

div#currentItem { /* Current item of Items */
	padding-top:10px;
	font-size: 12px;
	text-align: center;
	
}

div#closeWindow { /* Div surrounding close window link */
	padding-top:0px;
	text-align:center;
}

a#closeWindowLink { /* Close Window Link */
	
}


