﻿.galleryInput {
	border: #00a0d1 10px solid;
	font-size:12px;	
}

#gallery {padding:0; margin:0; list-style:none;}
#gallery li {background:url(../images/blueBg.gif);}
#gallery li a.outerLink {background:url(../images/redBg.gif);}
#gallery li.pic:hover, #gallery li.pic a.outerLink:hover {background:url(../images/redBg.gif);}
#gallery li.pic {width:157px;}

#picture {
	padding:10px;
}
#galleryCopy {
	padding:3px 6px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#a70076;
}
a.galleryLink
{
	background-position: 3px;
	color: #00a0d1;
	background: url(../images/arrowBlue.gif) no-repeat 0 3px;
	padding-left: 10px;
	text-decoration: none;
}
a.galleryLink:hover {
	color:#00265a;
	background:url(../images/arrowDarkBlue.gif) no-repeat 0 3px;
	padding-left: 10px;
	text-decoration:none;
}

.GalleryContainer
{
	padding-top: 10px;
	Width: 520px;
}

.GalleryBlock
{
	width: 157px;
	height: 105px;
	background: url(../images/blueBg.gif) no-repeat;
	padding-right: 10px;
	padding-bottom: 10px;
	display: block;
	float: left;
	cursor: pointer;
}

.GalleryBlock:hover
{

	background: url(../images/redBg.gif) no-repeat;	
}

.ModalPopContainer
{
	z-index: 40;
	left: 0px;	
	display:none;
	width: 100%;
	position: absolute;
	top: 0px;
	height: 100%;
}

