@charset "utf-8";
/* CSS Document */

#logo {
	margin-left:15px;
}

#returnToHomePage {
	background:url(../images/content/product_gallery_page/return-to-home-page.png) no-repeat;
	width:158px;
	height:17px;
	margin-left:15px;
	position:relative;
	z-index:2;
}

#returnToHomePage a {
	background:url(../images/content/product_gallery_page/return-to-home-page.png) no-repeat;
	width:158px;
	height:17px;
	display:block;
}

#returnToHomePage a:hover {
	background:url(../images/content/product_gallery_page/return-to-home-page.png) no-repeat;
	width:158px;
	height:17px;
	background-position:0 -17px;
}

.container2Top {
	background:url(../images/content/product_gallery_page/container-2-top.png) no-repeat;
	width:953px;
	height:28px;
	margin-top:7px;
}

.container2Middle {
	background:url(../images/content/product_gallery_page/container-2-middle.png) repeat-y;
	width:953px;
	height:100%;
}

.container2Bottom {
	background:url(../images/content/product_gallery_page/container-2-bottom.png) no-repeat;
	width:953px;
	height:28px;
}

ul#productGalleryFooter {
	list-style-type:none;
	display:inline;
	padding-bottom:15px;
	margin-bottom:15px;
}

ul#productGalleryFooter .first {
	border-left:none;
	margin-left:40px;
}

ul#productGalleryFooter li {
	float:left;
	margin-right:5px;
	padding-left:5px;
	border-left: 1px solid #44a8a2;
}

ul#productGalleryFooter li a {
	color:#44a8a2;
}

ul#productGalleryFooter li a:hover {
	color:#CFF;
}

#productGallery {
		margin-top:15px;
		margin-left:15px;
}

#productGalleryContainer {
	position:relative;
	top:-50px;
	z-index:1;
}