/* CSS Document */
#galleryWrapperTile {
	background: transparent url(../images/backgrounds/artGalleryTile.jpg) repeat-y 0 0;
}
#galleryWrapper {
	background: transparent url(../images/backgrounds/artGalleryBg.jpg) no-repeat 0 0;	
}
div.breadcrumb { background-color:#d11a7b; }
div.breadcrumbTop { background: transparent url(../images/artGallery/breadcrumbTop.gif) no-repeat; }
div.breadcrumbBot { background: transparent url(../images/artGallery/breadcrumbBot.gif) no-repeat; }

/*------------------- SEQUIN ART CAMPAIGN --------------------

a.picture {
	display:block;
	position: absolute;
    z-index:2;
    text-indent:-99999px;
}
a.pic1 {	
	left: 587px;
	top: 91px;
	height: 83px;
	width: 99px;
}
a.pic2 {	
	left: 717px;
	top: 80px;
	height: 95px;
	width: 84px;
}
a.pic3 {	
	left: 662px;
	top: 187px;
	height: 82px;
	width: 95px;
}
*/

#contentWrapper ul {
	margin-bottom:2em;
}
#contentWrapper ul li {
	margin-bottom:6px;
	list-style-position: inside;
}
#bestPicWrapper img {
	float:left;
	margin: 5px 0 5px 5px;
}
#bestPicWrapper h4 {
	margin:0;
}
#bestPickDetails {
	margin-left: 260px;
}
#bestPickDetailsInner {
	height:90px;
	overflow:auto;
}

#signpost {
	background: url(../images/artGallery/signpostsBg.gif) no-repeat;
	width:174px;
	height:98px;
	list-style-type:none;
	margin-top: 10px;
	position:relative;
}
#signpost li {
	list-style-image:none;
	margin:0;
}
#signpost li a {
	display:block;
	height:30px;
	margin-bottom:4px;
}

#flashScroller {
	padding-top:16px;
	clear:both;
}
#flashPicturePlayer {
	width:242px;
	height:187px;
	padding:5px;
	float:left;
	background: url(../images/artGallery/mainImgFrame.gif) no-repeat;
}

h3.galleryTitle {
	margin:0;
	padding-left: 7px;
}
/*------------------- TABS --------------------*/
#tabEveryone {
	display:block;
	width:90px;
	margin:0 5px 0 10px;
	background: url(../images/artGallery/everyone_off.gif) no-repeat;
}
#tabAtoZ {
	width:130px;
	margin:0 5px 0 0;
	background: url(../images/artGallery/aToZ_off.gif) no-repeat;
}
#tabEveryone.tabOn {
	background: url(../images/artGallery/everyone_on.gif) no-repeat;
}
#tabAtoZ.tabOn {
	background: url(../images/artGallery/aToZ_on.gif) no-repeat;
}

/*------------------- GALLERY FILTERS --------------------*/
#galleryFilters {
	margin-bottom:10px;
}
#galleryFilters ul {
	list-style-type:none;
	font-size:0.8em;
}
#galleryFilters li {
	float:left;
}
#galleryFilters span,
#galleryFilters a {
	display:block;
	padding:2px 5px;
	margin:0 3px 3px 0;
	background-color:#218ea4;
	color:#ffff0a;
	font-weight:bold;
}
#galleryFilters a:hover {
	background-color:#0381a6;
}

#galleryFilters span {
	color:#000; 
	background-color:#d2d2d2;
	font-weight: normal;
}

#galleryFilters p {
	clear:both;
	margin:0 0 3px 0;
}

table tr td { padding-bottom: 10px; }

input { margin-top:10px; }

#postcardFront {
	width:262px;
	height:173px;
	background: transparent url(../images/artGallery/postcard_front.gif) no-repeat;
	margin:0 0 18px 18px;
}
.red { color:#d11a7b; }
.redBg { color:#fff; background-color:#d11a7b; }
h3.redBg { margin:0; padding-left:12px; }

#tabsWrapper.hallOfFame { width: 440px;}

div#laptop {
    width:151px;
    height:115px;
    position:absolute;
    left:676px;
	top:289px;
}


#nextLink span,
#prevLink span
{
display:block
}