.qwikgallery a {
	margin: 0px;
	padding: 0px;
}
.qwikgallery .text { /* General text style */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.qwikgallery .text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DF5A28;
	text-decoration: none;
	font-weight: bold;
}
.qwikgallery .text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
.qwikgallery .disabled {	/* This is applied to the pagers that can't be clicked */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
}
.qwikgallery .pagefooter { /* This is the line at the bottom that contains the gallery dropdown */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DF5A28;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #DF5A28;
}

/*
	SHOWCASE PAGE SETTINGS
*/

.qwikgallery #showcase .photo {	/* This is applied to the cell that the image is in */
	height: 146px;
}
.qwikgallery #showcase img {	/* This is applied to the image itself */
	border: none;
	padding: 10px;
	background-color: #ECECEC;	
}

/*
	THUMBS PAGE SETTINGS
*/

.qwikgallery #thumbs img { /* Applied to the thumbnail image */
	border: none;
	padding: 10px;
	background-color: #ECECEC;	
}
.qwikgallery .thumb_hi {	/* Only useful for thumbs/medres on same page galleries. This is applied to the thumbnail if it is selected. */
	border: 2px solid #FFCC00;
}

/*
	MEDRES PAGE SETTINGS
*/

.qwikgallery .album_header { /* This applies to the row of text and links above the image */
	padding-bottom: 4px;
}
.qwikgallery .album_header a {
	margin: 0px;
	padding: 0px;
}
.qwikgallery .medres {	/* This is applied to the medium res picture. */
	border: 1px solid #ECECEC;
}
.qwikgallery .photoblock {	/* This is applied to the area around the medium rez photo. Good to put in a contrasting background.  */
	background-color: #F5F5F5;
	border-top: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	padding: 10px;
}
