/* common */
div.launchgallerydiv
{
	width:30px;
	clear:both;
	float:right;
	background: transparent url('/images/btn_play_generic.png') no-repeat left center;
	padding: 8px 15px 8px 35px;
	margin:0px 15px 0px 15px;
}
div.launchgallerydiv a
{
	font-size: 12px;
	color: #3399ff;
	font-weight: normal;
	text-decoration: none
}
div.launchgallerydiv a:hover
{
	color: #ff6600;
	text-decoration: underline
}
/*end common */

/* page template 1 */
div.tmpl_gallery_wholepagediv
{
	margin-left:15px;
	width:770px;
	clear:both;
}

div.tmpl_gallery_leftdiv
{
	margin:15px 0px 0px 15px;
	width:375px;
	float:left;
}

div.tmpl_gallery_rightdiv
{
	margin:17px 0px 0px 15px;
	width:375px;
	float:left;
}
/* end of page template 1 */

/* page template for 400x300 player */
div.tmpl_gallery_wholepagediv
{
	margin-left:15px;
	width:770px;
	clear:both;
}

div.tmpl_gallery_leftdiv
{
	margin:15px 0px 0px 15px;
	width:425px;
	float:left;
}

div.tmpl_gallery_rightdiv
{
	margin:17px 0px 0px 15px;
	width:325px;
	float:left;
}
/* end of page template 1 */

/* flowplayer common */
div.NoSuchGalleryDiv
{
	text-align:center;
	width:100%;
	padding:10px;
}
div.NoSuchGalleryDiv span
{
	color:Red;
	font-size:18px;
}
div.ScrollWrapperDiv
{
	margin: 10px auto;
	width:340px;
	height:57px;
	background: url('/style/mediagallery/playlist_bgd.png') no-repeat center;
	clear:both;
}

div.PlaylistWrapperDiv
{
	position:relative !important;
	overflow:hidden !important;
	outline:none !important;	
	width: 301px;
	height:47px;
	margin-top:3px;
	margin-left:1px;
	float:left;
}

div.PlaylistWrapperDiv div.PlaylistItemsDiv
{
	outline:none !important;
	margin-top:4px;
	margin-left:4px;
	width:20000em;	
	position:absolute;
	clear:both;
}

div.PlaylistItemsDiv a
{
	display:block;
	float:left;
	text-align:center;
	vertical-align:middle;
	width:37px;
	font-size:12px;
	font-family: Arial;
	font-weight:bold;
	border: solid 1px #ffffff;
	background-color: #ffffff;
	margin-right: 4px;
	text-decoration:none;
	color:#777777;
	outline:none !important;
}

div.PlaylistItemsDiv a:hover
{
	border: solid 1px #ff6600;
}

div.PlaylistItemsDiv a img
{
	width:37px;
	height:37px;
	border:none;
	float:left;
	background:#daebff;
}

div.PlaylistItemsDiv a.playing
{
	border: solid 1px #ff6600;
	background: #ffffff url('/style/mediagallery/pause.png') no-repeat center;
}

div.PlaylistItemsDiv a.playing img,
div.PlaylistItemsDiv a.paused img
{
	margin-left:-10000px;
}

div.PlaylistItemsDiv a.playing:hover
{
	border: solid 1px #dddddd;
	background: #eeeeee url('/style/mediagallery/pause.png') no-repeat center;
}

div.PlaylistItemsDiv a.playing span
{
	position:relative;
	left:-100000px;
}

div.PlaylistItemsDiv a.paused
{
	border: solid 1px #ffffff;
	background: #eeeeee url('/style/mediagallery/play.png') no-repeat center;
}

div.PlaylistItemsDiv a.paused:hover
{
	border: solid 1px #99ff66;
	background: #eeeeee url('/style/mediagallery/play.png') no-repeat center;
}

div.PlaylistItemsDiv a.paused span
{
	position:relative;
	left:-100000px;
}
		
div.PlaylistItemsDiv a.progress
{
	opacity:0.6;		
}

div.PlaylistItemsDiv a.progress span
{
	position:relative;
	left:-100000px;
}

div.ScrollWrapperDiv a.go
{
	display:block;
	float:left;
	width:16px;
	height:16px;
	cursor: pointer;
	margin-top:18px;
}

div.ScrollWrapperDiv a.go.back
{
	background: transparent url('/style/mediagallery/left.png') no-repeat center;
}

div.ScrollWrapperDiv a.go.back:hover
{
	background: transparent url('/style/mediagallery/left_hover.png') no-repeat center;
}

div.ScrollWrapperDiv a.go.back.disabled
{
	background: transparent url('/style/mediagallery/left_disabled.png') no-repeat center;
	cursor:default;
}

div.ScrollWrapperDiv a.go.forward
{
	margin-left:5px;
	background: transparent url('/style/mediagallery/right.png') no-repeat center;
}

div.ScrollWrapperDiv a.go.forward:hover
{
	background: transparent url('/style/mediagallery/right_hover.png') no-repeat center;
}

div.ScrollWrapperDiv a.go.forward.disabled
{
	background: transparent url('/style/mediagallery/right_disabled.png') no-repeat center;
	cursor:default;
}
/* end of flowplayer common */

/* flowplayer default skin */
div.PlayerSkin_Default
{
	width:320px;
	margin:0px auto;
	z-index:1;
}

div.PlayerSkin_Default div.GalleryInfoDiv
{
	width:340px;
	padding: 0px 0px 10px 0px;
}

div.PlayerSkin_Default div.GalleryInfoDiv div.GalleryTitleDiv
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.6em;
	color: #d00f16;
}

div.PlayerSkin_Default div.GalleryInfoDiv div.GalleryDescriptionDiv
{
	color:#777777;
	max-height:100px;
	overflow:auto;
	overflow-x:hidden;
}

div.PlayerSkin_Default div.GalleryInfoDiv div.GalleryModifiedDiv
{
	color:#aaaaaa;
}

div.PlayerSkin_Default div#PlayerCaptionDiv
{
	width:318px;
	height:52px;
	color:#444444;
	background:#ffffff;
	padding: 10px;
	overflow:auto;
	overflow-x:hidden;
	margin:6px 0px 0px 2px;
	border:solid 1px #dddddd;
}

div.PlayerSkin_Default div#PlayerCaptionDiv div.ClipTitleDiv
{
	color: #444444;
}

div.PlayerSkin_Default div#PlayerCaptionDiv div.ClipAuthorDiv
{
	float:right;
	font-style:italic;
	color:#999999;
}

div.PlayerSkin_Default div.ClipCountDiv
{
	float:left;
	font-style:italic;
	color:#999999;
}

div.PlayerSkin_Default div.PlayerWrapperDiv
{
	width:345px;
	height:254px;
	padding-left:12px;
	padding-top:10px;
	background:transparent url('player_bgd_320x240.png') no-repeat left top;
}

div.PlayerSkin_Default div.PlayerDiv
{
	width:320px;
	height:240px;
	outline:none !important;
}

div.PlayerSkin_Default div.ScrollWrapperDiv
{
}
/* end of flowplayer default skin */

/* flowplayer news skin */
div.PlayerSkin_News
{
	width:320px;
	margin:0px auto;
	z-index:1;
}

div.PlayerSkin_News div.GalleryInfoDiv
{
	width:320px;
	padding: 0px 0px 10px 0px;
}

div.PlayerSkin_News div.GalleryInfoDiv div.GalleryTitleDiv
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color: #d00f16;
}

div.PlayerSkin_News div.GalleryInfoDiv div.GalleryDescriptionDiv
{
	color:#777777;
	max-height:100px;
	overflow:auto;
	overflow-x:hidden;
	font-size:.9em;
	line-height:140%;
}

div.PlayerSkin_News div.GalleryInfoDiv div.GalleryModifiedDiv
{
	color:#aaaaaa;
}

div.PlayerSkin_News div#PlayerCaptionDiv
{
	width:298px;
	height:52px;
	color:#444444;
	background:#ffffff;
	padding: 10px;
	overflow:auto;
	overflow-x:hidden;
	margin:0px;
	border:solid 1px #dddddd;
	font-size:.9em;
	line-height:140%;
}

div.PlayerSkin_News div#PlayerCaptionDiv div.ClipTitleDiv
{
	color: #444444;
}

div.PlayerSkin_News div#PlayerCaptionDiv div.ClipAuthorDiv
{
	float:right;
	font-style:italic;
	color:#999999;
}

div.PlayerSkin_News div.ClipCountDiv
{
	float:left;
	font-style:italic;
	color:#999999;
}

div.PlayerSkin_News div.PlayerWrapperDiv
{
	width:320px;
	height:240px;
	padding:0px;
	background:none;
}

div.PlayerSkin_News div.PlayerDiv
{
	width:320px;
	height:240px;
	outline:none !important;
}

div.PlayerSkin_News div.ScrollWrapperDiv
{
}
/* end of flowplayer news skin */

/* flowplayer 400x300 skin */
div.PlayerSkin_400x300
{
	width:425px;
	margin:0px auto;
	z-index:1;
}

div.PlayerSkin_400x300 div.GalleryInfoDiv
{
	width:425px;
	padding: 0px 0px 10px 0px;
}

div.PlayerSkin_400x300 div.GalleryInfoDiv div.GalleryTitleDiv
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.6em;
	color: #d00f16;
}

div.PlayerSkin_400x300 div.GalleryInfoDiv div.GalleryDescriptionDiv
{
	color:#777777;
	max-height:100px;
	overflow:auto;
	overflow-x:hidden;
}

div.PlayerSkin_400x300 div.GalleryInfoDiv div.GalleryModifiedDiv
{
	color:#aaaaaa;
}

div.PlayerSkin_400x300 div#PlayerCaptionDiv
{
	width:398px;
	height:52px;
	color:#444444;
	background:#ffffff;
	padding: 10px;
	overflow:auto;
	overflow-x:hidden;
	margin:0px 0px 0px 2px;
	border:solid 1px #dddddd;
}

div.PlayerSkin_400x300 div#PlayerCaptionDiv div.ClipTitleDiv
{
	color: #444444;
}

div.PlayerSkin_400x300 div#PlayerCaptionDiv div.ClipAuthorDiv
{
	float:right;
	font-style:italic;
	color:#999999;
}

div.PlayerSkin_400x300 div.ClipCountDiv
{
	float:left;
	font-style:italic;
	color:#999999;
}
	
div.PlayerSkin_400x300 div.PlayerWrapperDiv
{
	width:425px;
	height:324px;
	padding-left:12px;
	padding-top:10px;
	background:transparent url('player_bgd_400x300.png') no-repeat left top;
}

div.PlayerSkin_400x300 div.PlayerDiv
{
	width:400px;
	height:300px;
	outline:none !important;
}

div.PlayerSkin_400x300 div.ScrollWrapperDiv
{
	margin-left:40px;
}
/* end of flowplayer 400x300 skin */

/* flowplayer 600x450 skin */
div.PlayerSkin_600x450
{
	width:600px;
	margin:0px auto;
	z-index:1;
}

div.PlayerSkin_600x450 div.GalleryInfoDiv
{
	width:600px;
	padding: 0px 0px 10px 0px;
}

div.PlayerSkin_600x450 div.GalleryInfoDiv div.GalleryTitleDiv
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.6em;
	color: #d00f16;
}

div.PlayerSkin_600x450 div.GalleryInfoDiv div.GalleryDescriptionDiv
{
	color:#777777;
	max-height:100px;
	overflow:auto;
	overflow-x:hidden;
}

div.PlayerSkin_600x450 div.GalleryInfoDiv div.GalleryModifiedDiv
{
	color:#aaaaaa;
}

div.PlayerSkin_600x450 div#PlayerCaptionDiv
{
	width:580px;
	height:52px;
	color:#444444;
	background:#ffffff;
	padding: 10px;
	overflow:auto;
	overflow-x:hidden;
	margin:0px 0px 0px 11px;
	border:solid 1px #dddddd;
}

div.PlayerSkin_600x450 div#PlayerCaptionDiv div.ClipTitleDiv
{
	color: #444444;
}

div.PlayerSkin_600x450 div#PlayerCaptionDiv div.ClipAuthorDiv
{
	float:right;
	font-style:italic;
	color:#999999;
}

div.PlayerSkin_600x450 div.ClipCountDiv
{
	float:left;
	font-style:italic;
	color:#999999;
}
	
div.PlayerSkin_600x450 div.PlayerWrapperDiv
{
	width:625px;
	height:474px;
	padding-left:12px;
	padding-top:10px;
	background:transparent url('player_bgd_600x450.png') no-repeat left top;
}

div.PlayerSkin_600x450 div.PlayerDiv
{
	width:600px;
	height:450px;
	outline:none !important;
}

div.PlayerSkin_600x450 div.ScrollWrapperDiv
{
	margin-left:140px;
}
/* end of flowplayer 600x450 skin */

/* flowplayer audio skin */
div.PlayerSkin_Audio
{
	width:320px;
	margin:0px auto;
}

div.PlayerSkin_Audio div.GalleryInfoDiv
{
	width:340px;
	padding: 0px 0px 10px 0px;
}

div.PlayerSkin_Audio div.GalleryInfoDiv div.GalleryTitleDiv
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.6em;
	color: #d00f16;
}

div.PlayerSkin_Audio div.GalleryInfoDiv div.GalleryDescriptionDiv
{
	color:#777777;
	max-height:100px;
	overflow:auto;
	overflow-x:hidden;
}

div.PlayerSkin_Audio div.GalleryInfoDiv div.GalleryModifiedDiv
{
	color:#aaaaaa;
}

div.PlayerSkin_Audio div#PlayerCaptionDiv
{
	width:320px;
	height:52px;
	color:#444444;
	background:#eeeeee;
	padding: 0px 10px 10px 10px;
	overflow:auto;
	overflow-x:hidden;
}

div.PlayerSkin_Audio div#PlayerCaptionDiv div.ClipTitleDiv
{
	color: #444444;
}

div.PlayerSkin_Audio div#PlayerCaptionDiv div.ClipAuthorDiv
{
	float:right;
	font-style:italic;
	color:#999999;
}

div.PlayerSkin_Audio div.ClipCountDiv
{
	float:left;
	font-style:italic;
	color:#999999;
}

div.PlayerSkin_Audio div.PlayerDiv
{
	width:320px;
	height:24px;
	border:solid 10px #eeeeee;
	outline:none !important;
}

div.PlayerSkin_Audio div.ScrollWrapperDiv
{
}
/* end of flowplayer audio skin */

/* related gallery - default */
div.RelatedGalleriesWrapperDiv
{
	width:100%;
}

div.RelatedGalleriesHeaderDiv
{
	text-align:right;
	padding:7px 10px 7px 0px;
	background: transparent url('gallery_sorttab_bgd.png') no-repeat right top;
	border-bottom: solid 3px #daebff;
}

div.RelatedGalleriesHeaderDiv span.rg_headerspan
{
	display:block;
	float:left;
	color:#5ea8ff;
	padding-bottom:4px;
	font-size:1.4em;
	font-family:Georgia, Serif;
}

div.RelatedGalleriesHeaderDiv span.rg_sortbyspan
{
	color:#777777;
	margin-right:4px;
}

div.RelatedGalleriesHeaderDiv div.RelatedGalleriesSortDiv
{
	width:110px !important;
}

div.RelatedGalleriesGridDiv
{
	clear:both;
	border: solid 1px #daebff;
	outline:none !important;
	overflow:auto;
	overflow-x:hidden;
	max-height:440px;
}

div.RelatedGalleriesGridDiv table.rgMasterTable
{
	width:auto !important;
}

div.RelatedGalleriesGridDiv td
{
	margin:0px !important;
	padding:0px !important;
	border-bottom:solid 1px #daebff !important;
}

div.rg_nogalleriesdiv
{
	color:#777777;
	text-align:center;
	margin: 20px;
}

a.rg_galleryitema
{
	text-decoration:none;
}

a.rg_galleryitema:hover
{
	cursor:pointer;
}

a.rg_galleryitema div.rg_gallerynamediv
{
	margin: 10px 10px 4px 10px;
	color:#0075ff;
	font-size:1.3em;
	line-height:120% !important;
	font-family:Georgia,Serif;
}

a.rg_galleryitema:hover div.rg_gallerynamediv
{
	color:#003b80;
}

a.rg_galleryitema img
{
	display:block;
	float:left;
	margin:10px;
	width:100px;
	border: solid 6px #b4d6ff;
}

a.rg_galleryitema:hover img
{
	border: solid 6px #ff9900;
}

a.rg_galleryitema div.rg_gallerynothumbdiv
{
	display:block;
	float:left;
	margin:10px;
	width:100px;
	height:40px;
	text-align:center;
	color:#aaaaaa;
	padding-top:25px;
	font-size:0.8em;
	border: solid 6px #e0e0e0;
	background:#f7f7f7;
}

a.rg_galleryitema div.rg_featuredgallerydiv
{
	float:left;
	width:100%;
	margin:0px;
	padding-top:34px;
	background: transparent url('gallery_featured.png') no-repeat 10px 10px;
}

div.rg_gallerydescriptiondiv
{
	margin:0px 10px 10px 10px;
	color:#343434;
}

tr.rgRow, tr.rgAltRow
{
	background: transparent url('gallerylist_bgd.gif') repeat left top !important;
}

/* end of related galleries - default */

/* gallery list */
div.GalleryListWrapperDiv, div.GalleryList1ColWrapperDiv
{
	float:left;
	width:100%;
}

div.gl_itemstablediv
{
	clear:both;
	width:100%;
	overflow:auto;
	overflow-x:hidden;
}

div.gl_additionalinfodiv
{
	float:left;
	margin-top:6px;
	font-family:Georgia, Serif;
	color:#aaaaaa;
	font-size:0.9em;
}

div.gl_additionalinfodiv a
{
	color:#aaaaaa;
}

div.gl_additionalinfodiv a:hover
{
	color:#777777;
}

div.GalleryListWrapperDiv table, div.GalleryList1ColWrapperDiv table
{
	display:block;
}

div.GalleryListWrapperDiv td
{
	vertical-align:top;
	border-bottom:solid 1px orange;
	padding:5px;
	width:50%;
}

div.GalleryList1ColWrapperDiv td
{
	vertical-align:top;
	border-bottom:solid 1px orange;
	padding:5px;
}

div.GalleryListHeaderDiv
{
	padding:7px 10px 7px 0px;
	background: transparent url('gallery_sorttab_bgd.png') no-repeat right top;
	border-bottom: solid 3px #daebff;
	height:23px;
}

div.GalleryListHeaderDiv span.gl_titlespan
{
	display:block;
	float:left;
	color:#5ea8ff;
	padding-bottom:4px;
	font-size:1.4em;
	font-family:Georgia, Serif;
}

div.GalleryListHeaderDiv div.gl_sortdiv
{
	float:right;
}

div.GalleryListHeaderDiv span.gl_sortbyspan
{
	color:#777777;
	margin-right:4px;
}

div.GalleryListHeaderDiv div.GalleryListSortDiv
{
	width:110px !important;
}

div.GalleryListSubheaderDiv
{
	float:left;
	width:100%;
	background-color:#daebff;
}

div.gl_searchdiv
{
	float:left;
	margin:10px 0px 10px 10px;
}

div.gl_searchdiv input
{
	float:left;
}

div.gl_searchdiv input.searchbtn
{
	float:left;
	margin: 4px 0px 0px 4px;
}

div.gl_categorydiv
{
	float:right;
	margin:10px 10px 10px 0px;
}

div.gl_categorydiv div.gl_categoriesdropdowndiv
{
	float:left;
}

div.gl_categorydiv span.gl_categoryspan
{
	display:block;
	float:left;
	font-size:1.2em;
	color:#0075ff;
	margin:2px 4px 0px 0px;
}

span.gl_nogalleriesspan
{
	display:block;
	width:100%;
	text-align:center;
	font-size:1.2em;
	color:#ff6600;
	margin-top:20px;
	margin-bottom:100px;
}

a.gl_galleryitema
{
	text-decoration:none;
	background:none;
}

a.gl_galleryitema:hover
{
	cursor:pointer;
}

a.gl_galleryitema div.gl_gallerynamediv
{
	margin: 10px 0px 4px 0px;
	color:#0075ff;
	font-size:1.3em;
	line-height:120% !important;
	font-family:Georgia,Serif;
}

a.gl_galleryitema:hover div.gl_gallerynamediv
{
	color:#ff6600;
}

div.gl_gallerydescriptiondiv
{
	color:#343434;
	line-height:140%;
	max-height:110px;
	overflow:auto;
}

a.gl_galleryitema img
{
	border:none;
	height:75px;
}

a.gl_galleryitema div.gl_thumbdiv
{
	float:left;
	margin:14px 10px 10px 0px;
	width:100px;
	height:75px;
	overflow:hidden;
	border: solid 6px #daebff;
	background:#daebff;
	text-align:center;
}

a.gl_galleryitema:hover div.gl_thumbdiv
{
	border: solid 6px #99ccff;
	background:#99ccff;
}

a.gl_galleryitema div.gl_gallerynothumbdiv
{
	display:block;
	float:left;
	margin:14px 10px 10px 0px;
	width:100px;
	height:45px;
	text-align:center;
	color:#aaaaaa;
	padding-top:30px;
	font-size:0.8em;
	border: solid 6px #e0e0e0;
	background:#f4f4f4;
}

div.gl_featuredgallerydiv
{
	float:left;
	width:100%;
	margin:10px 0px 0px 0px;
	padding-top:24px;
	background: transparent url('gallery_featured.png') no-repeat left top;
}
/* end of gallery list */

/* featured galleries rotator */
div.FeaturedGalleriesRotatorWrapperDiv
{
}

div.FeaturedGalleriesRotatorWrapperDiv li
{
	background:transparent;
}

div.FeaturedGalleriesRotatorWrapperDiv a.fgr_galleryitema
{
	text-decoration:none;
	background:none;
}

div.FeaturedGalleriesRotatorWrapperDiv div.fgr_additionalinfodiv
{
	margin-top:20px;
	float:right;
	color:#aaaaaa;
	font-family:Georgia, Serif;
	text-align:right;
	background:#ffffff;
}

div.FeaturedGalleriesRotatorWrapperDiv div.fgr_additionalinfodiv div
{
	display:inline;
}

div.FeaturedGalleriesRotatorWrapperDiv span.fgr_nogalleriesspan
{
	display:block;
	width:100%;
	text-align:center;
	font-size:1.2em;
	color:#ff6600;
	margin-top:20px;
	margin-bottom:100px;
}

div.FeaturedGalleriesRotatorWrapperDiv a.fgr_galleryitema:hover
{
	cursor:pointer;
}

div.FeaturedGalleriesRotatorWrapperDiv a.fgr_galleryitema div.fgr_gallerynamediv
{
	margin: 0px 0px 4px 0px;
	color:#0075ff;
	font-size:2em;
	line-height:120% !important;
	font-family:Georgia,Serif;
	background:#ffffff;
}

div.FeaturedGalleriesRotatorWrapperDiv a.fgr_galleryitema:hover div.fgr_gallerynamediv
{
	color:#ff6600;
}

div.FeaturedGalleriesRotatorWrapperDiv div.fgr_gallerydescriptiondiv
{
	color:#777777;
	font-size:1.2em;
	font-family:Georgia,Serif;
	line-height:140%;
	background:#ffffff;
}

div.FeaturedGalleriesRotatorWrapperDiv a.fgr_galleryitema div.fgr_thumbdiv
{
 float:left;
 margin:10px 10px 10px 0px;
 width:240px;
 height:180px;
 overflow:hidden;
 border: solid 7px #daebff;
 background: #daebff;
 text-align:center;
}

div.FeaturedGalleriesRotatorWrapperDiv a.fgr_galleryitema img
{
 max-width:240px;
 border:none;
}

div.FeaturedGalleriesRotatorWrapperDiv a.fgr_galleryitema:hover div.fgr_thumbdiv
{
 border: solid 7px #99ccff;
}
div.FeaturedGalleriesRotatorWrapperDiv a.fgr_galleryitema div.fgr_gallerynothumbdiv
{
 display:block;
 float:left;
 margin:10px 10px 10px 0px;
 width:240px;
 height:90px;
 text-align:center;
 color:#aaaaaa;
 padding-top:80px;
 font-size:0.8em;
 border: solid 6px #e0e0e0;
 background:#f4f4f4;
}
/* end of featured galleries rotator */

div.rgDataDiv
{
}

a.moregalleriesa
{
	color:#0075ff;
	display:block;
	float:left;
	font-size:1.1em;
	font-weight:normal;
	font-family:Georgia,Serif;
	text-decoration:none;
	background:transparent url('/files/bullet_go.png') no-repeat left center;
	padding-left:16px;
}

a.moregalleriesa:hover
{
	text-decoration:underline;
}



