/*#############################################################
Name: Gallery Factory
Date: Jan. 22, 2009
Description: CSS for gallery factory default styles
Author: JB
URL: http://weekendharddriver.com

Feel free to use and modify but please provide credits.

Modified Date: January 29, 2009
Notes: Modified for oshags.com
#############################################################*/

/* standard elements */

img.GFthumb {
	background:#dce0c7 none repeat scroll 0 0;
	border:1px solid #CCCCCC !important;
	padding:4px;
	vertical-align:middle;
}

img.GFthumb:hover, img.GFthumb:visited:hover {
	border: 4px solid white !important;
	padding:1px;
}

table.GFtable {
	border: 1px solid #CCCCCC;
	background-color: #d0d4bc;
}

/*
 * pages block elements
 */
div.GFpages {
	text-align: right;
	padding-bottom: 4px;
	font: normal 80.5% "Lucida Sans Unicode",sans-serif;
}

a.GFcurrentpage, a.GFcurrentpage:visited {
	text-decoration: none;
	font-weight: bold;
	border-bottom: 2px solid #444;
	padding: 3px 3px 2px;
	color: #444;
}

a.GFpage, a.GFpage:visited {
	text-decoration: none;
	padding: 3px 3px 2px;
	color: #444;
}

a.GFpage:hover, a.GFpage:visited:hover {
	background-color: #d0d4bc;
	text-decoration: none;
	color: #444;
}

/*
 * standard elements
 */
td.galleryimage {
	height: 110px;	/* should be your default thumbnail size */
}

tr.GFrow {

}
