/*CSS for Gallery Page*/

DIV#content #galleryList {
	margin-left:205px;
	padding:3px 0px 0px 0px;
}
#galleryList .beforeList {
	font-size:1em;
	color:#c2c2c2;
	margin:0px;
	padding:0px 0px 5px 0px;
}
#galleryList .prevBtn {
	margin:0px;
	padding-top:1px;
	margin-right:5px;
	background-image:url(../images/buttons/btnPrev_orange.png);
	background-position:top right;
	background-repeat:no-repeat;
}
#galleryList .nextBtn {
	margin:0px;
	margin-left:5px;
	padding-top:1px;
	background-image:url(../images/buttons/btnNext_orange.png);
	background-position:top right;
	background-repeat:no-repeat;
}
#galleryList UL {
	margin:0px;
	padding:0px;
}
#galleryList UL LI {
	padding-right:6px;
	display:inline-table;
	vertical-align:top;
}
#galleryList .cartTableTitle {
	color:#fff;
	font-size:1.6em;
}
#galleryList UL LI table {
	width:180px;
}
#galleryList .tdImage {
	text-align:center;
	height:120px;
	background-color:#4e4e4e;
	border:#c2c2c2 1px solid;
}
#galleryList .tdImageMyFolder {
	text-align:center;
	height:120px;
	background-color:#4e4e4e;
	border:#ffa200 1px solid;
}
#galleryList .tdImageCart {
	text-align:center;
	height:120px;
	background-color:#4e4e4e;
	border:#223344 1px solid;
}
#galleryList .tdRef {
	vertical-align:top;
	color:#fff;
	font-size:0.9em;
	margin:0px;
	padding:0px;
	padding-top:2px;
}
#galleryList .tdIcons {
	vertical-align:top;
	width:70px;
	padding-top:2px;
	padding-right:0px;
	text-align:left;
}
#galleryList .trData {
	height:22px;
}
#galleryList .trInterTr {
	height:10px;
	font-size:5px;
}
#galleryList img {
	border:0px;
}
#galleryList .addFolderIcon {
	margin:0px 7px 0px 0px;
	padding-top:2px;
	background-image:url(../images/icons/addFolder_orange.png);
	background-position:top right;
	background-repeat:no-repeat;
}
#galleryList .removeFolderIcon {
	margin:0px 7px 0px 0px;
	padding-top:2px;
	background-image:url(../images/icons/deleteFolder_orange.png);
	background-position:top right;
	background-repeat:no-repeat;
}
#galleryList .addCartIcon {
	margin:0px 7px 0px 0px;
	padding-top:2px;
	background-image:url(../images/icons/addCart_orange.png);
	background-position:top right;
	background-repeat:no-repeat;
}
#galleryList .removeCartIcon {
	margin:0px 7px 0px 0px;
	padding-top:2px;
	background-image:url(../images/icons/deleteCart_orange.png);
	background-position:top right;
	background-repeat:no-repeat;
}
#galleryList .downloadImgIcon {
	margin:0px 7px 0px 0px;
	padding-top:2px;
	background-image:url(../images/icons/downloadImg_orange.png);
	background-position:top right;
	background-repeat:no-repeat;
}
#galleryList .zoomIcon {
	margin:0px 7px 0px 0px;
	padding-top:2px;
	background-image:url(../images/icons/zoom_orange.png);
	background-position:top right;
	background-repeat:no-repeat;
}

#galleryList a:hover img {
	visibility:hidden;
}
#galleryList a.image:hover img {
	visibility:visible;
}
/*
#galleryList a.image img {
	filter: alpha(opacity=70);
	opacity:0.7;
}
#galleryList a.image:hover img {
	visibility:visible;
	filter: alpha(opacity=100);
	opacity:1;
}*/

